.block--products{padding:10px 15px}.block--products-list{padding:0;background:0 0;border:none}.block--products-list .load-more{margin:24px auto 0;text-align:center}.block__top--products{margin:0!important}@media(max-width:992px){.block__top--products{display:flex;flex-flow:row wrap;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:start}.block__top--products .js__open-filters{display:flex;justify-content:flex-start;order:1;background:var(--color-bg-primary);border:1px solid var(--color-text-teritary);border-radius:5px;width:fit-content;padding:7.5px 12px;transition:all .3s ease-out;color:var(--color-text-teritary)}.block__top--products .js__open-filters:hover{background:var(--color-text-teritary);border-color:var(--color-text-teritary);color:var(--color-text-white)}.block__top--products .js__open-filters svg path,.black__top--products .js__open-filters svg circle{stroke:var(--color-text-teritary)}.block__top--products .js__open-filters:hover svg path{stroke:var(--color-text-white)}.block__top--products .button-wrapper{width:auto;display:flex;justify-content:flex-start;order:2}.block__top--products .open-sorter{width:auto;display:flex;justify-content:flex-end;order:3;gap:10px;align-items:center}.block__top--products .view.desktop{width:100%;display:flex;justify-content:flex-end;order:4}}@media(max-width:540px){.block__top--products{grid-template-columns:1fr 1fr}.block__top--products .js__open-filters{order:1}.block__top--products .button-wrapper{order:2}.block__top--products .open-sorter{order:3}.block__top--products .view.desktop{order:4}}@media(min-width:992px){.block__top--products .js__open-filters,.block__top--products .open-sorter{display:none}}.block__top--products .search__terms{display:none}.block__top{justify-content:space-between}.view{display:flex}.view__button{width:38px;height:28px;padding:6px;border:1px solid var(--color-text-teritary)}.product-card__code{font-size:.8rem;margin:5px 0 0;color:grey}.view__button svg{width:100%;height:100%}.view__button--left{border-right:.5px solid var(--color-text-teritary);border-top-left-radius:5px;border-bottom-left-radius:5px}.view__button--right{border-left:.5px solid var(--color-text-teritary);border-top-right-radius:5px;border-bottom-right-radius:5px}.view__button--selected{border-color:var(--color-view-button-selected-border);background:var(--color-view-button-selected-bg)}.view__button svg path{stroke:var(--color-text-teritary);fill:#fff}.view__button--selected svg path{stroke:var(--color-view-button-selected-icon)}.sorter__text{display:none}.sorter__select{color:var(--color-text-teritary);font-size:.875rem;padding:4.25px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:18px;max-width:100%;overflow:hidden}.grid .product-card__name .product--name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7rem;overflow:hidden;text-overflow:ellipsis}@media(min-width:1580px){.grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.product-card--list{display:grid;grid-template-areas:"image info" "actions actions";grid-template-columns:auto 1fr;gap:12px}.product-card__image-block{grid-area:image;height:min-content}.product-card__info-block{grid-area:info;height:min-content}.product-card__actions-block{grid-area:actions;height:min-content}.product-card__group--list{margin-bottom:8px}.product-card__image--list{width:85px;margin:0;border-radius:10px}.product-card__actions--list{display:flex;gap:16px;margin-top:16px;justify-content:flex-end}.product-card__count{display:flex;width:100%;border:1px solid #d9d9d9;border-radius:5px;height:40px}.product-card__count-input{text-align:center;font-size:1rem;font-weight:600}.product-card__count-button{width:30%;text-align:center;font-size:1.5rem;font-weight:400}.list .product-card__count-button{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.product-card__button{font-size:1rem}.product-card__price-rr{color:var(--color-price)}.product-card__price-wholesale{color:var(--color-price-old);display:none}.product-card__price--list{display:flex;flex-direction:column;gap:6px}.product-card__information--list{text-decoration:underline;color:var(--color-text-teritary)}.product-card__button--list{margin-top:0}@media(min-width:500px){.product-card__image--list{width:130px}}@media(min-width:768px){.product-card--list{grid-template-areas:"image info" "image actions"}.product-card__info-block{display:grid;grid-template-columns:1fr .5fr .5fr;gap:16px}.product-card__price--list{display:flex;flex-direction:column}.product-card__actions-block{display:flex;justify-content:space-between;gap:16px;margin-top:auto;height:min-content}.product-card__actions--list{margin-top:0}.product-card__name--list,.product-card__group--list,.product-card__price--list{margin-bottom:0}.product-card__count{height:56px;width:160px}.product-card__button--list{width:160px;height:36px}.product-card__price-rr,.product-card__price-wholesale{text-align:end}}@media(min-width:992px){.block--products{padding:12px 20px}.sorter{display:flex;align-items:center;gap:12px;margin-right:0;margin-left:auto}.sorter__text{font-size:.875rem;display:block;color:#555}.sorter__select{font-size:1rem;padding:9.35px}.view__button{height:40px;width:40px;padding:10px}}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.products.loading .product-card,.product-card.loading{position:relative;overflow:hidden}.products.loading .product-card::before,.product-card.loading::before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}.list{display:flex;flex-direction:column;gap:18px}.list .product-card{display:grid;grid-template-columns:130px 1.5fr 1fr .5fr .5fr;grid-template-rows:auto auto;column-gap:10px}.list .product-card__image--wrapper{grid-row:1/span 2;position:relative}.list .product-card__name--wrapper{grid-column:2}.list .product-card__name{margin-bottom:5px}.list .product-card__name .product-card__description{font-size:14px;font-weight:400;margin:6px 0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.grid .product-card__information{display:none}.grid .product-card__button--list{display:none}.grid .product-card__group{display:none}.grid .product-card__button--grid{display:inline-flex}.list .product-card__button--grid{display:none}.list .product-card__button--list{display:inline-flex}.grid .product-card__actions--list{display:none}.grid .archived-status{display:none}.list .product-card__information{display:block;grid-row:2;grid-column:2}.list .product-card__button,.list .archived-status,.list .product-card__actions{grid-row:2;grid-column:2/-1;text-align:end;margin-left:auto}.list .product-card__stock-wrapper{display:inline-flex;grid-column:4;grid-row:1;text-align:left;margin:0 0 5px;align-items:flex-start}.list .product-card__button--quickview{height:34px;background:#fff;background:var(--color-button);border-radius:var(--border-radius-s);color:var(--color-bg-primary);display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:5px 8px;gap:10px;font-size:.9rem;width:fit-content}.list .product-card__button--quickview svg{height:100%;width:24px}.list .product-card__button--quickview:hover{background:var(--color-bg-hover);border-color:var(--color-text-active);color:var(--color-text-active);transition:all .3s ease-out}.list .product-card__button--quickview:hover .qv__icon{fill:#fff}.product-card__quickview-link{appearance:none;border:0;background:0 0;padding:0;height:auto;width:fit-content;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:var(--color-text-primary);text-decoration:underline;text-underline-offset:3px}.product-card__quickview-link svg{width:16px;height:16px}.list .product-card__list-actions{grid-row:2;grid-column:2/-1;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:8px}.list .product-card__list-actions .product-card__actions--list{margin-top:0;width:50%;gap:8px;justify-content:flex-end;max-width:380px}.list .product-card__list-actions .product-card__count{width:auto;flex:1;height:36px}.list .product-card__list-actions .product-card__button--list{flex:1;white-space:nowrap}.list .product-card__list-actions .product-card__quickview-link{align-self:flex-start}@media(max-width:480px){.list .product-card__list-actions{flex-direction:column;justify-content:center;align-items:center;width:100%}.list .product-card__list-actions .product-card__quickview-link{order:-1;align-self:flex-start;margin-bottom:8px}.list .product-card__list-actions .product-card__actions--list{width:100%;max-width:none;justify-content:center}}.list .product-card__list-wrapper{grid-column:5;grid-row:1;text-align:end;display:flex;flex-direction:column;align-items:flex-end;gap:2px;width:100%}.list .product-card__image{width:100%;margin:0;border-radius:var(--border-radius-s)}.list .product-card__group{grid-column:3}.list a.product-card__button{margin-left:auto}@media(min-width:500px){.list .product-card__image{width:100%}}@media(max-width:768px){.list .product-card{grid-template-columns:130px 1fr;grid-template-rows:repeat(6,auto);column-gap:10px}.list .product-card__image--wrapper{grid-row:1/span 4;grid-column:1}.list .product-card__name--wrapper{grid-column:2;grid-row:1;height:fit-content}.list .product-card__group{grid-column:2;grid-row:2}.list .product-card__stock-wrapper{grid-column:2;grid-row:3}.list .product-card__list-wrapper{grid-column:2;grid-row:4;text-align:left;align-items:flex-start}.list .product-card__list-actions{grid-row:5;grid-column:1/-1}.list .product-card__list-actions .product-card__actions--list{width:100%}.list .product-card__price-wrapper,.list .product-card__price.product-card__price--novat{align-items:flex-start}.list .product-card__price{text-align:start}.list .product-card__information{display:block;grid-row:6;grid-column:1}.list .product-card__button,.list .archived-status,.list .product-card__actions{grid-row:5;grid-column:1/span 2;text-align:start}.list a.product-card__button{margin-top:16px}}@media(max-width:992px){.products--wrapper{grid-template-columns:100%}.sidebar--products{position:fixed;inset:0 auto 0 0;width:320px;max-width:100vw;background:var(--sb-bg);color:var(--sb-text);box-shadow:var(--sb-shadow);display:flex;flex-direction:column;transform:translateX(-100%);transition:transform var(--sb-speed)ease;z-index:1000;padding-top:80px;height:100vh!important;border-radius:0!important;overflow-x:hidden;overflow-y:auto}.sidebar--products.opened{display:block;transform:translateX(0)}.sidebar--products.opened:before{top:0;left:320px;width:100vh;height:100%;background:rgb(0 0 0/37%);z-index:1000;position:absolute;content:""}.close-filter{height:40px;width:40px;position:absolute;top:15px;right:15px}.sorter{position:fixed;bottom:0;left:0;z-index:100;background:#fff;width:100%;height:auto;transition:height 500ms;box-shadow:rgba(0,0,0,.5)0 10px 130px}.sorter.opened{display:block!important}.sorter__form{flex-direction:column;padding:40px;align-items:center;overflow:hidden;display:flex}.sorter__close-btn{position:absolute;top:10px;right:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sorter__select{max-width:300px;width:100%;border:1px solid #d9d9d9}}.products--wrapper{display:grid;gap:18px;grid-template-columns:300px calc(100% - 300px)}.products--wrapper>.odg-search__terms{grid-column:1/-1}.sidebar--products{min-width:300px}.block__filters{min-height:unset;height:unset!important}.sidebar--products{border-radius:6px;background:var(--color-bg-primary);box-shadow:0 4px 16px rgba(255,255,255,.25);padding:5px;border:2px solid var(--color-block-border)}.products--wrapper .blocks{width:100%}@media(max-width:992px){.sidebar--products{display:none}.products--wrapper{grid-template-columns:100%}}.product-card__price-wrapper .product-card__price.third{text-decoration:line-through}.product-card__price.product-card__price--novat.strikethrough{text-decoration:none}.product-card__price.product-card__price--novat .product-card__price.third{text-decoration:none;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.list .product-card__price.product-card__price--novat .product-card__price.third{margin-top:0;justify-content:flex-end}.product-card__price-wrapper:not(.quest) .product-card__price.product-card__price--novat .product-card__price-new{display:none}.product-card__price.product-card__price--novat .product-card__price.third .product-card__price-new{display:block}.product-card__price-wrapper.quest{display:flex;flex-flow:row nowrap;gap:10px;justify-content:flex-start;align-items:flex-start;margin-bottom:5px}.list .product-card__price-wrapper.quest{justify-content:flex-end}.product-card__price-wrapper.quest .product-card__price{margin:0}.grid .product-card__price-wrapper,.grid .product-card__price.product-card__price--novat,.list .product-card__price-wrapper,.list .product-card__price.product-card__price--novat{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.list .product-card__price-wrapper,.list .product-card__price.product-card__price--novat{align-items:flex-end}.grid .product-card__price-wrapper>.product-card__price,.grid .product-card__price.product-card__price--novat>.product-card__price,.list .product-card__price-wrapper>.product-card__price,.list .product-card__price.product-card__price--novat>.product-card__price{display:flex;flex-direction:row;gap:6px;align-items:baseline;margin-bottom:0}.grid .product-card__price.product-card__price--novat>.product-card__price--text+.product-card__price-new,.list .product-card__price.product-card__price--novat>.product-card__price--text+.product-card__price-new{display:inline-flex;gap:6px;align-items:baseline}.product-card__price--my .product-card__price-new{font-weight:700}.grid .product-card__price.strikethrough,.grid .product-card__price.third:not(.hidden),.list .product-card__price.strikethrough,.list .product-card__price.third:not(.hidden){text-decoration:none}.grid .product-card__price.strikethrough .product-card__price--text,.grid .product-card__price.strikethrough .product-card__price-new,.grid .product-card__price.third:not(.hidden) .product-card__price--text,.grid .product-card__price.third:not(.hidden) .product-card__price-new,.list .product-card__price.strikethrough .product-card__price--text,.list .product-card__price.strikethrough .product-card__price-new,.list .product-card__price.third:not(.hidden) .product-card__price--text,.list .product-card__price.third:not(.hidden) .product-card__price-new{text-decoration:line-through}.cms-widget{max-width:100%}.product-card__grid-wrapper{margin-top:auto}.list .product-card__image--wrapper{margin-bottom:0}.block__top--products .open-filters svg{height:18px;width:18px}