.button-group{display:inline-flex;gap:8px;font-family:sans-serif;}.toggle-btn{padding:5px 10px;margin-bottom:10px;border:2px solid var(--color-green);background-color:var(--color-green);color:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all 0.2s ease;}.toggle-btn:hover{opacity:0.9;}.toggle-btn.inactive{background-color:#e5e7eb;color:#9ca3af;border-color:#d1d5db;}.si-wrapper{--si-gap:16px;--si-products-width:40%;display:flex;align-items:stretch;gap:var(--si-gap);box-sizing:border-box;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}.si-image{flex:1 1 0;min-width:0;height:100%;overflow:hidden;}.si-image > img,.si-image > video{width:100%;height:100%;object-fit:cover;display:block;}.si-products{flex:0 0 var(--si-products-width);display:none;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--si-gap);align-content:start;height:100%;overflow:auto;}.si-product{display:flex;flex-direction:column;text-decoration:none;color:inherit;}.si-product__image{width:100%;aspect-ratio:1 / 1;background:#f3f3f3;overflow:hidden;margin-bottom:10px;}.si-product__image img{width:100%;height:100%;object-fit:cover;display:block;}.si-product__price{font-size:15px;font-weight:600;color:#111;margin-bottom:6px;display:flex;align-items:baseline;gap:8px;}.si-product__price-old{font-size:13px;font-weight:400;color:#9a9a9a;text-decoration:line-through;}.si-product__title{font-size:12px;line-height:1.35;text-transform:uppercase;color:#222;letter-spacing:0.02em;}.pd-container{position:relative;}.pd-dot{position:absolute;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,0.9);border:3px solid #0eae57;transform:translate(-50%,-50%);cursor:pointer;z-index:2;}.pd-dot:hover{animation:pd-pulse 1.8s infinite;}@keyframes pd-pulse{0%{box-shadow:0 0 0 0 rgba(14,174,87,0.6);}70%{box-shadow:0 0 0 12px rgba(14,174,87,0);}100%{box-shadow:0 0 0 0 rgba(14,174,87,0);}}.pd-tooltip{position:fixed;width:200px;box-sizing:border-box;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,0.18);padding:12px 14px;font-family:-apple-system,system-ui,sans-serif;font-size:14px;color:#222;opacity:0;pointer-events:none;transition:opacity 0.15s ease;z-index:1000;}.pd-tooltip::before{content:"";position:absolute;top:-6px;left:var(--pd-tooltip-arrow-left,50%);transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:#fff;}.pd-tooltip.is-open{opacity:1;pointer-events:auto;}.pd-tooltip.is-above::before{top:auto;bottom:-6px;}.pd-name{font-weight:600;margin-bottom:6px;}.pd-prices{display:flex;align-items:center;gap:8px;margin-bottom:10px;}.pd-price{font-weight:700;font-size:14px;}.pd-old-price{text-decoration:line-through;color:#999;font-size:10px;}.pd-discount{background:#f13a3a;color:#fff;padding:1px 6px;border-radius:4px;font-size:12px;}.pd-buy{width:100%;padding:8px 0px;background:#0eae57;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;text-align:center;transition:background 0.15s;}.pd-buy:hover:not(:disabled){background:#0c9249;}.pd-buy-added{background:#999 !important;cursor:default;}.pd-loading{color:#999;}.shop__banner_catalog{width:100%;min-height:500px;}.subcatalog{position:relative;display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:20px;padding:20px clamp(20px,5vw,10vw);}.subcatalog_item{position:relative;display:flex;align-items:flex-end;border:2px solid var(--color-border);border-radius:8px;transition:all 0.3s ease;aspect-ratio:1 / 1;}.subcatalog_item img,.subcatalog_item .image-preloader-wrapper{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;border-radius:6px;aspect-ratio:1 / 1;}.subcatalog_item img.disable::after{position:absolute;top:0;left:0;z-index:+1;width:100%;height:100%;background:var(--color-grey);border-radius:6px;content:"";}.subcatalog_item:hover{border:2px solid var(--color-green);box-shadow:rgb(14 30 37 / 12%) 0 2px 4px 0,rgb(14 30 37 / 32%) 0 2px 16px 0;transform:scale(1.02);}.subcatalog_title{z-index:2;display:flex;flex-direction:column;gap:2px;padding:10px;color:var(--color-white);}.subcatalog_title h2{font-size:1.3em;line-height:1;text-transform:uppercase;}.subcatalog_title span{font-size:1em;}.select_style__wrapper{padding:20px clamp(20px,5vw,10vw);}.select_style__title{margin-bottom:20px;font-weight:normal;text-transform:uppercase;}.select_style{display:flex;flex-wrap:wrap;gap:20px;}.select_style__item{padding:8px 1em;background:var(--color-white);border-radius:8px;box-shadow:var(--color-border) 0 0 0 1.5px;cursor:pointer;}.select_style__item *{pointer-events:none;}.select_style__item:hover{color:var(--color-white);background-image:linear-gradient(to right,#0eae57 0%,#0c7475 41%,#0eae57 120%);background-size:200% auto;box-shadow:0 0 0 2px var(--color-white);}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,0.4);--pswp-preloader-color-secondary:rgba(255,255,255,0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:0.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0);}.pswp:focus{outline:0;}.pswp *{box-sizing:border-box;}.pswp img{max-width:none;}.pswp--open{display:block;}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity;}.pswp__bg{opacity:0.005;background:var(--pswp-bg);}.pswp,.pswp__scroll-wrap{overflow:hidden;}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%;}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto;}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out;}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.pswp__item{z-index:1;overflow:hidden;}.pswp__hidden{display:none !important;}.pswp__content{pointer-events:none;}.pswp__content > *{pointer-events:auto;}.pswp__error-msg-container{display:grid;}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color);}.pswp .pswp__hide-on-close{opacity:0.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(0.4,0,0.22,1);z-index:10;pointer-events:none;}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto;}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:0.85;-webkit-appearance:none;-webkit-touch-callout:none;}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1;}.pswp__button:disabled{opacity:0.3;cursor:auto;}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none;}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none;}.pswp__icn:focus{outline:0;}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg);}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none !important;}.pswp__top-bar > *{pointer-events:auto;will-change:opacity;}.pswp__button--close{margin-right:6px;}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px;}.pswp__button--arrow:disabled{display:none;cursor:default;}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0;}.pswp--one-slide .pswp__button--arrow{display:none;}.pswp--touch .pswp__button--arrow{visibility:hidden;}.pswp--has_mouse .pswp__button--arrow{visibility:visible;}.pswp__button--arrow--prev{right:auto;left:0px;}.pswp__button--arrow--next{right:0px;}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1);}.pswp__button--zoom{display:none;}.pswp--zoom-allowed .pswp__button--zoom{display:block;}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none;}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto;}.pswp__preloader .pswp__icn{opacity:0;transition:opacity 0.2s linear;animation:pswp-clockwise 600ms linear infinite;}.pswp__preloader--active .pswp__icn{opacity:0.85;}@keyframes pswp-clockwise{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:0.85;}.pswp--one-slide .pswp__counter{display:none;}.products_list__load{position:relative;display:grid;grid-template-rows:auto 1fr;grid-column:1 / -1;min-height:387px;padding:38px 1em 1em;background:var(--color-white);border-radius:4px;box-shadow:0 0 0 2px var(--color-border);}.slider{display:flex;align-items:center;width:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;touch-action:pan-y;}.slider-item{z-index:2;flex:1;transform:translateX(var(--transform));transition:transform 200ms;will-change:transform;}.add_file{display:flex;align-items:center;justify-content:center;order:0;min-width:100%;max-height:500px;}.add_file .icon{width:50%;height:50%;}.shop_pagination__next{position:relative;display:flex;align-items:center;order:2;transition:all 150ms;}.shop_pagination__next:hover{transform:translateX(1px);}.shop_pagination__next.hide{display:none;}.shop_pagination__next a{position:absolute;width:100%;height:100%;}.shop_pagination__next::after{display:flex;width:16px;height:16px;border:2px solid var(--color-green);border-bottom:none;border-left:none;transform:rotate(45deg);content:"";pointer-events:none;}.pagination_dotted{align-self:flex-end;order:1;font-size:1.5em;line-height:1;}[name="nextProducts"]{position:relative;display:flex;gap:10px;align-items:center;justify-content:center;height:45px;margin:auto;padding:0 1em;border:2px solid var(--color-border);border-radius:100px;transition:all 100ms;}[name="nextProducts"]:hover{border:2px solid var(--color-green);transform:scale(1.02);}[name="nextProducts"] .icon{width:25px;height:25px;pointer-events:none;}[name="nextProducts"] span{position:absolute;top:50%;left:50%;z-index:+1;text-align:center;transform:translate(-50%,-50%);}.pagination_container{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center;width:100%;margin-top:20px;padding:0 clamp(20px,5vw,10vw) 20px;}.shop_pagination{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%;}.shop_pagination__item{display:flex;align-items:center;justify-content:center;order:1;width:30px;height:30px;background-image:linear-gradient(90deg,#0eae57 0,#0c7475 41%,#0eae57 120%);background-size:200% auto;border-radius:4px;opacity:0.5;transition:all 100ms;}.shop_pagination__item a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-white);}.shop_pagination__item.active,.shop_pagination__item:hover{transform:scale(1.1);opacity:1;}#getPageForNumber{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;}#getPageForNumber label{display:flex;gap:10px;align-items:center;white-space:nowrap;}#getPageForNumber input{width:70px;height:100%;height:35px;padding-left:8px;border:2px solid var(--color-border);border-radius:8px;}#getPageForNumber button{height:35px;opacity:1;}#getPageForNumber button.disable{opacity:0.5;}.shop_grid_banner{display:grid;grid-template:1fr 0.5fr 1fr / 1fr 1fr 1fr;grid-template-areas:"horizontal_first horizontal_first ." ". content ." ". horizontal_last horizontal_last";gap:10px;padding:10px;padding:10px clamp(20px,5vw,10vw);}.shop_grid_banner >:first-child{grid-area:horizontal_first;}.shop_grid_banner >:last-child{grid-area:horizontal_last;}.shop_grid_banner .shop_grid_banner__content{grid-area:content;padding:20px;text-align:center;background:var(--color-grey);}.shop_grid_banner .shop_grid_banner__content h2{padding:40px 0;text-transform:uppercase;border-top:2px solid var(--color-border);}.shop_grid_banner img{width:100%;height:100%;object-fit:cover;}.shop_grid_banner img.square{aspect-ratio:1/1;}.shop_banner{width:100%;padding:20px clamp(20px,5vw,10vw);}.shop_banner img{position:relative;display:flex;width:100%;height:100%;min-height:500px;}.shop_banner img.disable::after{position:absolute;top:0;left:0;z-index:+1;width:100%;height:100%;background:var(--color-grey);content:"";}.banner_span{display:flex;width:100%;height:100%;min-height:500px;}.shop__description *{font-size:clamp(0.9rem,1.5vw,1rem);}.shop__wrapper{padding:20px clamp(20px,5vw,10vw);}.shop__title{display:flex;gap:20px;align-items:center;font-weight:normal;font-size:clamp(1.1em,2vw,2em);text-transform:uppercase;}.shop__title span{display:inline-flex;align-items:center;height:auto;padding:3px 0.5em;color:var(--color-white);font-size:0.65em;white-space:nowrap;text-transform:none;background:var(--color-red);border-radius:4px;}.shop__top_container{padding:20px clamp(20px,5vw,10vw);background:var(--color-grey);}.products_list{position:relative;display:grid;grid-template-rows:auto;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;justify-content:space-between;width:100%;min-height:400px;padding:20px 10px;}.shop__content{margin-top:20px;}.shop__slider{position:relative;display:flex;align-items:center;}.shop__slider .swiper-wrapper{align-items:center;}.shop__slider .label_file{width:100%;}.shop__slider_item{position:relative;order:1;min-width:100%;max-height:500px;}.shop__slider_item img{width:100%;height:100%;object-fit:contain;transition:all 200ms;}.shop__slider_item > span{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#ffffff3d;border-radius:8px;opacity:0;transition:all 200ms;}.shop__slider_item > button svg,.shop__slider_item > span svg{width:45px;height:45px;padding:8px;background:#ffffffde;border-radius:8px;box-shadow:rgb(0 0 0 / 56%) 0 22px 70px 4px;transform:scale(0.2);transition:all 150ms;}.shop__slider_item:hover img{transform:scale(1.02);}.shop__slider_item:hover > button,.shop__slider_item:hover > span{opacity:1;}.shop__slider_item:hover > button svg,.shop__slider_item:hover > span svg{transform:scale(1);}.shop__slider_button{position:absolute;top:50%;left:0;z-index:3;width:40px;height:40px;background:var(--color-green);border-radius:50%;transform:translateY(-50%);transition:all 300ms;}.shop__slider_button::after,.shop__slider_button::before{position:absolute;right:15px;width:10px;height:2px;background:var(--color-white);content:"";}.shop__slider_button::before{transform:translateY(2px) rotate(45deg);}.shop__slider_button::after{transform:translateY(-4px) rotate(-45deg);}.shop__slider_button:hover{background:var(--color-red);}.shop__slider_button[name="sliderNext"]{right:0;left:auto;}.shop__slider_button[name="sliderNext"]::before{transform:translateY(2px) rotate(-45deg);}.shop__slider_button[name="sliderNext"]::after{transform:translateY(-4px) rotate(45deg);}.products_list__pagination{position:relative;display:grid;grid-template-rows:auto 1fr;min-width:290px;min-height:389px;padding:38px 1em 1em;background:var(--color-white);border-radius:4px;box-shadow:0 0 0 2px var(--color-border);-ms-grid-rows:auto 1fr;}.shop__slider_item .image-preloader-wrapper{width:100%;height:100%;}#productsContainer{position:relative;min-height:300px;}.filter__item-hidden{display:none;}.tags_cloud__item{padding:5px 1em;font-size:0.9em;background:var(--color-white);border-radius:50px;box-shadow:lightgray 0 0 0 1px;cursor:pointer;transition:all 200ms;}.tags_cloud__item:hover{color:var(--color-green);background-image:linear-gradient( 90deg,rgb(14 174 87 / 20%) 0,rgb(12 116 117 / 10%) 41%,rgb(14 174 87 / 20%) 120% );background-size:200% auto;transform:scale(1.05);}.tags_cloud{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}.tags_cloud [name="tags"]:checked ~ .tags_cloud__item{color:var(--color-green);background-image:linear-gradient( 90deg,rgb(14 174 87 / 20%) 0,rgb(12 116 117 / 10%) 41%,rgb(14 174 87 / 20%) 120% );background-size:200% auto;box-shadow:var(--color-green) 0 0 0 1px;}.shop_filter__wrapper{padding:20px clamp(20px,5vw,10vw);background:var(--color-grey);border-top:2px solid var(--color-border);border-bottom:2px solid var(--color-border);}.shop_filter__container{display:flex;flex-wrap:wrap;gap:12px;}.dropdown__body{position:absolute;top:calc(100% + var(--offset));z-index:6;display:none;min-width:100%;padding:0.5em 0;white-space:nowrap;background:var(--color-white);border-radius:8px;box-shadow:rgb(0 0 0 / 20%) 0 20px 30px;}.dropdown__body .button{margin:0.5rem 1rem;white-space:nowrap;}.dropdown__title{display:flex;align-items:center;height:22px;padding:0 0.5em;font-size:0.7em;color:var(--color-white);font-weight:600;background-image:linear-gradient(to right,#0eae57 0%,#0c7475 41%,#0eae57 120%);background-size:200% auto;border-radius:8px;cursor:pointer;transition:all 200ms ease-in-out;}.dropdown__title:hover{background-position:right center;}.dropdown__title::before,.dropdown__title::after{order:2;width:0.5em;height:1px;background-color:var(--color-white);transition:all 100ms ease-in-out;content:"";}.dropdown__title::before{margin-left:1em;transform:translateX(2px) rotate(45deg);}.dropdown__title::after{transform:rotate(-45deg);}.dropdown{--offset:10px;position:relative;display:grid;}.dropdown:hover::after{position:absolute;top:100%;left:0;width:100%;height:var(--offset);content:"";}.dropdown:hover .dropdown__body{display:flex;flex-direction:column;}.dropdown:hover .dropdown__title::before{transform:translateX(2px) rotate(-45deg);}.dropdown:hover .dropdown__title::after{transform:rotate(45deg);}.dropdown__item_list{max-height:300px;overflow:auto;}.dropdown__item{display:flex;align-items:center;width:100%;padding:5px 1em;cursor:pointer;}.dropdown__item:hover:hover{background:var(--color-grey);}.dropdown__item input{margin:0;margin-right:1em;all:revert;}.double_range{position:relative;display:flex;margin:1em;}.double_range__line{width:100%;height:4px;background:var(--color-green);border-radius:4px;}.double_range__point{position:absolute;top:50%;width:20px;height:20px;background:var(--color-white);border-radius:50%;box-shadow:lightgray 0 0 0 1.5px;transform:translateY(-50%);}.double_range__point:hover{box-shadow:var(--color-green) 0 0 0 1.5px;transform:translateY(-50%) scale(1.2);cursor:grab;}.double_range__point.left{left:0;}.double_range__point.right{right:0;}.filter_price__container{display:flex;gap:10px;min-width:300px;padding:1em;}.filter_price__item{display:grid;flex:1;padding:0.3em 1em;font-size:0.8em;border-radius:8px;box-shadow:lightgray 0 0 0 1.5px;}.filter_price__item input{font-weight:600;}[name="showAllFilters"]{display:none;align-items:center;height:42px;padding:0 1em;font-weight:600;background:var(--color-white);border-radius:8px;box-shadow:var(--color-green) 0 0 0 1.5px;cursor:pointer;}[name="showAllFilters"]:hover{color:white;background-image:linear-gradient(109.6deg,#e64e41 11.2%,#b93335 91.1%);box-shadow:none;}.shop_filter__size{position:relative;z-index:1;display:flex;gap:5px;align-items:center;height:42px;padding:0 1rem;font-weight:600;line-height:1;border-radius:8px;transition:all 200ms;}.shop_filter__size:hover{background:var(--color-yellow);cursor:pointer;}.shop_filter__size input{display:none;margin:0;all:revert;}.shop_filter__size input:checked ~ span::after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:var(--color-yellow);border-radius:8px;content:"";}.shop_filter__size .icon{width:30px;height:30px;}.shop_filter__tag_container{display:none;flex-wrap:wrap;gap:10px;margin-top:20px;}.shop_filter__tag_container.active{display:flex;}.shop_filter__tag{display:flex;gap:10px;align-items:center;height:27px;padding:0 10px;background:var(--color-white);border-radius:8px;box-shadow:lightgray 0 0 0 1.5px;cursor:pointer;}.shop_filter__tag:hover{box-shadow:var(--color-green) 0 0 0 1.5px;}.close_tag,#closeSort{position:relative;width:12px;height:12px;cursor:pointer;}.close_tag::before,.close_tag::after,#closeSort::before,#closeSort::after{position:absolute;top:50%;left:50%;display:block;width:100%;height:2px;background-color:var(--color-black);opacity:0.7;content:"";}.close_tag::before,#closeSort::before{transform:translate(-50%,-50%) rotate(45deg);}.close_tag::after,#closeSort::after{transform:translate(-50%,-50%) rotate(135deg);}.close_tag:hover::before,.close_tag:hover::after,#closeSort:hover::before,#closeSort:hover::after{background-color:var(--color-red);}.close_tag:hover::before,#closeSort:hover::before{transform:translate(-50%,-50%) rotate(45deg) scale(1.25);}.close_tag:hover::after,#closeSort:hover::after{transform:translate(-50%,-50%) rotate(135deg) scale(1.25);}[name="shopFilterClean"]{display:flex;gap:10px;align-items:center;height:27px;padding:10px;color:var(--color-green);font-weight:600;background-repeat:no-repeat;background-position:right 10px center;background-size:18px;transition:all 100ms ease-in-out;}[name="shopFilterClean"] .icon{display:none;width:18px;height:18px;fill:var(--color-white);}[name="shopFilterClean"]:hover{background-color:var(--color-white);border-radius:8px;box-shadow:var(--color-green) 0 0 0 1.5px;cursor:pointer;}[name="shopFilterClean"]:hover .icon{display:block;fill:var(--color-red-light);}.dual_range{position:relative;height:1em;margin:1em;}.dual_range input[type="range"]{position:absolute;top:0;bottom:0;}input[type="range"]{width:100%;margin:auto;background-color:transparent;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none;}input[type="range"]::-webkit-slider-runnable-track{height:0.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;}input[type="range"]::-moz-range-track{height:0.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;}input[type="range"]::-ms-track{height:0.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;}input[type="range"]::-webkit-slider-thumb{width:20px;height:20px;margin-top:-6px;background-color:var(--color-white);border:2px solid var(--color-green);border-radius:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;}input[type="range"]::-ms-thumb{width:20px;height:20px;margin-top:-6px;background-color:var(--color-white);border:2px solid var(--color-green);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;}input[type="range"]::-moz-range-thumb{width:20px;height:20px;margin-top:-6px;background-color:var(--color-white);border:2px solid var(--color-green);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;}input[type="range"]:active::-webkit-slider-thumb{background-color:var(--color-white);border:2px solid var(--color-green);}.slider_track{position:absolute;top:0;bottom:0;width:100%;height:7px;margin:auto;background-color:var(--color-green);border-radius:5px;}#tagPrice{display:none;}#tagPrice.active{display:flex;}.filter_size__container{display:grid;grid-template:1fr auto / 1fr 1fr;grid-template-areas:"title title" ". .";gap:10px;min-width:300px;}.filter_size__container strong{grid-area:title;}.filter_size__container label{display:flex;gap:5px;align-items:center;height:45px;padding:0 10px;border:2px solid var(--color-border);border-radius:8px;}.filter_size__container input{width:100%;height:100%;}#sizeFilterForm{gap:20px;padding:1em;}#tagWidthContainer,#tagHeightContainer,#tagDepthContainer,#tagStyleContainer,#tagProizvoditelContainer,#tagCollectionContainer,#tagPlaceContainer,#sortTag{display:none;}#tagWidthContainer.active,#tagHeightContainer.active,#tagDepthContainer.active,#tagStyleContainer.active,#tagProizvoditelContainer.active,#tagCollectionContainer.active,#tagPlaceContainer.active,#sortTag.active{display:flex;}#tagWidthFrom,#tagWidthTo,#tagHeightFrom,#tagHeightTo,#tagDepthFrom,#tagDepthTo{display:none;}#tagWidthFrom.active,#tagWidthTo.active,#tagHeightFrom.active,#tagHeightTo.active,#tagDepthFrom.active,#tagDepthTo.active{display:block;}.tags_container{display:flex;gap:10px;align-items:center;}#filterSearch{display:none;}#productsCount{display:none;}.shop__title_container{display:flex;justify-content:space-between;}.product_card{display:none;}.product-card{position:relative;display:grid;gap:7px;min-width:0;background:#ffffff;border:1px solid #e7eaf0;border-radius:8px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;}.product-card,.product-card *{box-sizing:border-box;}.product-card button{-webkit-tap-highlight-color:transparent;}.product-card__media{position:relative;width:100%;min-width:0;max-width:100%;--media-badges-bottom:55px;--media-controls-bottom:5px;aspect-ratio:3 / 4;border-radius:8px 8px 0 0;}.product-card__media::before{display:none;content:none;}.product-card__image-frame{position:absolute;inset:0;overflow:hidden;background:#f3f5f8;border-radius:inherit;display:flex;align-items:center;justify-content:center;}.product-card__image{display:block;width:auto;height:auto;max-width:100%;max-height:100%;}.product-card__media-actions{position:absolute;top:5px;right:5px;z-index:4;display:grid;gap:4px;}.icon-button{display:inline-grid;width:28px;height:28px;padding:0;place-items:center;color:#1d2430;cursor:pointer;transition:transform 160ms ease,box-shadow 160ms ease,background-color 160ms ease,color 160ms ease;}.icon-button svg{width:19px;height:19px;fill:#ffffff;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9;}.delivery-row svg,.cart-button svg{fill:none;}.icon-button[aria-pressed="true"]{color:#005bff;}.favorite-button[aria-pressed="true"] svg{fill:#f91155;stroke:#f91155;}.favorite-button.active svg{fill:#f91155;stroke:#f91155;}.favorite-button:hover,.favorite-button:focus-visible{transform:translateY(-1px) scale(1.04);}.product-card__badges{position:absolute;left:0;bottom:var(--media-badges-bottom);z-index:3;display:grid;max-width:64%;gap:3px;pointer-events:none;transform:translateX(-5px);}.product-card__ribbons{position:absolute;right:0;bottom:var(--media-badges-bottom);z-index:3;display:grid;justify-items:end;width:67px;gap:3px;pointer-events:none;transform:translateX(5px);}.chevron-badge{position:relative;display:inline-flex;align-items:center;min-width:0;min-height:25px;max-width:100%;padding:5px 8px;color:#ffffff;font-size:12px;font-weight:800;line-height:1;border-radius:5px 5px 5px 0;box-shadow:0 7px 14px rgba(22,28,40,0.22);white-space:nowrap;}.chevron-badge::after{position:absolute;bottom:-7px;width:5px;height:8px;content:"";}.chevron-badge--blue{background:#1677ff;}.chevron-badge--blue::after{left:0px;background:#0b4fbd;clip-path:polygon(0 0,100% 0,100% 100%);}.chevron-badge--red{background:#d90d47;}.chevron-badge--red::after{right:0px;background:#8d0a2e;clip-path:polygon(0 0,100% 0,0 100%);}.chevron-badge--yellow{background:#ffcf3f;}.chevron-badge--yellow::after{right:0px;background:#c79a10;clip-path:polygon(0 0,100% 0,0 100%);}.product-card__ribbons .chevron-badge{border-radius:5px 5px 0 5px;}.chevron-badge__text{min-width:0;overflow:hidden;text-overflow:ellipsis;}.chevron-badge--icon{justify-content:center;width:34px;min-width:34px;padding:4px 6px;}.chevron-badge--icon svg{width:14px;height:14px;display:block;}.product-card__ribbons .chevron-badge--icon{margin-top:4px;}.product-card__body{display:grid;min-width:0;gap:7px;padding:7px;}.price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 5px;min-width:0;}.price-row__current{color:#13a463;font-size:20px;font-weight:800;line-height:1;white-space:nowrap;}.price-row__currency{margin-left:3px;font-size:0.82em;font-weight:800;}.price-row__old{color:#9299a6;font-size:11px;line-height:1;text-decoration:line-through;white-space:nowrap;}.bonus-badge{position:absolute;justify-self:start;padding:3px 8px;color:#ffffff;background:#7c4dce;border-radius:6px;font-size:11px;font-weight:800;line-height:1.25;white-space:nowrap;bottom:7px;left:7px;}.product-card__title{display:-webkit-box;margin:0;overflow:hidden;color:#242935;font-size:13px;font-weight:500;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2;}.rating{--rating-percent:100%;display:flex;align-items:center;min-width:0;gap:4px;color:#7d8593;font-size:11px;line-height:1;}.rating__stars{position:relative;display:inline-block;color:#d7dce5;font-size:12px;line-height:1;}.rating__stars::before{position:absolute;inset:0 auto 0 0;width:var(--rating-percent);overflow:hidden;color:#ffb11b;content:attr(data-stars);white-space:nowrap;}.rating__value{color:#4b5260;font-weight:700;}.rating__reviews{display:inline-flex;align-items:center;gap:3px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.rating__reviews svg{width:14px;height:14px;flex:0 0 14px;fill:currentColor;}.compact-meta{display:grid;gap:4px;}.compact-meta__item{min-width:0;overflow:hidden;color:#536074;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;}.compact-meta__delivery{color:#13a463;font-weight:700;}.product-card__extra{position:static;display:grid;gap:7px;overflow:visible;padding:0;background:transparent;border:0;border-radius:0;pointer-events:auto;transition:none;}.details-title{margin:4px 0 7px;color:#3a4150;font-size:13px;line-height:1.1;}.dimensions{padding:8px 0 0;border-top:1px solid #edf1f7;}.dimensions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;}.dimensions__item{display:grid;min-width:0;gap:2px;}.dimensions dt{color:#7a8392;font-size:10px;line-height:1.1;}.dimensions dd{margin:0;color:#252b36;font-size:10px;font-weight:700;line-height:1.15;white-space:nowrap;}.delivery-row{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px;color:#27303d;}.delivery-row svg{width:22px;height:22px;stroke:#005bff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;}.delivery-row__label{display:block;color:#2e3746;font-size:11px;font-weight:700;line-height:1.15;}.product-card__actions{display:block;margin-top:2px;}.cart-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;min-width:0;height:34px;padding:0 10px;color:#ffffff;background:linear-gradient(135deg,#0fb85f,#087f6d);border:0;border-radius:8px;box-shadow:0 8px 16px rgba(8,127,109,0.22);font-size:13px;font-weight:800;cursor:pointer;text-align:center;transition:transform 160ms ease,box-shadow 160ms ease,filter 160ms ease;}.cart-button.in-cart{background:#8d9096;}.cart-button svg{width:17px;height:17px;flex:0 0 17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9;}.cart-button:hover,.cart-button:focus-visible{transform:translateY(-1px);box-shadow:0 12px 22px rgba(8,127,109,0.28);filter:brightness(1.03);}.cart-button:active,.favorite-button:active{transform:translateY(0);}.compact-meta{display:none;}.product-card--preloader{pointer-events:none;user-select:none;}.product-card--preloader .product-card__media{overflow:hidden;}.product-card--preloader .product-card__media::before{display:block;padding-top:137.5%;content:"";}.product-card-preloader__shape{position:relative;overflow:hidden;background:#dfe3e8;}.product-card-preloader__shape::after{position:absolute;inset:0;z-index:0;background:linear-gradient(100deg,transparent 25%,rgba(255,255,255,0.68) 50%,transparent 75%);content:"";transform:translateX(-100%);animation:product-card-shimmer 1.8s linear infinite;will-change:transform;}.product-card-preloader__favorite{position:absolute;top:5px;right:5px;z-index:1;width:28px;height:28px;border:4px solid #ffffff;border-radius:50%;}.product-card-preloader__body{display:grid;gap:7px;padding:7px;}.product-card-preloader__line{height:11px;}.product-card-preloader__price{display:flex;align-items:flex-end;gap:6px;}.product-card-preloader__line--price{width:38%;height:20px;}.product-card-preloader__line--old-price{width:24%;height:10px;}.product-card-preloader__title{display:grid;gap:5px;}.product-card-preloader__line--title{width:96%;height:13px;}.product-card-preloader__line--title-short{width:52%;height:13px;}.product-card-preloader__line--rating{width:43%;height:12px;}.product-card-preloader__details{display:grid;gap:9px;padding-top:12px;border-top:1px solid #edf1f7;}.product-card-preloader__line--details-title{width:34%;height:13px;}.product-card-preloader__dimensions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}.product-card-preloader__detail{display:grid;gap:5px;}.product-card-preloader__detail .product-card-preloader__line:first-child{width:72%;height:9px;}.product-card-preloader__detail .product-card-preloader__line:last-child{width:86%;height:13px;}.product-card-preloader__delivery{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px;}.product-card-preloader__delivery-icon{width:22px;height:22px;border-radius:4px;}.product-card-preloader__delivery .product-card-preloader__line{width:70%;height:13px;}.product-card-preloader__button{width:100%;height:34px;margin-top:2px;border-radius:8px;}.product-card--preloader:nth-child(2n) .product-card-preloader__shape::after{animation-delay:-900ms;}@keyframes product-card-shimmer{to{transform:translateX(100%);}}@media (prefers-reduced-motion:reduce){.product-card-preloader__shape::after{animation:none;content:none;}}.product-gallery,.product-gallery *{box-sizing:border-box;}.product-gallery{position:relative;--product-gallery-fit:contain;--product-gallery-radius:8px;--product-gallery-duration:260ms;display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;min-width:0;min-height:0;}.product-gallery__viewport{flex:1 1 0;width:100%;max-width:100%;min-width:0;min-height:0;overflow:hidden;background:#f3f5f8;border-radius:var(--product-gallery-radius);touch-action:pan-y;user-select:none;-webkit-user-select:none;cursor:grab;}.product-gallery__track{display:flex;width:100%;max-width:100%;height:100%;min-width:0;transform:translateX(0);transition:transform var(--product-gallery-duration) cubic-bezier(0.22,1,0.36,1);}.product-gallery__slide{flex:0 0 100%;width:100%;max-width:100%;min-width:0;height:100%;overflow:hidden;}.product-gallery__slide > img,.product-gallery__slide > picture,.product-gallery__slide > picture > img,.product-gallery__slide > video{display:block;width:100%;max-width:100%;height:100%;object-fit:var(--product-gallery-fit);}.product-gallery__slide > img,.product-gallery__slide > picture > img{pointer-events:none;-webkit-user-drag:none;}.product-gallery.is-dragging .product-gallery__track{transition:none;}.product-gallery.is-dragging .product-gallery__viewport{cursor:grabbing;}.product-gallery__pagination{position:absolute;left:50%;bottom:0;z-index:2;display:flex;align-items:center;justify-content:center;width:202px;max-width:100%;height:16px;margin:0;overflow-x:auto;overflow-y:hidden;gap:2px;pointer-events:none;scrollbar-width:none;scroll-behavior:smooth;transform:translateX(-50%);-webkit-overflow-scrolling:touch;}.product-gallery__pagination.is-scrollable{justify-content:center;}.product-gallery__pagination::-webkit-scrollbar{display:none;}.product-gallery__dot{display:flex;align-items:center;justify-content:center;width:4px;height:4px;}.product-gallery__dot::before{width:4px;height:4px;background:#d7dbe2;border-radius:50%;content:"";transition:background-color 220ms ease,transform 220ms ease;}.product-gallery__dot[aria-current="true"]::before{background:#1677ff;transform:scale(1.15);}.product-gallery.is-single .product-gallery__pagination{display:none;}.product-card__media > .product-gallery ~ .bonus-badge{bottom:17px;}.product-card__media > .product-gallery ~ .product-card__ribbons{bottom:36px;}.product-card__media > .product-gallery.is-single ~ .bonus-badge{bottom:7px;}.product-card__media > .product-gallery.is-single ~ .product-card__ribbons{bottom:14px;}@media (prefers-reduced-motion:reduce){.product-gallery__track,.product-gallery__dot::before{transition:none;}}.product-gallery__slide .image-preloader-wrapper{width:100%;height:100%;}