.products .publication{padding-bottom:100px;border-bottom:1px solid #e5e6e9}.products .publication:after{content:"";width:100%;background-color:#fff;height:56px}.products .filter{width:100%;min-width:280px}@media(min-width:1024px){.products .filter{width:25%;max-width:320px}}.products .filter__details{margin-bottom:1.5rem;border-bottom:1px solid #e5e6e9;padding-bottom:1rem}.products .filter__details .summary{font-weight:600;margin-bottom:.75rem;color:#374151}.products .filter__search-field{position:relative;display:block}.products .filter__search-field svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;fill:#6b7280}.products .filter__search-field input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.products .filter__search-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.products .filter__search-field .filter__search-field-placeholder{position:absolute;left:36px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:all .2s ease}.products .filter__search-field input:not(:-moz-placeholder)+.filter__search-field-placeholder{opacity:0}.products .filter__search-field input:focus+.filter__search-field-placeholder,.products .filter__search-field input:not(:placeholder-shown)+.filter__search-field-placeholder{opacity:0}.products .filter__checkbox-list{list-style:none;padding:0;margin:0}.products .filter__checkbox-list li{margin-bottom:.5rem}.products .filter__checkbox-list li label{display:flex;align-items:center;padding:.25rem 0;cursor:pointer;font-size:14px;color:#374151}.products .filter__checkbox-list li label:hover{color:#2563eb}.products .filter__checkbox-list li label input[type=checkbox]{margin-right:.5rem;accent-color:#2563eb}.products .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media(min-width:640px){.products .product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products .product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products .product-grid{grid-template-columns:repeat(4,1fr)}}.products .product-card{background:#fff;border:1px solid #e5e6e9;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.products .product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.products .product-card .product-image{position:relative;aspect-ratio:1;background-color:#f9fafb;padding:1rem}.products .product-card .product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.products .product-card .product-image .favorite-btn{position:absolute;top:.5rem;right:.5rem;padding:.375rem;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease}.products .product-card .product-image .favorite-btn:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.products .product-card .product-info{padding:1rem}.products .product-card .product-info .status-indicator{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.products .product-card .product-info .status-indicator .status-dot{width:8px;height:8px;border-radius:50%}.products .product-card .product-info .status-indicator .status-dot.active{background-color:#10b981}.products .product-card .product-info .status-indicator .status-dot.coming-soon{background-color:#f59e0b}.products .product-card .product-info .status-indicator .status-dot.discontinued{background-color:#ef4444}.products .product-card .product-info .status-indicator .status-text{font-size:.75rem;color:#6b7280}.products .product-card .product-info .product-title{font-weight:600;color:#2563eb;font-size:.875rem;margin-bottom:.25rem;text-decoration:none}.products .product-card .product-info .product-title:hover{color:#1d4ed8}.products .product-card .product-info .product-category{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products .product-card .product-info .product-description{font-size:.75rem;color:#9ca3af;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.products .product-card .product-info .product-actions{display:flex;align-items:center;justify-content:space-between}.products .product-card .product-info .product-actions .compare-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;cursor:pointer}.products .product-card .product-info .product-actions .compare-checkbox input[type=checkbox]{width:12px;height:12px;accent-color:#2563eb}.products .product-card .product-info .product-actions .expand-btn{color:#9ca3af;transition:color .2s ease}.products .product-card .product-info .product-actions .expand-btn:hover{color:#6b7280}@media(max-width:1023px){.products .filter__results-container{flex-direction:column;gap:1.5rem}}.products_show .products_show__header{display:flex;gap:56px;margin:auto;padding:40px 40px 24px;max-width:100em}.products_show .products_show__header .header__image-desktop{display:block}.products_show .products_show__header .header__image-desktop .header-image-container{display:flex;gap:16px}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery{position:relative;max-height:200px}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery .ra-product-new__header-image-gallery-arrow{position:absolute;display:flex;justify-content:center;align-items:center;background:rgba(109,110,113,.64);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);width:100%;cursor:pointer;opacity:0;z-index:-1;transition:opacity .2s ease-in-out}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery .ra-product-new__header-image-gallery-arrow svg{width:14px;height:14px;min-width:14px;min-height:14px;fill:#fff;filter:drop-shadow(0 0 4px rgba(0,0,0,.56))}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery .ra-product-new__header-image-gallery-arrow[data-direction=prev]{border-radius:4px 4px 0 0;top:0}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery .ra-product-new__header-image-gallery-container{display:flex;flex-direction:column;gap:8px;border-radius:4px;max-height:200px;overflow-y:auto;scrollbar-width:none}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery .ra-product-new__header-image-gallery-container .ra-product-new__header-image-gallery-frame{border-radius:4px;border:1px solid #e5e6e9;width:40px;height:40px;min-width:40px;min-height:40px;overflow:hidden;cursor:pointer}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-gallery .ra-product-new__header-image-gallery-container .ra-product-new__header-image-gallery-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-main{height:-moz-fit-content;height:fit-content}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-main .new__main-image-frame{display:flex;width:200px;height:200px;border-radius:4px;border:1px solid #e5e6e9;background-color:#fff}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-main .new__main-image-frame .new__main-image{width:100%;cursor:pointer}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-main .logo-allen-bradley{display:block;width:108px;margin-top:16px}.products_show .products_show__header .header__image-desktop .header-image-container .header-image-main .logo-allen-bradley img{max-width:100%;width:auto}.ra-product-new__content-frame-details .ra-product-new__details-container{padding:24px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ra-product-new__content-frame-details .ra-product-new__details-header{margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e5e6e9}.ra-product-new__content-frame-details .ra-product-new__details-title{font-size:24px;font-weight:600;color:#1f2937;margin:0;line-height:1.3}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text{font-size:16px;line-height:1.6;color:#374151}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text p{margin-bottom:16px}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text p:last-child{margin-bottom:0}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h1,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h2,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h3,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h4,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h5,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h6{margin-top:24px;margin-bottom:12px;font-weight:600;color:#1f2937}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h1:first-child,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h2:first-child,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h3:first-child,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h4:first-child,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h5:first-child,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text h6:first-child{margin-top:0}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text ol,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text ul{margin-bottom:16px;padding-left:20px}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text ol li,.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text ul li{margin-bottom:8px}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text img{max-width:100%;height:auto;border-radius:4px;margin:16px 0}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text a{color:#2563eb;text-decoration:none}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text a:hover{text-decoration:underline}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text blockquote{border-left:4px solid #e5e6e9;padding-left:16px;margin:16px 0;font-style:italic;color:#6b7280}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text code{background-color:#f3f4f6;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:14px}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text pre{background-color:#f3f4f6;padding:16px;border-radius:6px;overflow-x:auto;margin:16px 0}.ra-product-new__content-frame-details .ra-product-new__details-content .ra-product-new__details-text pre code{background:none;padding:0}