:root{--term-list-primary:#D40000;--term-list-primary-light:#f33;--term-list-primary-dark:#a20000;--term-list-text:#333333;--term-list-text-light:#666666;--term-list-gray-light:#f5f5f5;--term-list-gray:#e0e0e0;--term-list-gray-dark:#999999;--term-list-white:#ffffff;--term-list-transition:all 0.3s ease;--term-list-navy:#192A56}.product-term-carousel{position:relative;margin-bottom:30px;padding-bottom:40px}.product-term-carousel-outer{position:relative;width:100%;padding:0 50px;box-sizing:border-box;margin:0 auto}.product-term-carousel-wrapper{position:relative;overflow:hidden;width:100%;box-sizing:border-box;padding:0 2.5px}.product-term-carousel-track{display:flex;transition:transform 0.5s ease;padding:10px 0;margin:0;will-change:transform}.product-term-carousel-item{margin:0 2.5px;box-sizing:border-box;transition:all 0.3s ease}.product-term-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;background-color:var(--term-list-white);border:none;border-radius:0;overflow:visible;height:100%;transition:all 0.3s ease;box-shadow:none;padding:10px;text-align:center}.product-term-card:hover{transform:translateY(-3px);box-shadow:none;background-color:#f8f8f8}.product-term-carousel-item.active .product-term-card{border:none;background-color:#FFF5F5;box-shadow:none}.product-term-card-image{position:relative;height:120px;width:120px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px;background-color:#fff0}.product-term-card-image img{width:100%;height:100%;object-fit:contain;padding:0;transition:transform 0.3s ease}.product-term-card-placeholder{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:#fff0;color:#999}.product-term-card-placeholder .dashicons{font-size:48px;width:48px;height:48px}.product-term-card-content{padding:5px 0 0;text-align:center;position:relative}.product-term-card-title{margin:0;font-size:14px;font-weight:500;color:var(--term-list-text);transition:color 0.3s ease}.product-term-card:hover .product-term-card-title{color:var(--term-list-primary)}.product-term-carousel-item.active .product-term-card-title{color:var(--term-list-primary);font-weight:600}.term-count{color:#666;font-weight:400}.product-term-carousel-prev,.product-term-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px rgb(0 0 0 / .1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all 0.3s ease;opacity:1;border:1px solid #E0E0E0;color:var(--term-list-navy);pointer-events:auto!important}.product-term-carousel-prev{left:0}.product-term-carousel-next{right:0}.product-term-carousel-prev:hover,.product-term-carousel-next:hover{background-color:var(--term-list-navy);color:#fff;transform:translateY(-50%) scale(1.05)}.product-term-carousel-prev:focus,.product-term-carousel-next:focus{outline:none;box-shadow:0 0 0 3px rgb(25 42 86 / .2)}.product-term-carousel-prev svg,.product-term-carousel-next svg{width:16px;height:16px;display:block}.product-term-carousel-pagination{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:15px}.product-term-carousel-dot{width:13px;height:13px;border-radius:50%;background-color:silver;border:none;margin:0;padding:0;cursor:pointer;transition:all 0.3s ease;position:relative}.product-term-carousel-dot:hover{background-color:#A0A0A0;transform:scale(1.1)}.product-term-carousel-dot.active{width:55px;height:13px;border-radius:6.5px;background-color:var(--term-list-primary);transform:none}.product-term-carousel-dot.active:hover{background-color:var(--term-list-primary-dark);transform:none}.product-term-carousel-dot:focus{outline:none;box-shadow:0 0 0 3px rgb(212 0 0 / .3)}.product-term-carousel-dot:active{transform:scale(.95)}@media (max-width:1200px){.product-term-carousel-item{}}@media (max-width:992px){.product-term-carousel-item{}}@media (max-width:768px){.product-term-carousel-outer{padding:0 40px}.product-term-card-image{height:90px;width:90px}.product-term-card-placeholder .dashicons{font-size:36px;width:36px;height:36px}.product-term-carousel-prev,.product-term-carousel-next{width:30px;height:30px}.product-term-carousel-prev svg,.product-term-carousel-next svg{width:14px;height:14px}.product-term-card{padding:12px 8px}.product-term-carousel-pagination{gap:8px}.product-term-carousel-dot{width:11px;height:11px}.product-term-carousel-dot.active{width:45px;height:11px;border-radius:5.5px}}@media (max-width:576px){.product-term-carousel-outer{padding:0 30px}.product-term-card-image{height:80px;width:80px}.product-term-carousel-item{flex:0 0 calc(50% - 5px)!important;min-width:calc(50% - 5px)!important}.product-term-card-title{font-size:13px}.product-term-card-placeholder .dashicons{font-size:32px;width:32px;height:32px}.product-term-carousel-pagination{gap:7px}.product-term-carousel-dot{width:10px;height:10px}.product-term-carousel-dot.active{width:40px;height:10px;border-radius:5px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.product-term-carousel.loading{opacity:.7}.product-term-carousel.loaded{animation:fadeIn 0.5s ease forwards}