@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease, -webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

a {
  text-decoration: none;
}

a:visited {
  color: unset;
}

hr {
  height: 8px;
  border: 0;
  background-color: #EB3424;
  margin: 50px 0;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

.btn {
  text-align: center;
  display: inline-block;
  border-radius: 0.625rem;
  border: 0;
  font-size: 1rem;
  padding: 1.2rem 3rem;
  font-weight: 600;
  cursor: pointer;
}
.btn.btn-red {
  background-color: #EB3424;
  color: #FFF;
}
.btn.btn-black {
  background-color: #000;
  color: #FFF;
}
.btn.btn-white {
  background-color: #FFF;
  color: #000;
}
.btn.btn-transparent {
  border: 0.063rem solid;
  background-color: transparent;
}
@media (min-width: 768px) {
  .btn {
    padding: 0.938rem 3.875rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.image-container {
  position: relative;
}

.image-container > img {
  position: absolute;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: -624.9375rem;
  right: -624.9375rem;
  bottom: -624.9375rem;
  left: -624.9375rem;
}

.grid {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .grid {
    padding-left: calc(1.25rem + 60 * (100vw - 768px) / 512);
  }
}
@media (min-width: 1280px) {
  .grid {
    padding-left: 5rem;
  }
}
@media (max-width: 768px) {
  .grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.grid .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
}
.grid .row .col {
  box-sizing: border-box;
}
.grid .row .col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.grid .row .col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.grid .row .col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.grid .row .col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid .row .col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .grid .row .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.slick-arrow {
  width: 1.188rem;
  height: 1.875rem;
  background-image: url(/images/2024/slick-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .slick-arrow.left {
    left: calc((1.25rem + 60 * (100vw - 768px) / 512) / -1.5);
    transform: translate(-50%, -100%);
  }
  .slick-arrow.right {
    right: calc((1.25rem + 60 * (100vw - 768px) / 512) / -1.5);
    transform: rotate(180deg) translate(50%, 100%);
  }
}
@media (min-width: 1280px) {
  .slick-arrow.left {
    left: -2.5;
  }
  .slick-arrow.right {
    right: -2.5;
    transform: rotate(180deg) translateY(100%);
  }
}

.form-field {
  position: relative;
}
.form-field .form-input {
  padding: 1rem 0.75rem;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #979797;
}
.form-field .form-input.error {
  border: 1px solid #EB3424;
}
.form-field .form-input:focus + label:not(.error) {
  top: 0;
  transform: scale(0.9);
  left: 0.375rem;
}
.form-field .form-input:not(:-moz-placeholder-shown) + label:not(.error) {
  top: 0;
  transform: scale(0.9);
  left: 0.375rem;
}
.form-field .form-input:not(:placeholder-shown) + label:not(.error) {
  top: 0;
  transform: scale(0.9);
  left: 0.375rem;
}
.form-field label:not(.error) {
  position: absolute;
  left: 0.75rem;
  top: 1rem;
  transition: all 0.5s ease;
  transform: scale(1);
  color: #979797;
  white-space: nowrap;
}

select {
  height: 40px;
  padding-left: 10px;
  border-color: #D4D4D4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
  border-radius: 8px;
  background-image: url("/images/2024/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  outline: none;
}
select.error {
  border: 1px solid #EB3424;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #EB3424;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #EB3424;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #EB3424;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.check-wrapper input, .radio-wrapper input {
  display: none;
}
.check-wrapper input:checked + span, .radio-wrapper input:checked + span {
  background-image: url("/images/2024/checked-checkbox.svg");
}
.check-wrapper span, .radio-wrapper span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("/images/2024/empty-checkbox.svg");
  background-size: cover;
  cursor: pointer;
  margin-right: 5px;
}
.check-wrapper.error, .radio-wrapper.error {
  border: 1px solid #EB3424;
}

.radio-wrapper span {
  border-radius: 50%;
  border: 1px solid #000;
}

.h-captcha.error {
  border: 1px solid #EB3424;
}

#loading {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.8);
}
#loading .loading_text {
  transform: scale(4, 4);
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  border: none;
  background: #ff0201;
  background: linear-gradient(to right, #ff0201 10%, rgba(255, 0, 0, 0) 42%);
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.loader.loader-black {
  width: 3em;
  height: 3em;
  margin: 0;
  margin-right: 10px;
  margin-left: 20px;
  background: #4a4a4a;
  background: linear-gradient(to right, #4a4a4a 10%, rgba(29, 29, 29, 0) 42%);
}
.loader.loader-white {
  background: #fff;
  background: linear-gradient(to right, #fff 10%, rgba(255, 0, 0, 0) 42%);
}
.loader.loader-red {
  background: #ff0000;
  background: linear-gradient(to right, #fff 10%, rgb(255, 0, 0) 42%);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ff0201;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader-black:before {
  background: #4a4a4a;
}

.loader-white:before {
  background: #fff;
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader-white:after {
  background: #222;
}

.spinner-wrapper {
  text-align: center;
  width: 100%;
  padding: 1.5rem;
}
.spinner-wrapper .loader {
  position: relative;
  left: unset;
  right: unset;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0 0;
  width: 2em;
  height: 2em;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 5;
}
header .top-bar {
  background-color: #EB3424;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.313rem;
}
header .top-bar .logo {
  width: 7.625rem;
  height: auto;
}
@media (min-width: 768px) {
  header .top-bar {
    color: #FFF;
    height: 2.313rem;
    position: relative;
  }
  header .top-bar .worldwide-warning {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
  }
  header .top-bar .languages {
    position: absolute;
    right: 2.5rem;
    bottom: -0.813rem;
    z-index: 1;
  }
  header .top-bar .languages a {
    display: inline-block;
    width: 2.25rem;
    padding: 0 0.313rem;
  }
}
header .bottom-bar {
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.438rem;
}
header .bottom-bar .search-icon {
  cursor: pointer;
}
header .bottom-bar .menu-icon {
  position: relative;
  width: 1.125rem;
  height: 1.063rem;
}
header .bottom-bar .menu-icon .line {
  position: absolute;
  border-radius: 0.063rem;
  background-color: #000;
  width: 100%;
  height: 0.125rem;
}
header .bottom-bar .menu-icon .line.half {
  width: 50%;
}
header .bottom-bar .menu-icon .line:nth-child(1) {
  top: 0;
}
header .bottom-bar .menu-icon .line:nth-child(2) {
  top: 0.5rem;
}
header .bottom-bar .menu-icon .line:nth-child(3) {
  top: 1rem;
}
header .bottom-bar .worldwide-warning {
  color: #EB3424;
  font-weight: bold;
  font-size: 0.875rem;
  font-stretch: 75%;
}
@media (min-width: 768px) {
  header .bottom-bar {
    display: block;
    height: 5.188rem;
    position: relative;
  }
  header .bottom-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .bottom-bar .container .logo {
    width: 15.313rem;
  }
  header .bottom-bar .container .icons {
    position: relative;
  }
  header .bottom-bar .container .icons .icon {
    display: inline-block;
    width: 1.5rem;
    margin: 0 0.5rem;
  }
  header .bottom-bar .container .menu-wrapper .menu-item {
    display: inline-block;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .menu-item-link {
    color: #000;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 0 1.563rem;
    height: 5.188rem;
    display: block;
    align-content: center;
    position: relative;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .menu-item-link::after {
    content: "";
    position: absolute;
    width: calc(100% - 3.125rem);
    height: 0.375rem;
    bottom: 0.375rem;
    left: 1.563rem;
    background-color: #EB3424;
    display: none;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .submenu {
    display: none;
    position: absolute;
    width: 100vw;
    overflow: hidden;
    z-index: 20;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background-color: rgba(247, 247, 247, 0.9);
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .submenu .container {
    align-items: start;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .submenu .container .submenu-item {
    width: 6.25rem;
    text-decoration: none;
    color: #000;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .submenu .container .submenu-item .image-container {
    height: 4.188rem;
    width: 4rem;
    position: relative;
    background-color: #EEE;
    margin: 0 auto;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .submenu .container .submenu-item .image-container img {
    max-width: 95%;
    max-height: 95%;
    min-height: auto;
    min-width: auto;
  }
  header .bottom-bar .container .menu-wrapper .menu-item .submenu .container .submenu-item .title {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.313rem;
  }
  header .bottom-bar .container .menu-wrapper .menu-item.active .menu-item-link::after {
    display: block;
  }
  header .bottom-bar .container .menu-wrapper .menu-item.active .submenu {
    display: block;
  }
}

.breadcrumb {
  background-color: #F4F4F5;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.breadcrumb a {
  color: #B2B2B2;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.breadcrumb a:not(:first-child) {
  margin-left: 25px;
}
.breadcrumb a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -40px;
  top: 50%;
  background-size: contain;
  background-image: url(/images/2024/arrow.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  filter: invert(73%) sepia(3%) saturate(25%) hue-rotate(39deg) brightness(91%) contrast(86%);
}
.breadcrumb span {
  margin-left: 25px;
}

.banners-wrapper {
  margin-bottom: 0.938rem;
  height: 13.813rem;
  overflow: hidden;
}
.banners-wrapper .banner-wrapper {
  margin-bottom: 0;
}
.banners-wrapper .banner-wrapper .banner {
  border-radius: 0;
  height: 13.813rem;
  overflow: hidden;
}
.banners-wrapper .banner-wrapper .banner .content {
  width: 13.188rem;
}

@media (min-width: 768px) {
  .banners-wrapper {
    height: 42.938rem;
  }
  .banners-wrapper .banner-wrapper::after {
    content: "";
    width: 100%;
    height: 0.5rem;
    background-color: red;
    display: block;
  }
  .banners-wrapper .banner-wrapper .banner {
    height: 42.438rem;
  }
  .banners-wrapper .banner-wrapper .banner .content {
    top: 10%;
    transform: unset;
    width: 28.125rem;
    text-align: left;
  }
  .banners-wrapper .banner-wrapper .banner .content .title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .col-1 .banner-wrapper .banner .content, .col-2 .banner-wrapper .banner .content, .col-3 .banner-wrapper .banner .content, .col-4 .banner-wrapper .banner .content, col-5 .banner-wrapper .banner .content {
    width: 65%;
  }
  .col-1 .banner-wrapper .banner .content .title, .col-2 .banner-wrapper .banner .content .title, .col-3 .banner-wrapper .banner .content .title, .col-4 .banner-wrapper .banner .content .title, col-5 .banner-wrapper .banner .content .title {
    font-size: 1.125rem;
  }
}
.banner-wrapper {
  display: block;
  margin-bottom: 0.938rem;
  text-decoration: none;
}
.banner-wrapper .banner {
  border-radius: 0.625rem;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
  height: 11.875rem;
  position: relative;
  overflow: hidden;
}
.banner-wrapper .banner.has-opacity .opacity-layer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.banner-wrapper .banner:hover {
  opacity: 0.9;
}
.banner-wrapper .banner .video-wrapper {
  padding: 177.78% 0 0 0;
}
.banner-wrapper .banner .video-wrapper:not(.absolute) {
  position: relative;
}
.banner-wrapper .banner .video-wrapper.absolute {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 0;
}
.banner-wrapper .banner .content {
  color: #000;
  position: absolute;
  left: 0.938rem;
  top: 50%;
  width: 80%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .banner-wrapper .banner .content {
    display: grid;
  }
}
.banner-wrapper .banner .content.right {
  left: unset;
  right: 0.938rem;
}
.banner-wrapper .banner .content.center {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 85%;
}
.banner-wrapper .banner .content.v-top {
  top: 0;
  transform: unset;
}
.banner-wrapper .banner .content.v-top.center {
  transform: translateX(-50%);
}
.banner-wrapper .banner .content.white {
  color: #FFF;
}
.banner-wrapper .banner .content .title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-wrapper .banner .content .subtitle {
    text-align: center;
    margin-top: 10px;
  }
  .banner-wrapper .banner .content .subtitle.hide-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-wrapper .banner .content .btn {
    padding: 10px;
    margin: 10px auto 0;
  }
  .banner-wrapper .banner .content .btn.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner-wrapper {
    margin-bottom: 1.563rem;
  }
  .banner-wrapper .banner {
    height: 25rem;
    border-radius: 0;
  }
  .banner-wrapper .banner .content {
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    text-align: center;
  }
  .banner-wrapper .banner .content.v-center {
    top: 40%;
    transform: translateY(-50%);
  }
  .banner-wrapper .banner .content .title {
    font-size: 4rem;
  }
  .banner-wrapper .banner .content .subtitle {
    margin-top: 1.5rem;
    white-space: pre-wrap;
  }
  .banner-wrapper .banner .content .btn {
    margin-top: 1.5rem;
  }
  .banner-wrapper .banner .content.center {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
  }
  .banner-wrapper .banner .content.center .title {
    position: absolute;
    top: 1.563rem;
    width: 100%;
  }
  .banner-wrapper .banner .content.center .btn {
    position: absolute;
    bottom: 0.938rem;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .col-1 .banner-wrapper .banner .content .title, .col-2 .banner-wrapper .banner .content .title, .col-3 .banner-wrapper .banner .content .title, .col-4 .banner-wrapper .banner .content .title {
    font-size: 1.5rem;
  }
  .col-1 .banner-wrapper .banner .content .btn, .col-2 .banner-wrapper .banner .content .btn, .col-3 .banner-wrapper .banner .content .btn, .col-4 .banner-wrapper .banner .content .btn {
    font-size: 1rem;
  }
  .col-1 .banner-wrapper .banner .content.left, .col-2 .banner-wrapper .banner .content.left, .col-3 .banner-wrapper .banner .content.left, .col-4 .banner-wrapper .banner .content.left {
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
  }
  .col-1 .banner-wrapper .banner .content.left .title, .col-2 .banner-wrapper .banner .content.left .title, .col-3 .banner-wrapper .banner .content.left .title, .col-4 .banner-wrapper .banner .content.left .title {
    position: absolute;
    top: 1.563rem;
    width: 100%;
  }
  .col-1 .banner-wrapper .banner .content.left .btn, .col-2 .banner-wrapper .banner .content.left .btn, .col-3 .banner-wrapper .banner .content.left .btn, .col-4 .banner-wrapper .banner .content.left .btn {
    position: absolute;
    bottom: 0.938rem;
    transform: translateX(-50%);
  }
  .col-5 .banner-wrapper .banner .content, .col-6 .banner-wrapper .banner .content {
    width: 80%;
  }
  .col-5 .banner-wrapper .banner .content.left, .col-6 .banner-wrapper .banner .content.left {
    left: 1.25rem;
  }
  .col-5 .banner-wrapper .banner .content .title, .col-6 .banner-wrapper .banner .content .title {
    font-size: 3rem;
  }
  .col-5 .banner-wrapper .banner .content .btn, .col-6 .banner-wrapper .banner .content .btn {
    font-size: 1rem;
  }
}
.products-slider {
  margin-bottom: 0.938rem;
}
.products-slider.sections .product .title {
  text-align: center;
}
.products-slider .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.938rem;
}
.products-slider .title-wrapper .title {
  font-weight: 400;
  font-size: 1.25rem;
}
.products-slider .title-wrapper .show-all {
  font-weight: 400;
  font-size: 0.813rem;
  color: #9B9B9B;
}
.products-slider .products-sl-wrapper .product {
  display: block;
  width: 8.25rem !important;
  margin: 0 0.688rem;
  color: #1D1F22;
  text-decoration: none;
  position: relative;
}
.products-slider .products-sl-wrapper .product .ribbon {
  position: absolute;
  left: 0;
  top: 2.15rem;
  z-index: 1;
  transition: left linear 200ms;
}
.products-slider .products-sl-wrapper .product .ribbon .inside {
  border-color: #ff0201;
  border-style: solid;
  border-width: 0.0625rem 0rem 0.0625rem 0.0625rem;
  color: #ff0201;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  height: 1.875rem;
  line-height: 1.625rem;
  position: relative;
  padding-right: 0.75rem;
  overflow: hidden;
  vertical-align: middle;
  width: auto;
}
.products-slider .products-sl-wrapper .product .ribbon .inside span {
  max-width: 12.5rem;
  background-color: #FFF;
}
.products-slider .products-sl-wrapper .product .ribbon .inside::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1.32583rem;
  height: 1.32583rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #ff0201;
  border-left: 2px solid #ff0201;
  text-decoration: none;
  color: transparent;
  transform: rotate(-45deg);
  right: -0.625rem;
  top: 50%;
  margin-top: -0.66291rem;
}
.products-slider .products-sl-wrapper .product .ribbon-right {
  position: absolute;
  top: 2.15rem;
  right: 0;
  background-image: url(/images/color-spin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .products-slider .products-sl-wrapper .product .ribbon-right {
    height: 35px;
    width: 35px;
  }
}
.products-slider .products-sl-wrapper .product .ribbon-right .inside {
  display: none;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
@media (min-width: 768px) {
  .products-slider .products-sl-wrapper .product .ribbon-right .inside {
    font-size: 16px;
    padding-right: 40px;
  }
}
.products-slider .products-sl-wrapper .product .image-container {
  overflow: hidden;
  position: relative;
  height: 10.813rem;
  margin-bottom: 0.938rem;
}
.products-slider .products-sl-wrapper .product .image-container .image {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 95%;
}
.products-slider .products-sl-wrapper .product .title {
  font-size: 0.75rem;
  font-weight: 600;
}
.products-slider .products-sl-wrapper .product .price-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.products-slider .products-sl-wrapper .product .price-wrapper .price, .products-slider .products-sl-wrapper .product .price-wrapper .previous-price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 0.313rem;
}
.products-slider .products-sl-wrapper .product .price-wrapper .previous-price {
  text-decoration: line-through;
  color: #4A5568;
  font-weight: 500;
}
.products-slider .products-sl-wrapper .product .price-wrapper .price.offer {
  color: #EB3424;
}
@media (min-width: 768px) {
  .products-slider .title-wrapper {
    display: block;
  }
  .products-slider .title-wrapper .title {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
  }
  .products-slider .title-wrapper .show-all {
    display: inline-block;
    background-color: #1E2832;
    color: white;
    padding: 0.313rem 0.813rem;
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 1rem;
    text-decoration: none;
  }
  .products-slider .title-wrapper .show-all::before {
    content: "";
    width: 0.875rem;
    height: 0.75rem;
    display: inline-block;
    background-image: url("/images/2024/filter.svg");
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  .products-slider .products-sl-wrapper {
    margin-left: -0.875rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .products-slider .products-sl-wrapper .slick-arrow.left {
    left: calc((1.25rem + 60 * (100vw - 768px) / 512) / -3);
    transform: translate(-50%, -100%);
  }
  .products-slider .products-sl-wrapper .slick-arrow.right {
    right: calc((1.25rem + 60 * (100vw - 768px) / 512) / -1.1);
    transform: rotate(180deg) translate(50%, 100%);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .products-slider .products-sl-wrapper .slick-arrow.left {
    left: -1.75rem;
  }
  .products-slider .products-sl-wrapper .slick-arrow.right {
    right: -2.75rem;
    transform: rotate(180deg) translateY(100%);
  }
}
@media (min-width: 768px) {
  .products-slider .products-sl-wrapper .product {
    width: 90% !important;
    margin: 0 auto;
    display: block !important;
  }
  .products-slider .products-sl-wrapper .product .image-container {
    height: 21.813rem;
    border-radius: 0;
    overflow: hidden;
  }
  .products-slider .products-sl-wrapper .product .image-container img {
    transition: scale 0.2s ease;
  }
  .products-slider .products-sl-wrapper .product .title {
    font-size: 0.875rem;
  }
  .products-slider .products-sl-wrapper .product:hover img {
    scale: 1.2;
  }
}

.featured-text-wrapper {
  margin-bottom: 0.938rem;
  display: block;
  color: #000;
}
.featured-text-wrapper.center {
  text-align: center;
}
.featured-text-wrapper.gray-background {
  background-color: #E8E8E8;
  padding: 0.938rem;
}
.featured-text-wrapper.border {
  border: 0.063rem solid #000;
  padding: 0.938rem;
}
.featured-text-wrapper .title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2.25rem;
}
.featured-text-wrapper .subtitle {
  margin-top: 0.938rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.featured-text-wrapper .text {
  margin-top: 0.938rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .featured-text-wrapper {
    margin-bottom: 1.563rem;
  }
  .featured-text-wrapper .title {
    font-size: 3rem;
  }
  .featured-text-wrapper .text {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

@media (max-width: 768px) {
  .col-1 .featured-text-wrapper .title, .col-2 .featured-text-wrapper .title, .col-3 .featured-text-wrapper .title, .col-4 .featured-text-wrapper .title, col-5 .featured-text-wrapper .title {
    font-size: 1.375rem;
  }
  .col-1 .featured-text-wrapper .text, .col-2 .featured-text-wrapper .text, .col-3 .featured-text-wrapper .text, .col-4 .featured-text-wrapper .text, col-5 .featured-text-wrapper .text {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .col .featured-text-wrapper {
    height: 25rem;
  }
}
footer .top-footer {
  background-color: #2F2D2C;
  text-align: center;
  height: 4.25rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
footer .top-footer .links .link {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  margin-right: 2.188rem;
}
footer .top-footer .links .link img {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0.625rem;
}
footer .top-footer .social-link {
  display: inline-block;
  margin: 0 0.938rem;
}
footer .top-footer .social-link.tiktok {
  background-color: #FFF;
  border-radius: 3px;
}
@media (min-width: 768px) {
  footer .top-footer {
    background-color: #000;
    justify-content: space-between;
    height: 5.5rem;
  }
}
footer .bottom-footer {
  text-align: center;
  height: 2.125rem;
}
footer .bottom-footer > * {
  padding: 0 1.25rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0.438rem 0;
}

.assistant {
  position: fixed;
  bottom: 2.5rem;
  right: 1.875rem;
  text-align: right;
  z-index: 20;
}
@media (max-width: 768px) {
  .assistant {
    bottom: 1.25rem;
    right: 0.625rem;
  }
  .assistant.as-cart {
    bottom: 8rem;
  }
}
.assistant .assistant-wrapper {
  width: 22.813rem;
  background-color: #EDEEF0;
  border-radius: 0.625rem;
  padding: 1.25rem;
  text-align: left;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}
.assistant .assistant-wrapper .title {
  font-size: 1.25rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.188rem;
  margin-top: 0.938rem;
}
@media (max-width: 768px) {
  .assistant .assistant-wrapper {
    width: 20.625rem;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
  }
  .assistant .assistant-wrapper .title {
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
}
.assistant .assistant-wrapper .help-links a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}
.assistant .assistant-wrapper .help-links a:not(:last-child) {
  margin-bottom: 0.625rem;
}
.assistant .assistant-wrapper .help-links a::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 0.25rem;
  background-size: contain;
  background-image: url(/images/2024/slick-arrow.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.assistant .assistant-wrapper .help-links, .assistant .assistant-wrapper .order-status, .assistant .assistant-wrapper .customer-help {
  display: block;
  margin-bottom: 0.438rem;
  background-color: #FFF;
  border-radius: 0.625rem;
  padding: 1.25rem 0.75rem;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
.assistant .assistant-wrapper .order-status {
  text-align: center;
  font-weight: 600;
  position: relative;
}
.assistant .assistant-wrapper .order-status::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  background-size: contain;
  background-image: url("/images/2024/cart-icon-bag.png");
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.assistant .assistant-wrapper .order-status::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  background-size: contain;
  background-image: url("/images/2024/slick-arrow.png");
  transform: rotate(180deg) translateY(50%);
  background-repeat: no-repeat;
}
.assistant .assistant-wrapper .customer-help {
  position: relative;
}
.assistant .assistant-wrapper .customer-help::after {
  content: "";
  width: 1.563rem;
  height: 1.563rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  background-size: contain;
  background-image: url("/images/2024/WHATSAPP.svg");
  transform: translateY(-50%);
  background-repeat: no-repeat;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(57deg) brightness(82%) contrast(115%);
}
.assistant .assistant-wrapper .info {
  margin-top: 1.25rem;
  font-size: 0.75rem;
}
.assistant .assistant-marker {
  width: 5.188rem;
  height: 5.188rem;
  background-color: #EDEEF0;
  border-radius: 50%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .assistant .assistant-marker {
    width: 2.563rem;
    height: 2.563rem;
    background-size: 75%;
  }
}
.assistant.closed .assistant-wrapper {
  display: none;
}
.assistant.closed .assistant-marker {
  background-image: url("/images/2024/question-mark.svg");
}
.assistant.opened .assistant-marker {
  background-image: url("/images/2024/cross.svg");
}
@media (max-width: 768px) {
  .assistant.opened .assistant-marker {
    background-size: 38%;
  }
}

#fade-layer {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

body.open-menu {
  overflow-y: hidden;
}
body.open-menu #fade-layer {
  display: block;
}
body.open-menu #menu {
  transform: translateX(0);
}

#search-mobile {
  width: 80%; /* Adjust width to make it fit nicely within the container */
  padding: 5px 10px; /* Add padding for better touch target */
  font-size: 16px; /* Set a readable font size */
  border: 1px solid #ddd; /* Light border to define the input field */
  border-radius: 20px; /* Rounded corners to match a modern, friendly design */
  outline: none; /* Remove default outline */
  transition: border-color 0.3s ease-in-out; /* Smooth transition on focus */
  background-color: #f8f8f8; /* Light background color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

#search-mobile:focus {
  border-color: #ff7f50; /* Highlight border on focus */
  background-color: #fff; /* Change background on focus */
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #FFF;
  z-index: 15;
  width: 18.375rem;
  border-radius: 0 1.25rem 1.25rem 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
#menu .search-bar {
  background-color: #FBDADA;
  height: 3.313rem;
  border-radius: 0 1.25rem 0 0;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  justify-content: space-between;
}
#menu .search-bar input {
  background-color: transparent;
  width: 13.438rem;
  border: 0.063rem solid #BEBFC4;
}
#menu .search-bar img {
  filter: invert(83%) sepia(3%) saturate(297%) hue-rotate(193deg) brightness(94%) contrast(88%);
}
#menu .logo-bar {
  height: 4.438rem;
  background-color: #F7F7F7;
  text-align: center;
}
#menu .logo-bar .logo {
  width: 12.5rem;
  display: inline-block;
}
#menu .languages {
  height: 3.438rem;
  background-color: #D8D8D8;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
#menu .languages a {
  display: block;
  width: 1.625rem;
  margin: 0 0.938rem;
}
#menu .menu-items {
  margin: 0.625rem 0 16.25rem;
  overflow-y: auto;
  max-height: calc(100vh - 16.25rem);
}
#menu .menu-items .menu-item {
  display: block;
  color: #BEBFC4;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
}
#menu .menu-items .menu-item.submenu-item {
  padding-left: 2.5rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
#menu .menu-items .menu-item.submenu-item .image-container {
  height: 3rem;
  width: 3rem;
  position: relative;
  background-color: #EEE;
  margin: 0;
}
#menu .menu-items .menu-item.submenu-item .image-container img {
  max-width: 95%;
  max-height: 95%;
  min-height: auto;
  min-width: auto;
}
#menu .menu-items .menu-item .social-img {
  width: 1rem;
  display: inline-block;
  margin-right: 0.625rem;
  filter: invert(83%) sepia(3%) saturate(297%) hue-rotate(193deg) brightness(94%) contrast(88%);
}
#menu .social-links {
  position: absolute;
  bottom: 0;
  background-color: #2F2D2C;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  height: 4.25rem;
  align-items: center;
  border-radius: 0 0 1.25rem 0;
}
#menu .social-links .social-link {
  margin: 0 0.625rem;
}
#menu .social-links .social-link.tiktok {
  background-color: #FFF;
  border-radius: 3px;
}

.blog-entry {
  margin: 2.188rem 0;
}
.blog-entry .title {
  font-size: 2.25rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  .blog-entry .title {
    font-size: 4rem;
  }
}
.blog-entry .introduction {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.blog-entry img {
  margin-top: 1.25rem;
}
.blog-entry .content {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.single-text {
  margin: 2.188rem 0;
}
.single-text .title {
  font-size: 1.25rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .single-text .title {
    font-size: 2.5rem;
  }
}
.single-text .content {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
.single-text .content img {
  display: block;
  margin: 0 auto;
}

.texts-wrapper {
  margin: 2.188rem 0;
}
.texts-wrapper .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2.188rem;
}
@media (min-width: 768px) {
  .texts-wrapper .title {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
  }
}
.texts-wrapper .text-wrapper {
  margin-bottom: 2.188rem;
}
.texts-wrapper .text-wrapper .text-title {
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .texts-wrapper .text-wrapper .text-title {
    font-size: 1.5rem;
    font-family: "Open Sans", serif;
    font-weight: 600;
  }
}
.texts-wrapper .text-wrapper .text-title::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-image: url(/images/2024/arrow.svg);
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.texts-wrapper .text-wrapper .content {
  padding-top: 1.5rem;
  line-height: 1.5;
  font-size: 1rem;
  max-height: 2000px;
  display: none;
}
.texts-wrapper .text-wrapper.wrapped .text-title::after {
  transform: rotate(-90deg);
}

.contact-wrapper {
  margin: 2.188rem 0;
  font-size: 1rem;
}
.contact-wrapper .address {
  white-space: pre-wrap;
}
.contact-wrapper .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2.188rem;
}
.contact-wrapper .row {
  display: grid;
}
.contact-wrapper .row .map {
  order: -1;
}
.contact-wrapper .row .map iframe {
  width: 100%;
  margin-top: 1.5rem;
}
.contact-wrapper .row .contact #contact-form {
  margin-top: 1.5rem;
}
.contact-wrapper .row .contact #contact-form .checkbox {
  margin-top: 1rem;
}
.contact-wrapper .row .contact #contact-form .checkbox label {
  padding-left: 6px;
}
.contact-wrapper .row .contact #contact-form .checkbox label a {
  text-decoration: none;
}
.contact-wrapper .row .contact #contact-form .checkbox.error {
  color: #EB3424;
}
.contact-wrapper .row .contact #contact-form .checkbox.error a {
  color: #EB3424;
}
.contact-wrapper .row .contact #contact-form .btn {
  margin-top: 1.5rem;
  width: 100%;
}
.contact-wrapper .row .contact #contact-form .alert {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .contact-wrapper .row {
    display: flex;
    justify-content: space-between;
  }
  .contact-wrapper .row .contact {
    width: 45%;
    background-color: #EBEBEB;
    margin-right: 30px;
    padding: 55px 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }
  .contact-wrapper .row .map {
    width: 70%;
    order: 1;
  }
  .contact-wrapper .row .map iframe {
    margin-top: 0;
  }
}

