.robotis-filter{--rf-bg: #2f2f2f;--rf-accent: #1a73e8;--rf-btn-bg: #ffffff;--rf-btn-text: #222222;--rf-card-radius: 10px;--rf-header: #e4e4e4;--rf-text: #111111;--rf-muted: #666666;--rf-white: #ffffff;--rf-border: rgba(255, 255, 255, .35)}.robotis-filter__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 20px}.robotis-filter__title,.robotis-filter__results-title{margin:0 0 24px;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;letter-spacing:.01em}.robotis-filter__panel{background:#494949;border-radius:18px;padding:0 0 70px;color:var(--rf-white)}.robotis-filter__loading,.robotis-filter__results-loading,.robotis-filter__empty,.robotis-filter__error{text-align:center;padding:28px 16px;color:#fff}.robotis-filter__error{color:#ffb4b4}.robotis-filter__spinner{width:34px;height:34px;margin:0 auto 12px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:rf-spin .8s linear infinite}.robotis-filter__results-loading .robotis-filter__spinner{border-color:#0000001f;border-top-color:#333}@keyframes rf-spin{to{transform:rotate(360deg)}}.robotis-filter__cards-wrap{display:flex;flex-direction:column;gap:16px;background:#494949}.robotis-filter__cards,.custom-filter-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media screen and (min-width:1100px){.robotis-filter__cards.rf-cards--nine,.custom-filter-cards.rf-cards--nine{grid-template-columns:repeat(20,minmax(0,1fr))}.robotis-filter__cards.rf-cards--nine>.custom-filtcard:nth-child(-n+4),.custom-filter-cards.rf-cards--nine>.custom-filtcard:nth-child(-n+4){grid-column:span 5}.robotis-filter__cards.rf-cards--nine>.custom-filtcard:nth-child(n+5),.custom-filter-cards.rf-cards--nine>.custom-filtcard:nth-child(n+5){grid-column:span 4}}.custom-filtcard{background:var(--rf-white);border-radius:var(--rf-card-radius);color:var(--rf-text);display:flex;flex-direction:column;min-height:220px;box-shadow:0 1px #00000014}.custom-filttitle{position:relative;background:var(--rf-header);padding:10px 36px 10px 12px;min-height:44px;display:flex;align-items:center}.info_details-container{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.info-detail_icon{margin:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:help}.filter-data{max-height:150px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cfcfcf transparent}.filter-data::-webkit-scrollbar{width:8px}.filter-data::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:8px}.filter-data p.rated-torque{cursor:pointer;transition:background .15s ease,color .15s ease,opacity .15s ease}.filter-data p.rated-torque:hover:not(.filter_unavailable){background:#1a73e814;color:#0009}.filter-data p.rated-torque.active{background:var(--rf-accent);color:#fff;font-weight:600}.filter-data p.rated-torque.filter_unavailable{opacity:.35;pointer-events:none;cursor:not-allowed}.reset-select{margin:0;padding:8px 12px 12px;text-align:right;font-size:.85rem;font-weight:600;color:var(--rf-accent);cursor:pointer;-webkit-user-select:none;user-select:none}.reset-select[hidden]{display:none!important}.robotis-filter__actions{display:flex;flex-direction:column;align-items:center;padding:0 20px}.robotis-filter__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.robotis-filter__buttons .secBtn.robotis-filter__btn--reset{border-color:#fff}.robotis-filter__buttons .secBtn{font-size:18px;display:flex;align-items:center;gap:10px;padding:13px 50px}.robotis-filter__btn:active{transform:translateY(0)}.robotis-filter__btn-icon{display:inline-flex;line-height:0}.robotis-filter__btn--reset{background:transparent;color:#fff}.robotis-filter__btn--apply{background:var(--rf-btn-bg);color:#494949;border-color:var(--rf-btn-bg)}.robotis-filter__selected{width:100%;background:#fff;color:#000;border-radius:999px;padding:19px 35px;display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;box-sizing:border-box;max-width:695px;border:none}.robotis-filter__selected b{white-space:nowrap;font-weight:600}.robotis-filter__selected p{margin:0;min-width:0;word-break:break-word;color:#4c4c4c}.robotis-filter__results{margin-top:48px}.robotis-filter__results[hidden]{display:none!important}.robotis-filter__panel.is-loading-filters .robotis-filter__actions{opacity:.55;pointer-events:none}.robotis-filter__panel.is-updating-availability .robotis-filter__cards-wrap{position:relative}.robotis-filter__panel.is-updating-availability .robotis-filter__cards-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#25252559;border-radius:12px;pointer-events:none;z-index:2}.robotis-filter__btn.is-loading{opacity:.75;pointer-events:none}.robotis-filter__btn.is-loading .robotis-filter__btn-icon{animation:rf-spin .8s linear infinite}.robotis-filter__results.is-loading-results .robotis-filter__results-loading{display:block}.robotis-filter__grid-container{margin-top:8px;width:100%;position:relative;min-height:120px}.robotis-filter__grid-container.is-loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb8;z-index:3;pointer-events:none}.robotis-filter__grid-container.is-loading:after{content:"";position:absolute;top:48px;left:50%;width:34px;height:34px;margin-left:-17px;border:3px solid rgba(0,0,0,.12);border-top-color:#333;border-radius:50%;animation:rf-spin .8s linear infinite;z-index:4;pointer-events:none}.robotis-filter__results .product-grid,.robotis-filter__grid-container .product-grid{display:grid!important;grid-template-columns:repeat(var(--rf-cols-desktop, 4),minmax(0,1fr));gap:24px 20px;list-style:none;margin:0;padding:0;width:100%}.robotis-filter__results .product-grid>.grid__item{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;min-width:0}.rf-product-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;overflow:hidden}.rf-product-card__media{display:block;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden}.rf-product-card__media--portrait{aspect-ratio:2 / 3}.rf-product-card__media--adapt{aspect-ratio:4 / 5}.rf-product-card__media--shape-round{border-radius:50%;margin:12px;width:calc(100% - 24px)}.rf-product-card__media--shape-arch{border-radius:50% 50% 0 0/40% 40% 0 0}.rf-product-card__img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .25s ease}.rf-product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.rf-product-card__media:hover .rf-product-card__img--secondary{opacity:1}.rf-product-card__media:hover .rf-product-card__img--primary:not(:only-child){opacity:0}.rf-product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eee,#fafafa)}.rf-product-card__badge{position:absolute;top:10px;left:10px;z-index:2;background:#111;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 8px;border-radius:4px}.rf-product-card__badge--soldout{background:#777}.rf-product-card__info{display:flex;flex-direction:column;gap:0;padding:45px 20px 60px;flex:1}.rf-product-card__vendor,.rf-product-card__sku{margin:0;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#6b6b6b;display:none}.rf-product-card__title a{color:inherit;text-decoration:none}.rf-product-card__title a:hover{text-decoration:underline}.rf-product-card__rating{display:flex;align-items:center;gap:2px;color:#d4a017;font-size:.85rem;line-height:1}.rf-product-card__star{opacity:.3}.rf-product-card__star.is-full{opacity:1}.rf-product-card__rating-count{margin-left:4px;color:#777;font-size:.75rem}.rf-product-card__price-compare{color:#777;font-size:.85rem}.rf-product-card__atc.is-loading,.rf-product-card__atc--disabled,.rf-product-card__atc:disabled{opacity:.4;cursor:not-allowed}.robotis-filter__results .card-wrapper,.robotis-filter__results .card{width:100%}.robotis-filter__results .card__inner.ratio{display:block;position:relative;width:100%;aspect-ratio:1 / 1}.robotis-filter__results .card__inner.ratio:before{content:none!important;display:none!important}.robotis-filter__results .card__media,.robotis-filter__results .media{width:100%;height:100%}.robotis-filter__results .card__media img,.robotis-filter__results .media img{width:100%;height:100%;object-fit:contain}.robotis-filter__results .card__content,.robotis-filter__results .card__information{visibility:visible!important;opacity:1!important;height:auto!important;padding:12px 0 0}@media screen and (max-width:989px){.robotis-filter__results .product-grid,.robotis-filter__grid-container .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.robotis-filter__results .product-grid,.robotis-filter__grid-container .product-grid{grid-template-columns:repeat(var(--rf-cols-mobile, 2),minmax(0,1fr));gap:16px 12px}}@media screen and (max-width:480px){.robotis-filter__results .product-grid,.robotis-filter__grid-container .product-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.robotis-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;height:100%}.robotis-card--animate{animation:rf-fade-up .35s ease both}@keyframes rf-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.robotis-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:#f5f5f5;overflow:hidden}.robotis-card__media img{width:100%;height:100%;object-fit:contain;display:block}.robotis-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eee,#fafafa)}.robotis-card__badge{position:absolute;top:10px;left:10px;background:#111;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 8px;border-radius:4px}.robotis-card__badge--soldout{background:#777}.robotis-card__body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.robotis-card__vendor,.robotis-card__sku{font-size:.78rem;color:var(--rf-muted);text-transform:uppercase;letter-spacing:.04em}.robotis-card__title{margin:0;font-size:1rem;line-height:1.35;font-weight:600}.robotis-card__title a{color:inherit;text-decoration:none}.robotis-card__title a:hover{text-decoration:underline}.robotis-card__price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin-top:2px}.robotis-card__price-current{font-weight:700}.robotis-card__compare{color:var(--rf-muted);font-size:.9rem}.robotis-card__cta{margin-top:auto;display:inline-flex;justify-content:center;align-items:center;min-height:40px;padding:8px 12px;border-radius:8px;background:#111;color:#fff;text-decoration:none;font-size:.875rem;font-weight:600}.robotis-card__cta:hover{opacity:.9}.robotis-filter__pagination{margin-top:36px;display:flex;justify-content:center}.robotis-filter__load-more{-webkit-appearance:none;appearance:none;border:1px solid #222;background:#fff;color:#111;border-radius:999px;min-height:46px;padding:10px 28px;font-size:.95rem;font-weight:600;cursor:pointer}.robotis-filter__load-more[hidden]{display:none!important}.robotis-filter__pages{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0;justify-content:center;align-items:center}.robotis-filter__pages li{cursor:pointer;font-weight:600;min-width:28px;text-align:center}.robotis-filter__pages li.current__result_page{color:var(--rf-accent);text-decoration:underline}.robotis-filter__pages li.changer_disabled{opacity:.35;pointer-events:none}@media screen and (max-width:1100px){.robotis-filter__cards,.custom-filter-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.robotis-filter__grid.product-resultsWrapper:not(.grid){grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.robotis-filter__cards,.custom-filter-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.custom-filtcard{min-height:200px}.robotis-filter__grid.product-resultsWrapper:not(.grid){grid-template-columns:repeat(var(--rf-grid-cols-mobile, 2),minmax(0,1fr));gap:12px}}@media screen and (max-width:480px){.robotis-filter__cards,.custom-filter-cards{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/robotis-filter.css.map */