.sections-wrapper {
  margin: 2.188rem 0;
}
.sections-wrapper .title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.188rem;
}
.sections-wrapper .sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sections-wrapper .sections .section {
  text-align: center;
  position: relative;
  width: 47%;
  margin-bottom: 1rem;
  color: #000;
  text-decoration: none;
}
.sections-wrapper .sections .section .image-container {
  height: 9.375rem;
  width: 100%;
  position: relative;
  background-color: #EEE;
  margin: 0 auto;
  border-radius: 1rem;
}
.sections-wrapper .sections .section .image-container img {
  max-width: 80%;
  max-height: 80%;
  min-height: auto;
  min-width: auto;
}
.sections-wrapper .sections .section .section-name {
  font-size: 1.1rem;
  margin-top: 0.3rem;
}
@media (min-width: 768px) {
  .sections-wrapper .sections .section {
    width: 31%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .sections-wrapper .sections .section {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .sections-wrapper .sections .section .image-container {
    height: 16rem;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    overflow: hidden;
  }
  .sections-wrapper .sections .section .image-container img {
    max-width: 100%;
    max-height: 100%;
    transition: scale 0.2s ease;
  }
  .sections-wrapper .sections .section:hover img {
    scale: 1.2;
  }
}

body.open-filters {
  overflow-y: hidden;
}
body.open-filters #fade-layer {
  display: block;
}
body.open-filters .products-wrapper .side-wrapper {
  transform: translateX(0);
}

.products-wrapper .side-wrapper .categories .parent-category {
  margin: 2.188rem 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  display: inline-block;
}
.products-wrapper .side-wrapper .categories .category-title-wrapper {
  background-color: #E8E8E8;
  border-radius: 0.938rem;
  display: flex;
  align-items: center;
  padding: 0 0.938rem;
}
.products-wrapper .side-wrapper .categories .category-title-wrapper .image-container {
  width: 7.813rem;
  height: 7.813rem;
  background-color: #FFF;
  position: relative;
  border-radius: 50%;
  margin-right: 0.938rem;
  flex-shrink: 0;
}
.products-wrapper .side-wrapper .categories .category-title-wrapper .image-container img {
  max-width: 80%;
  max-height: 80%;
  min-height: auto;
  min-width: auto;
}
.products-wrapper .side-wrapper .categories .category-title-wrapper .category-title {
  font-size: 1.125rem;
  font-weight: 400;
  flex-grow: 1;
  text-align: center;
}
.products-wrapper .side-wrapper .categories .subcategories {
  margin: 1.563rem 0;
}
.products-wrapper .side-wrapper .categories .subcategories .subcategory {
  font-size: 0.875rem;
  padding: 1.125rem 0;
  display: block;
  border-bottom: 1px solid #F1F2F4;
  color: #000;
  position: relative;
}
.products-wrapper .side-wrapper .categories .subcategories .subcategory.grand {
  margin-left: 25px;
}
.products-wrapper .side-wrapper .categories .subcategories .subcategory::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  background-size: contain;
  background-image: url(/images/2024/arrow.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}
.products-wrapper .side-wrapper .filter-wrapper .filters-title {
  position: relative;
  color: #FFF;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 9px 5px;
}
.products-wrapper .side-wrapper .filter-wrapper .filters-title .close-filters {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .products-wrapper .side-wrapper .filter-wrapper .filters-title {
    background-color: #EB3424;
  }
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter {
  margin-top: 20px;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter.filter-color .values {
  max-height: 110px;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter.filter-color .values.all {
  max-height: 1000px;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .filter-title {
  display: flex;
  font-size: 1.125rem;
  padding-bottom: 0.938rem;
  border-bottom: 1px solid #B5B5B5;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .filter-title .collapsible {
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values {
  height: 0;
  overflow: hidden;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.expanded {
  padding-top: 20px;
  padding-bottom: 5px;
  height: auto;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-icons .filter-value {
  cursor: pointer;
  width: 40px;
  padding: 9px 0;
  text-align: center;
  background-color: #EFEDEE;
  font-size: 18px;
  flex-shrink: 0;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-icons .filter-value.selected {
  background-color: #EB3424;
  color: white;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images + .btn {
  display: none;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images.expanded + .btn {
  display: block;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images .filter-value {
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  transition: all 0.15s ease;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images .filter-value.selected::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 2px solid #EB3424;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images .filter-value .filter-value-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.select-images .filter-value .filter-value-img img {
  width: 100%;
  height: 100%;
  scale: 1.2;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.range .price-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.products-wrapper .side-wrapper .filter-wrapper .filters .filter .values.range .price-input .field input {
  width: 104px;
  height: 49px;
  text-align: center;
}
.products-wrapper .side-wrapper .filter-wrapper .btn {
  margin: 20px 0;
  width: 100%;
  font-size: 1rem;
}
.products-wrapper .product-list-wrapper .product-list .product {
  position: relative;
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon {
  position: absolute;
  left: 0;
  top: 2.15rem;
  z-index: 1;
  transition: left linear 200ms;
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon .inside {
  border-color: #ff0201;
  border-style: solid;
  border-width: 0.0625rem 0rem 0.0625rem 0.0625rem;
  color: #ff0201;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  height: 1.875rem;
  line-height: 1.625rem;
  position: relative;
  padding-right: 0.75rem;
  overflow: hidden;
  vertical-align: middle;
  width: auto;
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon .inside span {
  max-width: 12.5rem;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  text-transform: uppercase;
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon .inside::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1.32583rem;
  height: 1.32583rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #ff0201;
  border-left: 2px solid #ff0201;
  text-decoration: none;
  color: transparent;
  transform: rotate(-45deg);
  right: -0.625rem;
  top: 50%;
  margin-top: -0.66291rem;
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon.right {
  transform: rotate(180deg);
  right: 0;
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon.right span {
  display: block;
  top: 2px;
  transform: rotate(180deg);
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon-right {
  position: absolute;
  top: 2.15rem;
  right: 0;
  background-image: url(/images/color-spin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .products-wrapper .product-list-wrapper .product-list .product .ribbon-right {
    height: 35px;
    width: 35px;
  }
}
.products-wrapper .product-list-wrapper .product-list .product .ribbon-right .inside {
  display: none;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
@media (min-width: 768px) {
  .products-wrapper .product-list-wrapper .product-list .product .ribbon-right .inside {
    font-size: 16px;
    padding-right: 40px;
  }
}
.products-wrapper .product-list-wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-wrapper .product-list-wrapper .total-products {
  font-size: 1rem;
  color: #6C6C6C;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .products-wrapper .product-list-wrapper .total-products {
    margin-top: 2rem;
  }
}
.products-wrapper .product-list-wrapper .total-products .count {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  vertical-align: text-top;
}
.products-wrapper .product-list-wrapper .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.products-wrapper .product-list-wrapper .product-list .product {
  width: 256px;
  color: #000;
  margin-bottom: 20px;
}
.products-wrapper .product-list-wrapper .product-list .product .image-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.products-wrapper .product-list-wrapper .product-list .product .image-container img {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 95%;
}
.products-wrapper .product-list-wrapper .product-list .product .amimanera {
  background-color: #EB3424;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  text-transform: uppercase;
}
.products-wrapper .product-list-wrapper .product-list .product .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 20px;
}
.products-wrapper .product-list-wrapper .product-list .product .price-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.products-wrapper .product-list-wrapper .product-list .product .price-wrapper .price, .products-wrapper .product-list-wrapper .product-list .product .price-wrapper .previous-price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 0.313rem;
}
.products-wrapper .product-list-wrapper .product-list .product .price-wrapper .previous-price {
  text-decoration: line-through;
  color: #4A5568;
  font-weight: 500;
}
.products-wrapper .product-list-wrapper .product-list .product .price-wrapper .price.offer {
  color: #EB3424;
}
@media (max-width: 768px) {
  .products-wrapper.mobile-products .side-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 95vw;
    height: 100vh;
    background-color: white;
    z-index: 20;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    overflow-y: auto;
  }
  .products-wrapper.mobile-products .side-wrapper .filter-wrapper {
    margin: 20px;
  }
  .products-wrapper .product-list-wrapper {
    width: 100%;
  }
  .products-wrapper .product-list-wrapper .title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .products-wrapper .product-list-wrapper .header .filtering .btn {
    padding: 0.6rem 1.5rem;
  }
  .products-wrapper .product-list-wrapper .header .sorting select {
    width: 150px;
    text-align: right;
  }
  .products-wrapper .product-list-wrapper .product-list .product {
    width: 47%;
    position: relative;
  }
  .products-wrapper .product-list-wrapper .product-list .product .image-container {
    height: 186px;
    border-radius: 12px;
  }
  .products-wrapper .product-list-wrapper .product-list .product .title {
    font-size: 1rem;
    font-stretch: condensed;
    font-weight: 300;
    margin: 10px 0 5px;
  }
  .products-wrapper .product-list-wrapper .product-list .product .price {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .products-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .products-wrapper .side-wrapper {
    width: 25%;
  }
  .products-wrapper .side-wrapper .side {
    padding-top: 2.313rem;
    position: sticky;
    top: 7.5rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 1rem;
  }
  .products-wrapper .side-wrapper .side .categories .category-name {
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0.938rem;
    border-bottom: 1px solid #B5B5B5;
    letter-spacing: 0.3px;
  }
  .products-wrapper .side-wrapper .side .categories .category-name a {
    color: #000;
  }
  .products-wrapper .side-wrapper .side .categories .subcategories {
    margin: 10px 0;
  }
  .products-wrapper .side-wrapper .side .categories .subcategories .subcategory {
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 7px 25px;
    border-bottom: 0;
    font-weight: 500;
  }
  .products-wrapper .side-wrapper .side .categories .subcategories .subcategory.current::before {
    background-image: url("/images/2024/checked-checkbox.svg");
  }
  .products-wrapper .side-wrapper .side .categories .subcategories .subcategory::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("/images/2024/empty-checkbox.svg");
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .products-wrapper .side-wrapper .side .categories .subcategories .subcategory::after {
    display: none;
  }
  .products-wrapper .product-list-wrapper {
    width: 75%;
    margin-left: 2.313rem;
    margin-top: 2.313rem;
  }
  .products-wrapper .product-list-wrapper .product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
  }
  .products-wrapper .product-list-wrapper .product-list .product .image-container {
    overflow: hidden;
  }
  .products-wrapper .product-list-wrapper .product-list .product .image-container img {
    transition: scale 0.2s ease;
  }
  .products-wrapper .product-list-wrapper .product-list .product:hover img {
    scale: 1.2;
  }
}
@media (min-width: 1475px) {
  .products-wrapper .product-list-wrapper .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-detail-wrapper .main-panel .images-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .product-detail-wrapper .main-panel .images-wrapper {
    height: 405px;
  }
}
.product-detail-wrapper .main-panel .images-wrapper .back-link {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  z-index: 2;
  transform: rotate(90deg);
}
.product-detail-wrapper .main-panel .images-wrapper .back-link img {
  width: 24px;
}
.product-detail-wrapper .main-panel .images-wrapper .images-source {
  display: none;
}
.product-detail-wrapper .main-panel .images-wrapper .focused-image-wrapper .image-container {
  height: 293px;
}
.product-detail-wrapper .main-panel .images-wrapper .focused-image-wrapper .image-container img {
  min-height: auto;
  max-width: 95%;
  max-height: 95%;
  min-width: auto;
}
.product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper {
  margin-top: 20px;
}
.product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper .slick-current .image-container {
  border: 1px solid #EB3424;
}
.product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper .image-container {
  height: 64px;
  width: 20vw !important;
  margin: 0 4px;
  border-radius: 8px;
  background-color: #FFF;
  overflow: hidden;
}
.product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper .image-container img {
  min-width: auto;
  min-height: auto;
}
.product-detail-wrapper .main-panel .info-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .sku {
  color: #9B9B9B;
  font-size: 12px;
  margin-bottom: 15px;
}
.product-detail-wrapper .main-panel .info-wrapper .previous-price {
  text-decoration: line-through;
  color: #4A5568;
  margin-bottom: 15px;
}
.product-detail-wrapper .main-panel .info-wrapper .price {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .price .main-price {
  color: #D8172E;
  font-size: 24px;
  font-weight: 600;
}
.product-detail-wrapper .main-panel .info-wrapper .price .other-currency-price {
  color: #4A5568;
}
.product-detail-wrapper .main-panel .info-wrapper .variants {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant {
  margin-top: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.just-one {
  width: 50%;
  text-align: center;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.just-one .variant-label {
  display: inline-block;
  margin-bottom: 0;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.just-one img {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  height: 25px;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant .variant-label {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color {
  margin-top: 0;
  width: 100%;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color .values {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color .values .value {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: relative;
  transition: all 0.3s ease;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color .values .value:hover {
  transform: scale(2);
  z-index: 3;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color .values .value.selected::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color .values .value .img-wrapper {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.color .values .value .img-wrapper img {
  width: 100%;
  height: 100%;
  scale: 1.2;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.select {
  width: 49%;
  position: relative;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.select select {
  width: 100%;
  position: relative;
  text-align: right;
  height: 60px;
}
.product-detail-wrapper .main-panel .info-wrapper .variants .variant.select label {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #9B9B9B;
}
.product-detail-wrapper .main-panel .info-wrapper .not-available {
  margin-top: 20px;
  color: #EB3424;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper {
  position: relative;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper input {
  width: 100%;
  background-color: #D3D3D3;
  border: 0;
  border-radius: 8px;
  height: 56px;
  text-align: center;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper .btn {
  position: absolute;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  font-size: 30px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  text-align: center;
  border-radius: 8px;
  line-height: 0.85;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper .btn.increase {
  left: unset;
  right: 5px;
  line-height: 1;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .add-cart, .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .finish-order {
  padding: 12px;
}
.product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .add-cart img, .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .finish-order img {
  width: 28px;
}
.product-detail-wrapper .main-panel .info-wrapper .custom-link {
  margin-top: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .notes {
  color: #9B9B9b;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .notes .ready-to-go-link {
  font-weight: 600;
}
.product-detail-wrapper .main-panel .info-wrapper .notes .ready-to-go-link a {
  color: #EB3424;
}
.product-detail-wrapper .main-panel .info-wrapper .form_remind {
  margin-top: 20px;
}
.product-detail-wrapper .main-panel .info-wrapper .form_remind .field {
  margin: 20px 0;
}
.product-detail-wrapper .description {
  font-size: 14px;
  line-height: 1.6;
}
.product-detail-wrapper .description .title {
  margin-top: 20px;
  font-weight: 600;
  color: #2F2D2C;
  font-size: 1rem;
  margin-bottom: 10px;
}
.product-detail-wrapper .description .details {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  gap: 0 5%;
}
.product-detail-wrapper .description .details .detail {
  margin-bottom: 20px;
}
.product-detail-wrapper .description .details .detail.audio audio {
  width: 100%;
}
.product-detail-wrapper .description .details .detail.audio a {
  display: block;
  font-size: 35px;
  text-align: center;
}
.product-detail-wrapper .description .details .text {
  text-align: center;
  display: block;
}
.product-detail-wrapper > .add-cart, .product-detail-wrapper > .finish-order {
  position: fixed;
  bottom: 0;
  border-radius: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.product-detail-wrapper > .add-cart.disabled, .product-detail-wrapper > .finish-order.disabled {
  background-color: #D3D3D3;
  color: #9B9B9B;
}
.product-detail-wrapper > .add-cart img, .product-detail-wrapper > .finish-order img {
  margin-right: 20px;
}
.product-detail-wrapper .video {
  height: 550px;
  text-align: center;
}
.product-detail-wrapper .video iframe {
  height: 100%;
}
@media (min-width: 768px) {
  .product-detail-wrapper .main-panel {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  }
  .product-detail-wrapper .main-panel .images-wrapper {
    width: 48%;
    height: auto;
  }
  .product-detail-wrapper .main-panel .images-wrapper .focused-image-wrapper .image-container {
    height: 560px;
  }
  .product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper {
    padding-top: 5px;
    background-color: #FFF;
    margin-top: 0;
  }
  .product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper .slick-current .image-container {
    border: 0;
    border-bottom: 3px solid #EB3424;
  }
  .product-detail-wrapper .main-panel .images-wrapper .nav-image-wrapper .image-container {
    height: 100px;
    width: 115px !important;
    margin: 0 4px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
  }
  .product-detail-wrapper .main-panel .info-wrapper {
    width: 48%;
  }
  .product-detail-wrapper .main-panel .info-wrapper .title {
    margin-top: 0;
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
  }
  .product-detail-wrapper .main-panel .info-wrapper .sku {
    color: #000;
    font-size: 15px;
    margin-top: 25px;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper {
    width: 158px;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper input {
    font-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper input::-webkit-inner-spin-button, .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper .btn {
    left: 12px;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .quantity-wrapper .btn.increase {
    right: 12px;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .add-cart, .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .finish-order {
    width: 360px;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    align-items: center;
  }
  .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .add-cart img, .product-detail-wrapper .main-panel .info-wrapper .add-cart-wrapper .finish-order img {
    margin-right: 20px;
  }
  .product-detail-wrapper .main-panel .info-wrapper .notes {
    color: #000;
    font-size: 1rem;
    line-height: 2;
  }
  .product-detail-wrapper .description-wrapper.with-video {
    display: flex;
    gap: 20px;
  }
  .product-detail-wrapper .description {
    font-size: 1rem;
  }
  .product-detail-wrapper .description .title {
    font-size: 1.4rem;
  }
  .product-detail-wrapper .description .details {
    grid-template-columns: 22% 22% 22% 22%;
    gap: 0 4%;
  }
}

body.open-product-cart-modal {
  overflow-y: hidden;
}
body.open-product-cart-modal #fade-layer {
  display: block;
}
body.open-product-cart-modal #product-in-cart {
  display: block;
}

#product-in-cart {
  position: fixed;
  top: 50%;
  background-color: #FFF;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1120px;
  z-index: 10;
  padding: 50px 30px;
  text-align: center;
  max-height: 100vh;
  overflow-y: scroll;
  display: none;
}
#product-in-cart .close-modal {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
#product-in-cart .title {
  font-size: 24px;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  text-align: center;
  margin-bottom: 65px;
}
#product-in-cart .content .buttons .subtotal-wrapper {
  margin: 30px 0;
}
#product-in-cart .content .buttons .subtotal-wrapper .subtotal {
  margin: 30px 0;
  font-size: 30px;
  font-weight: 700;
}
#product-in-cart .content .buttons .js-view-cart {
  margin-top: 18px;
}
@media (min-width: 768px) {
  #product-in-cart {
    padding: 0;
    overflow-y: unset;
  }
  #product-in-cart .title {
    font-size: 32px;
    padding: 25px 0;
    border-bottom: 17px solid #EB3424;
    margin-bottom: 0;
  }
  #product-in-cart .close-modal {
    top: -20px;
    right: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #FFF;
    border-radius: 50%;
  }
  #product-in-cart .close-modal img {
    display: inline-block;
  }
  #product-in-cart .content {
    display: flex;
    justify-content: space-between;
  }
  #product-in-cart .content .product-info {
    padding: 30px 60px;
    text-align: left;
    flex-grow: 1;
  }
  #product-in-cart .content .product-info .image-container {
    width: 100%;
    height: 350px;
  }
  #product-in-cart .content .product-info .image-container img {
    min-height: auto;
    min-width: auto;
    max-width: 95%;
    max-height: 95%;
  }
  #product-in-cart .content .product-info .name {
    font-size: 1rem;
  }
  #product-in-cart .content .product-info .price-wrapper {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
  }
  #product-in-cart .content .buttons {
    background-color: #EFEEEF;
    width: 447px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #product-in-cart .content .buttons .subtotal-wrapper .subtotal {
    margin: 15px 0;
  }
  #product-in-cart .content .buttons .btn {
    font-size: 1rem;
  }
}

body.open-cart {
  overflow-y: hidden;
}
body.open-cart #fade-layer {
  display: block;
}
body.open-cart #minicart {
  transform: translateX(0);
}

.cart-icon {
  position: relative;
  cursor: pointer;
}
.cart-icon .cart-count {
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-size: 10px;
  color: #FFF;
  background-color: #EB3424;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  padding-top: 1px;
}
.cart-icon .cart-count.empty {
  display: none;
}

#minicart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 448px;
  background-color: #FFF;
  height: 100dvh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
#minicart .header {
  background-color: #000;
  color: #FFF;
  padding: 30px 0 15px 0;
  position: relative;
}
#minicart .header .title-wrapper {
  text-align: center;
  font-weight: 600;
}
#minicart .header .title-wrapper .title {
  font-size: 36px;
  font-weight: 600;
}
#minicart .header .close-cart {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
#minicart .header .close-cart img {
  width: 50px;
  height: 50px;
  filter: invert(95%) sepia(68%) saturate(0%) hue-rotate(275deg) brightness(109%) contrast(100%);
}
#minicart .lines {
  padding: 50px 54px;
}
#minicart .lines .line {
  display: flex;
  align-items: center;
}
#minicart .lines .line:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #EB3424;
  margin-bottom: 50px;
}
#minicart .lines .line .image-container {
  width: 96px;
  height: 80px;
  flex-shrink: 0;
}
#minicart .lines .line .product-info {
  font-size: 15px;
  line-height: 24px;
  padding: 0 20px;
}
#minicart .lines .line .product-info .name {
  font-size: 1rem;
}
#minicart .lines .line .product-info .price {
  font-size: 20px;
  margin-top: 15px;
  display: block;
}
#minicart .lines .line .product-info .quantity-wrapper {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#minicart .lines .line .product-info .quantity-wrapper .change-quantity {
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
}
#minicart .lines .line .product-info .quantity-wrapper input {
  width: 50px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#minicart .lines .line .product-info .quantity-wrapper input::-webkit-inner-spin-button, #minicart .lines .line .product-info .quantity-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#minicart .lines .line .rm-product {
  width: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
#minicart .subtotal-wrapper {
  padding: 30px 0 30px 30px;
  border-top: 1px solid #EB3424;
  border-bottom: 1px solid #EB3424;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 54px 35px;
}
#minicart .subtotal-wrapper .title {
  font-size: 1rem;
}
#minicart .subtotal-wrapper .subtotal {
  font-size: 20px;
}
#minicart .buttons {
  margin: 0 54px;
  margin-bottom: 20px;
}
#minicart .buttons .btn {
  display: block;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #minicart {
    max-width: 95vw;
  }
  #minicart .lines {
    padding-left: 20px;
    padding-right: 20px;
  }
  #minicart .subtotal-wrapper, #minicart .buttons {
    margin: 0 20px 35px;
  }
}

body.open-cart-summary {
  overflow: hidden;
}

.payment-process-wrapper .order-data .steps {
  border-bottom: 1px solid #A3A3A3;
}
.payment-process-wrapper .order-data .steps .step > .title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 38px 0;
}
.payment-process-wrapper .order-data .steps .step .form {
  margin-bottom: 38px;
}
.payment-process-wrapper .order-data .steps .step .form .btn {
  margin-top: 28px;
  width: 100%;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields .form-field {
  width: 100%;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields .form-field select, .payment-process-wrapper .order-data .steps .step .form .half-fields .form-field .select2 {
  height: 53px;
  text-align: right;
  width: 100%;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields .form-field select + label, .payment-process-wrapper .order-data .steps .step .form .half-fields .form-field .select2 + label {
  top: 0;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields .form-field .select2.select2-container .select2-selection--single {
  height: 53px;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields .form-field .select2.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 53px;
}
.payment-process-wrapper .order-data .steps .step .form .half-fields .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: 54px;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .title {
  font-weight: 600;
  margin: 30px 0;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .shipping-methods {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .shipping-methods .warning {
  color: #979797;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .shipping-methods .warning .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .shipping-methods .column {
  margin: 20px 5px;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .shipping-methods .column label {
  font-weight: 600;
}
.payment-process-wrapper .order-data .steps .step .form .shipping-method-wrapper .shipping-methods .column label .msg-only-span {
  font-weight: 400;
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  grid-column-gap: 2%;
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button {
  padding: 5px;
  font-size: 12px;
  position: relative;
  height: 48px;
  margin-bottom: 20px;
  margin-top: 0;
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button input {
  display: none;
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button img {
  margin: 0 auto;
  max-width: 42px;
  max-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) saturate(100%) invert(34%) sepia(7%) saturate(316%) hue-rotate(185deg) brightness(94%) contrast(95%);
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button .text {
  position: absolute;
  bottom: 0;
  display: block;
  color: #6E768A;
  transform: translateY(120%);
  width: 100%;
  text-align: center;
  left: 0;
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button.btn-red img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(226deg) brightness(100%) contrast(102%);
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button.btn-red .text {
  color: #EB3424;
}
.payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button[data-payment=bank_transfer] img {
  filter: unset !important;
}
.payment-process-wrapper .order-data .steps .step .form .payment-infos .payment-info {
  display: none;
  margin-top: 20px;
}
.payment-process-wrapper .order-data .steps .step .form .payment-infos .payment-info.show {
  display: block;
}
.payment-process-wrapper .order-data .steps .step .form .terms-and-conditions-wrapper {
  margin-top: 30px;
}
.payment-process-wrapper .order-data .steps .step .form .terms-and-conditions-wrapper .anchor {
  color: #4990e2;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}
.payment-process-wrapper .order-data .steps .step .form .terms-and-conditions-wrapper .terms-and-conditions-box {
  font-size: 10px;
  letter-spacing: -0.2px;
  display: flex;
  margin-bottom: 10px;
}
.payment-process-wrapper .order-data .steps .step .form .terms-and-conditions-wrapper .terms-and-conditions-box .terms-and-conditions-text {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  text-align: justify;
  padding: 10px;
}
.payment-process-wrapper .order-data .steps .step .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: -15px;
}
.payment-process-wrapper .order-data .steps .step .detail .btn {
  padding: 10px;
  border-color: #A3A3A3;
  font-weight: 300;
}
.payment-process-wrapper .order-data .steps .step .detail:not(.filled) {
  display: none;
}
.payment-process-wrapper .order-data .steps .step:not(:first-child) > .title {
  border-top: 1px solid #A3A3A3;
}
.payment-process-wrapper .order-data .steps .step.open .detail {
  display: none;
}
.payment-process-wrapper .order-data .steps .step:not(.open) .form {
  display: none !important;
}
.payment-process-wrapper .order-data .cart-preview {
  display: flex;
  border: 1px solid #EB3424;
  border-radius: 10px 10px 0 0;
  margin-top: 40px;
  padding: 20px 10px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  background: #FFF;
  width: 100%;
  left: 0;
  margin-bottom: 0;
}
.payment-process-wrapper .order-data .cart-preview .image-container {
  width: 96px;
  height: 76px;
}
.payment-process-wrapper .order-data .cart-preview .image-container img {
  min-width: auto;
  min-height: auto;
}
.payment-process-wrapper .order-data .cart-preview .texts .text {
  font-weight: 700;
  font-size: 1rem;
}
.payment-process-wrapper .order-data .cart-preview .texts .open-cart-detail {
  font-size: 15px;
  font-weight: 300;
  color: #25549E;
  margin-top: 10px;
}
.payment-process-wrapper .order-data .cart-preview .price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.payment-process-wrapper .order-data .thanks .title, .payment-process-wrapper .order-data .thanks .order-code {
  font-size: 24px;
  margin-bottom: 15px;
}
.payment-process-wrapper .order-data .thanks .success-image {
  width: 115px;
  height: 115px;
  display: block;
  margin: 0 auto;
}
.payment-process-wrapper .order-data .thanks .success-image img {
  min-width: auto;
  min-height: auto;
}
.payment-process-wrapper .order-data .thanks hr {
  margin: 35px 0;
}
.payment-process-wrapper .order-data .thanks .shipping-title {
  margin-bottom: 10px;
}
.payment-process-wrapper .cart {
  background-color: #FFF;
}
@media (max-width: 768px) {
  .payment-process-wrapper .cart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    max-height: 100vh;
    width: 100vw;
    padding-top: 124px;
    padding-bottom: 58px;
  }
  .payment-process-wrapper .cart.open {
    display: block;
  }
  .payment-process-wrapper .cart.open .btn:not(.js-apply-discount) {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
  }
}
.payment-process-wrapper .cart .title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 30px 0;
}
.payment-process-wrapper .cart .lines .line {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-top: 25px;
}
.payment-process-wrapper .cart .lines .line:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 25px;
}
.payment-process-wrapper .cart .lines .line .image-container {
  width: 81px;
  flex-shrink: 0;
}
.payment-process-wrapper .cart .lines .line .product-info .product-link {
  font-size: 14px;
  color: #000;
}
.payment-process-wrapper .cart .lines .line .product-info .product-link .name {
  font-size: 1rem;
}
.payment-process-wrapper .cart .lines .line .product-info .quantity-wrapper {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1px;
}
.payment-process-wrapper .cart .lines .line .product-info .quantity-wrapper .change-quantity {
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
}
.payment-process-wrapper .cart .lines .line .product-info .quantity-wrapper input {
  width: 50px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.payment-process-wrapper .cart .lines .line .product-info .quantity-wrapper input::-webkit-inner-spin-button, .payment-process-wrapper .cart .lines .line .product-info .quantity-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.payment-process-wrapper .cart .lines .line .price {
  font-size: 20px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.payment-process-wrapper .cart .lines .line .rm-product {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.payment-process-wrapper .cart .summary-wrapper {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount.hide {
  display: none;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount .form-field {
  width: 50%;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount .form-field .form-input {
  margin-bottom: 0;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount .form-field label {
  font-size: 15px;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount .js-apply-discount {
  width: 50%;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .discount-info.hide {
  display: none;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .discount-info .discount-text.text-red {
  color: #EB3424;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .discount-info .js-remove-coupon {
  color: #4990e2;
  text-decoration: underline;
  margin-top: 5px;
  cursor: pointer;
}
.payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .discount-info .js-remove-coupon.hide {
  display: none;
}
@media (max-width: 768px) {
  .payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount {
    display: block;
  }
  .payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount .form-field {
    width: 100%;
  }
  .payment-process-wrapper .cart .summary-wrapper .apply-discount-wrapper .apply-discount .js-apply-discount {
    width: 100%;
    margin-top: 15px;
  }
}
.payment-process-wrapper .cart .summary-wrapper .summary {
  display: flex;
  justify-content: space-between;
  color: #000;
  margin: 15px 0;
  align-items: center;
}
.payment-process-wrapper .cart .summary-wrapper .summary.red-text {
  color: #EB3424;
}
.payment-process-wrapper .cart .summary-wrapper .summary > * {
  font-size: 1.5rem;
  font-weight: 700;
}
.payment-process-wrapper .cart .summary-wrapper .summary .title {
  margin: 0;
}
.payment-process-wrapper .cart .summary-wrapper .summary.shipping-wrapper .title {
  font-weight: 400;
}
.payment-process-wrapper .cart .summary-wrapper .vat-wrapper .title {
  position: relative;
}
.payment-process-wrapper .cart .summary-wrapper .vat-wrapper .title .vat-tooltip-wrapper {
  position: absolute;
  right: -2px;
  top: 0;
  transform: translateX(100%);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .payment-process-wrapper .cart .summary-wrapper .vat-wrapper .title .vat-tooltip-wrapper {
    width: 20px;
    height: 20px;
  }
}
.payment-process-wrapper .cart .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .payment-process-wrapper {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 32px;
  }
  .payment-process-wrapper .order-data {
    flex-grow: 1;
  }
  .payment-process-wrapper .order-data .steps .step .btn {
    font-size: 1rem;
    height: 53px;
    max-width: 279px;
  }
  .payment-process-wrapper .order-data .steps .step .form .payment-buttons {
    display: flex;
  }
  .payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button {
    width: 105px;
    height: 64px;
  }
  .payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button img {
    top: 37%;
  }
  .payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button .text {
    bottom: 5px;
    transform: unset;
  }
  .payment-process-wrapper .order-data .steps .step .form .payment-buttons .payment-button.btn-red .text {
    color: #FFF;
  }
  .payment-process-wrapper .order-data .steps .step .detail {
    justify-content: space-between;
  }
  .payment-process-wrapper .order-data .steps .step .detail .btn {
    margin-left: 20px;
    font-size: 1rem;
    padding: 7px 10px;
    height: 35px;
  }
  .payment-process-wrapper .order-data .steps .step.step-customer {
    position: relative;
  }
  .payment-process-wrapper .order-data .steps .step.step-customer .form {
    display: flex;
    gap: 13px;
  }
  .payment-process-wrapper .order-data .steps .step.step-customer .form > * {
    width: 50%;
  }
  .payment-process-wrapper .order-data .steps .step.step-customer .form .btn {
    margin: 0;
    font-size: 1rem;
    height: 53px;
  }
  .payment-process-wrapper .order-data .steps .step.step-customer .detail {
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    margin-bottom: 0;
    left: 150px;
  }
  .payment-process-wrapper .cart {
    width: 448px;
    background-color: #F6F6F6;
    padding: 0 35px;
    flex-shrink: 0;
  }
  .payment-process-wrapper .cart .lines {
    padding: 25px 0;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
  }
  .payment-process-wrapper .cart .lines .line .image-container {
    width: 96px;
  }
  .payment-process-wrapper .cart .lines .line .product-info {
    flex-grow: 1;
    margin: 0 30px;
  }
  .payment-process-wrapper .cart .summary-wrapper {
    border: 0;
    padding: 0;
  }
  .payment-process-wrapper .cart .summary-wrapper .summary {
    margin: 20px 0;
  }
  .payment-process-wrapper .cart .summary-wrapper .summary .title {
    font-size: 1rem;
    font-weight: 400;
  }
  .payment-process-wrapper .cart .summary-wrapper .summary .subtotal {
    font-size: 20px;
    font-weight: 400;
  }
  .payment-process-wrapper .cart .summary-wrapper .summary.total-wrapper .subtotal {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.vat-tooltip {
  width: 90vw;
  max-height: 300px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .vat-tooltip {
    width: 400px;
  }
}

.wholesaler {
  margin-bottom: 40px;
}
.wholesaler .title {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
.wholesaler form .btn {
  width: 100%;
  margin: 15px 0;
}
.wholesaler form a {
  display: block;
  margin: 15px 0;
  color: #4990e2;
  cursor: pointer;
}
.wholesaler form .half-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}
.wholesaler form .half-fields .form-field {
  width: 100%;
}
.wholesaler form .half-fields .form-field select {
  height: 53px;
  text-align: right;
  width: 100%;
}
.wholesaler form .half-fields .form-field select + label {
  top: 0;
}
.wholesaler form .checkbox {
  margin: 15px 0;
  display: block;
}
.wholesaler form .checkbox a {
  display: inline-block;
  margin: auto;
}
.wholesaler form .form-file.error {
  border: 1px solid #EB3424;
}
.wholesaler form .form-file .upload-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.wholesaler form .form-file .upload-container .upload-icon {
  flex-shrink: 0;
}
.wholesaler form .form-file .upload-container .upload-icon img {
  width: 68px;
  height: auto;
}
.wholesaler form .form-file .upload-container .upload-text {
  margin-left: 10px;
  font-size: 15px;
  line-height: 24px;
}
.wholesaler form .form-file .upload-container .upload-arrow {
  margin-left: 10px;
  width: 24px;
  flex-shrink: 0;
}
.wholesaler form .form-file .file-name {
  text-align: center;
  font-size: 14px;
  color: #555;
  display: none;
}
@media (min-width: 768px) {
  .wholesaler > div {
    width: 720px;
  }
  .wholesaler form .btn {
    width: 50%;
    font-size: 1rem;
  }
  .wholesaler form .form-file {
    width: 50%;
  }
}

.amimanera-detail .main-panel {
  margin: 45px 0;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.amimanera-detail .main-panel .shoe-model {
  flex-grow: 1;
}
.amimanera-detail .main-panel .shoe-model .canvas-container {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.amimanera-detail .main-panel .shoe-model .canvas-container .canvas-hit {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
.amimanera-detail .main-panel .shoe-model .canvas {
  position: relative;
}
.amimanera-detail .main-panel .shoe-model .canvas #preview-model {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 80px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.75);
}
.amimanera-detail .main-panel .shoe-model .canvas #preview-model .image-container {
  width: 100%;
  height: 45px;
}
.amimanera-detail .main-panel .shoe-model .canvas #preview-model .image-container img {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 95%;
}
@media (min-width: 768px) {
  .amimanera-detail .main-panel .shoe-model .canvas #preview-model {
    width: 100px;
  }
  .amimanera-detail .main-panel .shoe-model .canvas #preview-model .image-container {
    height: 60px;
  }
}
.amimanera-detail .main-panel .shoe-model .canvas .gallardo-wrapper {
  position: relative;
  max-width: 690px;
}
.amimanera-detail .main-panel .shoe-model .canvas .gallardo-wrapper .gallardo-view-selector {
  top: 0;
  right: 0;
  margin-left: auto;
  width: 12.5rem;
  height: 6.25rem;
  position: relative;
  display: flex;
}
.amimanera-detail .main-panel .shoe-model .canvas .gallardo-wrapper .gallardo-view-selector .red-circle {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #ff8080;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.amimanera-detail .main-panel .shoe-model .canvas .gallardo-wrapper .gallardo-view-selector .red-circle.right {
  left: 50%;
}
.amimanera-detail .main-panel .shoe-model .canvas .gallardo-wrapper .gallardo-view-selector .shoe-view {
  height: 6.25rem;
  width: 6.25rem;
  cursor: pointer;
  background: unset;
  position: relative;
  top: unset;
  transform: unset;
}
.amimanera-detail .main-panel .shoe-model .canvas .gallardo-wrapper .gallardo-view-selector .shoe-view img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.amimanera-detail .main-panel .shoe-model .text {
  font-size: 20px;
}
.amimanera-detail .main-panel .shoe-model .text a {
  color: #EB3424;
}
.amimanera-detail .main-panel .shoe-model .zones {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.amimanera-detail .main-panel .shoe-model .zones .zone {
  flex: 1;
  cursor: pointer;
}
.amimanera-detail .main-panel .shoe-model .zones .zone .cuadro-variantes {
  height: 100px;
  background-color: #F1F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.amimanera-detail .main-panel .shoe-model .zones .zone .cuadro-variantes:not(.sin-variante) img {
  min-width: 100%;
  min-height: 100%;
}
.amimanera-detail .main-panel .shoe-model .zones .zone .cuadro-variantes:not(.sin-variante).modeloTacon img {
  min-height: auto;
  min-width: auto;
  max-height: 100%;
  max-width: 100%;
}
.amimanera-detail .main-panel .shoe-model .zones .zone .name {
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper {
    display: none;
  }
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design {
  position: relative;
  cursor: pointer;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.75);
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .image-container {
  width: 100%;
  height: 190px;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .image-container img {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 95%;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .design-name {
  text-align: center;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .design-parts {
  font-size: 14px;
  padding: 15px;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .design-parts .design-part {
  margin-top: 5px;
  font-weight: bold;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .design-parts .design-part .variant-value {
  font-weight: normal;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .design-parts .design-part img {
  display: inline-block;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design .trigger-design {
  display: none;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design:hover .trigger-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 52, 36, 0.6);
  color: #FFF;
  display: flex;
  align-items: center;
}
.amimanera-detail .main-panel .shoe-model .suggested-designs-wrapper .suggested-designs .suggested-design:hover .trigger-design .text {
  text-align: center;
  width: 100%;
}
.amimanera-detail .main-panel .shoe-info {
  flex-shrink: 0;
  width: 362px;
}
.amimanera-detail .main-panel .shoe-info > .title {
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
.amimanera-detail .main-panel .shoe-info .price-sku-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amimanera-detail .main-panel .shoe-info .price-sku-wrapper .sku {
  font-size: 12px;
  margin-bottom: 10px;
}
.amimanera-detail .main-panel .shoe-info .price-wrapper .price {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}
.amimanera-detail .main-panel .shoe-info .price-wrapper .price .main-price {
  color: #EB3424;
  font-weight: 700;
  font-size: 32px;
}
.amimanera-detail .main-panel .shoe-info .price-wrapper .price .other-currency-price {
  color: #4A5568;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper {
  margin-top: 28px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 28px;
  cursor: pointer;
  position: relative;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper .title:after {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/2024/arrow.svg");
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.plegado .title:after {
  transform: rotate(180deg) translateY(50%);
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper .sizes {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper .sizes .size {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  background-color: #EFEDEE;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper .sizes .size.selected {
  background-color: #EB3424;
  color: #FFF;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper select {
  width: 100%;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .special-warning, .amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .painted-warning {
  position: relative;
  margin-top: 10px;
  font-size: 12px;
  padding-left: 15px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .special-warning::before, .amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .painted-warning::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: orange;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .painted-warning::before {
  background-color: #0066ff;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .material-types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .material-types .material-type {
  text-align: center;
  margin-top: 17px;
  padding: 3px 0;
  cursor: pointer;
  position: relative;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .material-types .material-type.special-material::after, .amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .material-types .material-type.painted-material::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: orange;
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .material-types .material-type.painted-material::after {
  background-color: #0066ff;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .material-types .material-type.is-active {
  background-color: #EB3424;
  color: #FFF;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .colors-wrapper {
  margin-top: 28px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .colors-wrapper .material-color {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-evenly;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .colors-wrapper .material-color .color {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: relative;
  transition: all 0.3s ease;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .colors-wrapper .material-color .color.selected::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.materials .zones .zone .colors-wrapper .material-color .color img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.images-select-wrapper .images-select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.images-select-wrapper .images-select .image-select {
  cursor: pointer;
  border: 1px solid transparent;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.images-select-wrapper .images-select .image-select img {
  height: auto;
  max-height: 100px;
  margin: 0 auto;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.images-select-wrapper .images-select .image-select label {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.images-select-wrapper .images-select .image-select:hover {
  background-color: #E3E3E3;
}
.amimanera-detail .main-panel .shoe-info .variant-wrapper.images-select-wrapper .images-select .image-select.selected {
  border-color: #000;
}
.amimanera-detail .main-panel .shoe-info .variant-select {
  margin-top: 28px;
}
.amimanera-detail .main-panel .shoe-info .variant-select select {
  width: 100%;
}
.amimanera-detail .main-panel .shoe-info .buttons {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.amimanera-detail .main-panel .shoe-info .buttons.edit-design {
  margin-top: 30px;
}
.amimanera-detail .main-panel .shoe-info .buttons .btn {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.amimanera-detail .modal {
  position: fixed;
  top: 50%;
  background-color: #FFF;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  text-align: center;
  z-index: 20;
}
.amimanera-detail .modal .title {
  background-color: #4a4a4a;
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  padding: 10px 0;
  position: relative;
}
.amimanera-detail .modal .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: url("/images/amimanera/lola-chapa.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.amimanera-detail .modal .content {
  padding: 20px;
}
.amimanera-detail .modal .content .text {
  text-align: left;
  margin-bottom: 20px;
}
.amimanera-detail .modal .content .btn {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .amimanera-detail {
    display: none;
  }
  .amimanera-detail.mobile-show {
    display: block;
  }
  .amimanera-detail.mobile-show .main-panel {
    display: block;
    margin-top: 0;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-model {
    padding-top: 30px;
    position: relative;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-model .text {
    margin-top: 100px;
    font-size: 14px;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-model .zones {
    position: absolute;
    bottom: 50px;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-model .zones .zone .cuadro-variantes {
    position: relative;
    height: 60px;
    border-radius: 5px;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-model .zones .zone .cuadro-variantes .name-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-model .zones .zone .name {
    font-size: 14px;
  }
  .amimanera-detail.mobile-show .main-panel .shoe-info {
    margin-top: 30px;
    width: 100%;
  }
  .amimanera-detail.mobile-show .main-panel canvas {
    width: 100%;
  }
}

.amimanera-assistant-wrapper .step {
  background-color: #FFF;
  z-index: 20;
}
.amimanera-assistant-wrapper .step .title {
  background-color: #000;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
}
.amimanera-assistant-wrapper .step .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.amimanera-assistant-wrapper .step .content .text {
  text-align: center;
}
.amimanera-assistant-wrapper .step .content .form-field {
  margin-top: 20px;
}
.amimanera-assistant-wrapper .step .content .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.amimanera-assistant-wrapper .step .content .sizes {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}
.amimanera-assistant-wrapper .step .content .sizes .size {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  background-color: #EFEDEE;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.amimanera-assistant-wrapper .step .content .sizes .size.selected {
  background-color: #EB3424;
  color: #FFF;
}
.amimanera-assistant-wrapper .step .content .widths .radio-wrapper {
  display: block;
  margin-bottom: 20px;
}
.amimanera-assistant-wrapper .step .content .heels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.amimanera-assistant-wrapper .step .content .heels .heel {
  cursor: pointer;
  border: 1px solid transparent;
}
.amimanera-assistant-wrapper .step .content .heels .heel img {
  height: auto;
  max-height: 100px;
  margin: 0 auto;
}
.amimanera-assistant-wrapper .step .content .heels .heel label {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.amimanera-assistant-wrapper .step .content .heels .heel:hover {
  background-color: #E3E3E3;
}
.amimanera-assistant-wrapper .step .content .heels .heel.selected {
  border-color: #000;
}
.amimanera-assistant-wrapper .step .content .nailings .nailing, .amimanera-assistant-wrapper .step .content .nailings .stitching, .amimanera-assistant-wrapper .step .content .stitchings .nailing, .amimanera-assistant-wrapper .step .content .stitchings .stitching {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.amimanera-assistant-wrapper .step .content .nailings .nailing .label-image, .amimanera-assistant-wrapper .step .content .nailings .stitching .label-image, .amimanera-assistant-wrapper .step .content .stitchings .nailing .label-image, .amimanera-assistant-wrapper .step .content .stitchings .stitching .label-image {
  max-height: 150px;
}
.amimanera-assistant-wrapper .step .content .nailings .nailing .label-image img, .amimanera-assistant-wrapper .step .content .nailings .stitching .label-image img, .amimanera-assistant-wrapper .step .content .stitchings .nailing .label-image img, .amimanera-assistant-wrapper .step .content .stitchings .stitching .label-image img {
  max-height: 150px;
}
.amimanera-assistant-wrapper .step .content .special-warning, .amimanera-assistant-wrapper .step .content .painted-warning {
  position: relative;
  margin-top: 10px;
  font-size: 12px;
  padding-left: 15px;
}
.amimanera-assistant-wrapper .step .content .special-warning::before, .amimanera-assistant-wrapper .step .content .painted-warning::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: orange;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.amimanera-assistant-wrapper .step .content .painted-warning::before {
  background-color: #0066ff;
}
.amimanera-assistant-wrapper .step .content .material-types {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}
.amimanera-assistant-wrapper .step .content .material-types .material-type {
  background-color: #D3D3D3;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  position: relative;
}
.amimanera-assistant-wrapper .step .content .material-types .material-type.special-material::after, .amimanera-assistant-wrapper .step .content .material-types .material-type.painted-material::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: orange;
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
}
.amimanera-assistant-wrapper .step .content .material-types .material-type.painted-material::after {
  background-color: #0066ff;
}
.amimanera-assistant-wrapper .step .content .material-types .material-type.selected {
  border-color: #EB3424;
}
.amimanera-assistant-wrapper .step .content .materials-wrapper .colors {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-evenly;
  margin-top: 30px;
}
.amimanera-assistant-wrapper .step .content .materials-wrapper .colors .color {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  transition: all 0.3s ease;
}
.amimanera-assistant-wrapper .step .content .materials-wrapper .colors .color:hover {
  transform: scale(3);
  z-index: 3;
}
.amimanera-assistant-wrapper .step .content .materials-wrapper .colors .color.selected::after {
  content: "";
  width: 55px;
  height: 55px;
  border: 1px solid #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.amimanera-assistant-wrapper .step .content .materials-wrapper .colors .color img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}
.amimanera-assistant-wrapper .step .content .load-canvas {
  margin-top: 30px;
  padding: 0 30px;
}
.amimanera-assistant-wrapper .step#step1 .buttons {
  justify-content: center;
}
.amimanera-assistant-wrapper .step#step4-3 .designs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design {
  position: relative;
  cursor: pointer;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.75);
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .image-container {
  width: 100%;
  height: 140px;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .image-container img {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 95%;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design label {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .design-parts {
  font-size: 11px;
  padding: 15px;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .design-parts .design-part {
  margin-top: 5px;
  font-weight: bold;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .design-parts .design-part .variant-value {
  font-weight: normal;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .design-parts .design-part img {
  display: inline-block;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design .trigger-design {
  display: none;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design:hover .trigger-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 52, 36, 0.6);
  color: #FFF;
  display: flex;
  align-items: center;
}
.amimanera-assistant-wrapper .step#step4-3 .designs .design:hover .trigger-design .text {
  text-align: center;
  width: 100%;
  font-size: 18px;
}
@media (min-width: 768px) {
  .amimanera-assistant-wrapper .step {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    max-height: 95vh;
    overflow-y: scroll;
  }
  .amimanera-assistant-wrapper .step .title {
    font-size: 36px;
    padding: 20px 85px;
    position: relative;
  }
  .amimanera-assistant-wrapper .step .title img {
    position: absolute;
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
    top: 50%;
    right: 20px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .amimanera-assistant-wrapper .step .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .amimanera-assistant-wrapper .step .content .text {
    font-size: 32px;
  }
  .amimanera-assistant-wrapper .step .content label {
    cursor: pointer;
  }
  .amimanera-assistant-wrapper .step .content .buttons .btn {
    font-size: 1rem;
  }
  .amimanera-assistant-wrapper .step#step1 .content {
    padding-left: 90px;
    padding-right: 90px;
  }
  .amimanera-assistant-wrapper .step#step1 .content .buttons {
    justify-content: space-between;
  }
  .amimanera-assistant-wrapper .step#step2, .amimanera-assistant-wrapper .step#step5 {
    width: 650px;
  }
  .amimanera-assistant-wrapper .step#step2 .sizes, .amimanera-assistant-wrapper .step#step2 .heels, .amimanera-assistant-wrapper .step#step5 .sizes, .amimanera-assistant-wrapper .step#step5 .heels {
    padding-left: 120px;
    padding-right: 120px;
  }
  .amimanera-assistant-wrapper .step#step3, .amimanera-assistant-wrapper .step#step4, .amimanera-assistant-wrapper .step#step4-2 {
    width: 550px;
  }
  .amimanera-assistant-wrapper .step#step3 .widths, .amimanera-assistant-wrapper .step#step3 .nailings, .amimanera-assistant-wrapper .step#step3 .stitchings, .amimanera-assistant-wrapper .step#step4 .widths, .amimanera-assistant-wrapper .step#step4 .nailings, .amimanera-assistant-wrapper .step#step4 .stitchings, .amimanera-assistant-wrapper .step#step4-2 .widths, .amimanera-assistant-wrapper .step#step4-2 .nailings, .amimanera-assistant-wrapper .step#step4-2 .stitchings {
    padding-left: 120px;
    padding-right: 120px;
  }
  .amimanera-assistant-wrapper .step#step4-3 .designs {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .amimanera-assistant-wrapper .step#step4-3 .designs .design .image-container {
    height: 190px;
  }
  .amimanera-assistant-wrapper .step#step4-3 .designs .design .design-parts {
    font-size: 14px;
  }
  .amimanera-assistant-wrapper .step.zone-step, .amimanera-assistant-wrapper .step.last-step {
    width: 600px;
  }
  .amimanera-assistant-wrapper .step.zone-step .content, .amimanera-assistant-wrapper .step.last-step .content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .amimanera-assistant-wrapper .step.zone-step .content .text, .amimanera-assistant-wrapper .step.last-step .content .text {
    font-size: 1rem;
  }
  .amimanera-assistant-wrapper .step.zone-step .content .material-type, .amimanera-assistant-wrapper .step.last-step .content .material-type {
    cursor: pointer;
  }
  .amimanera-assistant-wrapper .step.zone-step .content .load-canvas, .amimanera-assistant-wrapper .step.last-step .content .load-canvas {
    width: 430px;
    margin: 30px auto;
  }
}

header .bottom-bar .container .search-box {
  position: absolute;
  right: 5.75rem;
  top: -0.45rem;
  /* Input field focus state */
}
header .bottom-bar .container .search-box.active .search-input {
  width: 20rem;
  opacity: 1;
}
header .bottom-bar .container .search-box .search-input {
  width: 0;
  opacity: 0;
  height: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: width 0.3s ease-in-out;
}
header .bottom-bar .container .search-box .search-input:focus {
  border-color: #ff4500; /* Change to your primary color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
header .bottom-bar .container .search-box .loader {
  position: absolute;
  top: 0.5rem;
  left: auto;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
header .bottom-bar .container .search-autocomplete-box {
  display: none;
  position: absolute;
  overflow-y: auto;
  top: 2.35rem;
  right: 5.5rem;
  width: 500px;
  max-height: 350px;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* No border on the last item */
}
header .bottom-bar .container .search-autocomplete-box.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item {
  display: flex;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  color: #000;
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item .product-image {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item .product-image img {
  width: auto;
  max-height: 3rem;
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item .product-name {
  width: 65%;
  font-size: 0.875rem;
  font-weight: 600;
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item .product-price {
  width: 15%;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item:hover {
  background-color: #f2f2f2;
}
header .bottom-bar .container .search-autocomplete-box .search-autocomplete-item:last-child {
  border-bottom: none;
}

.search .products-wrapper .product-list-wrapper {
  width: 100%;
}

.order-status-wrapper {
  margin: 2.188rem 0;
}
.order-status-wrapper .title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2.188rem;
}
.order-status-wrapper.form .btn {
  width: 100%;
}
.order-status-wrapper .order-status-panels .order-status-nav .user-data {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.order-status-wrapper .order-status-panels .order-status-nav .user-data img {
  width: 80px;
}
.order-status-wrapper .order-status-panels .order-status-nav .user-data .data .name {
  font-size: 18px;
  font-weight: 600;
}
.order-status-wrapper .order-status-panels .order-status-nav .user-data .data .email {
  font-size: 14px;
  color: #808080;
}
.order-status-wrapper .order-status-panels .order-status-nav .navigation {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .order-status-wrapper .order-status-panels .order-status-nav .navigation .item {
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    border: 0;
    font-size: 1rem;
    padding: 1.2rem 1rem;
    font-weight: 600;
    margin-top: 10px;
  }
  .order-status-wrapper .order-status-panels .order-status-nav .navigation .item.current {
    background-color: #000;
    color: #FFF;
  }
}
.order-status-wrapper .order-status-panels .main-panel {
  margin-top: 20px;
}
.order-status-wrapper .order-status-panels .main-panel .back-list {
  color: #EB3424;
  margin: 20px 0;
  display: inline-block;
}
.order-status-wrapper .order-status-panels .main-panel .main-details {
  font-size: 13px;
}
.order-status-wrapper .order-status-panels .main-panel .superdata {
  margin: 10px 0;
}
.order-status-wrapper .order-status-panels .main-panel .superdata .data .title {
  margin-bottom: 10px;
}
.order-status-wrapper .order-status-panels .main-panel .superdata .data .field {
  margin: 5px 0;
}
.order-status-wrapper .order-status-panels .main-panel .superdata .data .field .label {
  font-weight: 600;
  font-size: 13px;
}
.order-status-wrapper .order-status-panels .main-panel .superdata .data .field .value {
  font-size: 13px;
}
.order-status-wrapper .order-status-panels .main-panel .superdata .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 10px 0;
}
.order-status-wrapper .order-status-panels .main-panel .products {
  background-color: #EBEBEB;
}
.order-status-wrapper .order-status-panels .main-panel .products .product {
  padding: 30px 5px;
  border-top: 1px solid #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
  display: grid;
  grid-template-columns: 20% 75%;
  gap: 5%;
}
.order-status-wrapper .order-status-panels .main-panel .products .product .image-container {
  background-color: transparent !important;
}
.order-status-wrapper .order-status-panels .main-panel .products .product .image-container img {
  min-width: auto;
  min-height: auto;
}
.order-status-wrapper .order-status-panels .main-panel .products .product .product-data {
  font-size: 14px;
  margin-bottom: 5px;
}
.order-status-wrapper .order-status-panels .main-panel .products .product .product-data .name {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .order-status-wrapper .order-status-panels .main-panel .products .product .final-price {
    float: right;
    width: 50%;
    text-align: center;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product .qty {
    float: left;
    width: 50%;
    text-align: center;
  }
}
.order-status-wrapper .order-status-panels .main-panel .products .totals {
  margin-top: 10px;
  padding: 0 5px;
  text-align: right;
}
.order-status-wrapper .order-status-panels .main-panel .products .totals .label {
  font-weight: 600;
  display: inline-block;
}
.order-status-wrapper .order-status-panels .main-panel .products .totals .value {
  display: inline-block;
}
.order-status-wrapper .order-status-panels .main-panel .products .pay {
  margin-top: 10px;
  padding: 20px;
}
.order-status-wrapper .order-status-panels .main-panel .products .pay .subtitle {
  font-size: 1.5rem;
}
.order-status-wrapper .order-status-panels .main-panel .products .pay .field--checkbox {
  margin: 20px 0;
}
.order-status-wrapper .order-status-panels .main-panel .products .pay .btn {
  width: 100%;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr 2fr 3fr;
  align-items: center;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order.header {
  margin-bottom: 5px;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order:not(.header) {
  padding: 10px 0;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column {
  font-size: 12px;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column:not(.total) {
  text-align: center;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column.status-text span {
  color: #FFF;
  display: inline-block;
  padding: 5px;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column.status-text span.default {
  background-color: #A4A4A4;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column.status-text span.pending {
  background-color: #FFB321;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column.status-text span.cancelled {
  background-color: #D80A2A;
}
.order-status-wrapper .order-status-panels .main-panel .order-list .order .column.status-text span.finished {
  background-color: #00CE15;
}
@media (min-width: 768px) {
  .order-status-wrapper .title {
    font-size: 1.5rem;
  }
  .order-status-wrapper.form form {
    background-color: #EBEBEB;
    padding: 50px;
    width: 832px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 230px;
  }
  .order-status-wrapper.form form .btn {
    font-size: 1rem;
  }
  .order-status-wrapper .order-status-panels {
    display: flex;
    justify-content: left;
    gap: 30px;
  }
  .order-status-wrapper .order-status-panels .order-status-nav {
    width: 256px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .order-status-wrapper .order-status-panels .order-status-nav .user-data {
    background-color: #EBEBEB;
    padding: 20px;
    gap: 10px;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .order-status-wrapper .order-status-panels .order-status-nav .user-data img {
    width: 40px;
  }
  .order-status-wrapper .order-status-panels .order-status-nav .user-data .data .name {
    font-size: 1rem;
  }
  .order-status-wrapper .order-status-panels .order-status-nav .navigation {
    background-color: #EBEBEB;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 0;
  }
  .order-status-wrapper .order-status-panels .order-status-nav .navigation .item {
    height: 38px;
    padding-left: 20px;
    border-left: 4px solid transparent;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .order-status-wrapper .order-status-panels .order-status-nav .navigation .item.current {
    font-weight: 600;
    color: #EB3424;
    border-left: 4px solid #EB3424;
  }
  .order-status-wrapper .order-status-panels .main-panel {
    margin-top: 0;
    flex-grow: 1;
    background-color: #EBEBEB;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
  }
  .order-status-wrapper .order-status-panels .main-panel .main-details .code {
    font-size: 20px;
    font-weight: 600;
  }
  .order-status-wrapper .order-status-panels .main-panel .main-details .date {
    font-size: 15px;
  }
  .order-status-wrapper .order-status-panels .main-panel .status {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    padding: 25px 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    margin: 20px 0;
  }
  .order-status-wrapper .order-status-panels .main-panel .status .step {
    text-align: center;
    z-index: 2;
  }
  .order-status-wrapper .order-status-panels .main-panel .status .step img {
    display: block;
    margin: 20px auto;
  }
  .order-status-wrapper .order-status-panels .main-panel .status .step.final img {
    margin-top: 13px;
    margin-bottom: 18px;
  }
  .order-status-wrapper .order-status-panels .main-panel .status .step .title {
    font-size: 15px;
    margin-bottom: 2px;
    color: #6F6F6F;
    font-weight: 400;
  }
  .order-status-wrapper .order-status-panels .main-panel .status .step .comment {
    font-size: 12px;
    color: #6F6F6F;
  }
  .order-status-wrapper .order-status-panels .main-panel .status hr {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    margin: 0;
    background-color: #000;
    height: 1px;
    margin-top: 54px;
  }
  .order-status-wrapper .order-status-panels .main-panel .superdata {
    display: flex;
    justify-content: space-around;
    align-items: start;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product {
    border-top: 0;
    grid-template-columns: 15% 82%;
    gap: 3%;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product.shop-product-top-line {
    border: 0;
    padding: 0;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product.shop-product-top-line .image-container {
    min-height: unset;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product .image-container {
    min-height: 80px;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product .line-info {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    align-items: center;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .product .line-info .price {
    text-align: center;
  }
  .order-status-wrapper .order-status-panels .main-panel .products .pay .btn {
    width: unset;
  }
  .order-status-wrapper .order-status-panels .main-panel .order-list .order {
    grid-template-columns: 2fr 2fr 1fr 3fr 2fr;
    border-bottom: 1px solid #999;
  }
  .order-status-wrapper .order-status-panels .main-panel .order-list .order.header {
    padding-bottom: 20px;
  }
  .order-status-wrapper .order-status-panels .main-panel .order-list .order .column {
    font-size: 15px;
  }
  .order-status-wrapper .order-status-panels .main-panel .order-list .order .column.date {
    text-align: left;
  }
  .order-status-wrapper .order-status-panels .main-panel .order-list .order .column a {
    color: #EB3424;
    display: flex;
    align-items: center;
  }
  .order-status-wrapper .order-status-panels .main-panel .order-list .order .column a img {
    display: inline;
  }
}

.partial-payment-wrapper .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0;
}
.partial-payment-wrapper .subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1rem 0;
}
.partial-payment-wrapper .lines .line {
  margin: 10px 0;
  font-size: 1rem;
}
.partial-payment-wrapper .lines .line.total {
  font-size: 18px;
  font-weight: 500;
}
.partial-payment-wrapper hr {
  margin: 25px 0;
}
.partial-payment-wrapper form {
  margin-bottom: 1rem;
}
.partial-payment-wrapper form .radio-wrapper {
  display: block;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .partial-payment-wrapper .btn {
    width: 100%;
  }
}

#remind-cart-modal {
  position: fixed;
  top: 50%;
  background-color: #FFF;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 750px;
  z-index: 10;
  padding: 25px 30px;
  text-align: center;
  max-height: 100vh;
  overflow-y: scroll;
  display: none;
}
#remind-cart-modal .close-modal {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
#remind-cart-modal .title {
  font-size: 24px;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  text-align: center;
  margin-bottom: 25px;
}
#remind-cart-modal .content .subtitle {
  margin-bottom: 25px;
}
#remind-cart-modal .content .form-field {
  margin-bottom: 15px;
}
#remind-cart-modal .content .finish-text {
  margin: 25px 0;
}
#remind-cart-modal .content .btn-black {
  margin-bottom: 10px;
}
#remind-cart-modal .content .privacy {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #remind-cart-modal {
    padding: 0;
    overflow-y: unset;
  }
  #remind-cart-modal .title {
    font-size: 32px;
    padding: 25px 0;
    border-bottom: 17px solid #EB3424;
    margin-bottom: 0;
  }
  #remind-cart-modal .close-modal {
    top: -20px;
    right: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #FFF;
    border-radius: 50%;
  }
  #remind-cart-modal .close-modal img {
    display: inline-block;
  }
  #remind-cart-modal .content {
    margin: 25px;
  }
  #remind-cart-modal .content .subtitle {
    font-size: 28px;
    max-width: 600px;
    margin: 0 auto 25px;
    font-weight: 300;
  }
  #remind-cart-modal .content .form-field {
    max-width: 500px;
    margin: 0 auto 15px;
  }
  #remind-cart-modal .content .btn {
    font-size: 1rem;
  }
  #remind-cart-modal .content .sec-buttons {
    gap: 10px;
    flex-direction: row-reverse;
    display: inline-flex;
  }
  #remind-cart-modal .content .btn-black {
    margin-bottom: 0;
  }
}

@keyframes modalBounceIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
#remind-cart-modal.animated {
  display: block;
  animation: modalBounceIn 0.6s ease forwards;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: calc(1.25rem + 60 * (100vw - 768px) / 512);
  }
}
@media (min-width: 1280px) {
  .container {
    padding-left: 5rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 768px) {
  .container-mobile {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .container-mobile {
    padding-left: calc(1.25rem + 60 * (100vw - 768px) / 512);
  }
}
@media (max-width: 768px) and (min-width: 1280px) {
  .container-mobile {
    padding-left: 5rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .container-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .container-desktop {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-desktop {
    padding-left: calc(1.25rem + 60 * (100vw - 768px) / 512);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .container-desktop {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .container-desktop {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
[data-fancybox] {
  cursor: pointer;
}

.is-hidden {
  display: none !important;
}
