:root{--product-primary-xy47:#D40000;--product-primary-light-xy47:#f33;--product-primary-dark-xy47:#a20000;--product-text-xy47:#333333;--product-text-light-xy47:#666666;--product-gray-light-xy47:#f5f5f5;--product-gray-xy47:#e0e0e0;--product-gray-dark-xy47:#999999;--product-white-xy47:#ffffff;--product-card-radius-xy47:8px;--product-transition-xy47:all 0.3s ease;--product-shadow-xy47:0 2px 8px rgba(0, 0, 0, 0.1);--product-shadow-hover-xy47:0 6px 20px rgba(0, 0, 0, 0.15)}.product-carousel-wrapper-xy47{width:100%;max-width:1300px;margin:0 auto 40px;position:relative;padding:0 70px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.carousel-nav-btn-xy47{position:absolute;top:50%;transform:translateY(-50%);background:var(--product-white-xy47);border:1px solid var(--product-primary-xy47);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--product-primary-xy47);transition:var(--product-transition-xy47);padding:0;z-index:10;box-shadow:var(--product-shadow-xy47);flex-shrink:0;outline:none;user-select:none}.carousel-prev-xy47{left:-65px}.carousel-next-xy47{right:-65px}.carousel-nav-btn-xy47:hover{background:var(--product-primary-xy47);color:var(--product-white-xy47);border-radius:50%;transform:translateY(-50%) scale(1.05);box-shadow:var(--product-shadow-hover-xy47)}.carousel-nav-btn-xy47:active{transform:translateY(-50%) scale(.95)}.carousel-nav-btn-xy47:disabled{opacity:.4;cursor:not-allowed;transform:translateY(-50%);background:var(--product-gray-light-xy47);border-color:var(--product-gray-xy47);color:var(--product-gray-dark-xy47)}.carousel-nav-btn-xy47:disabled:hover{background:var(--product-gray-light-xy47);color:var(--product-gray-dark-xy47);border-radius:50%;transform:translateY(-50%);box-shadow:var(--product-shadow-xy47)}.arrow-icon-xy47{width:20px;height:20px;transition:var(--product-transition-xy47)}.carousel-arrow-modern-xy47 .carousel-nav-btn-xy47{background:linear-gradient(135deg,var(--product-white-xy47) 0%,rgb(255 255 255 / .9) 100%);border:1px solid var(--product-primary-xy47);border-radius:50%;backdrop-filter:blur(10px);box-shadow:0 4px 15px rgb(212 0 0 / .2)}.carousel-arrow-modern-xy47 .carousel-nav-btn-xy47:hover{background:linear-gradient(135deg,var(--product-primary-xy47) 0%,var(--product-primary-dark-xy47) 100%);border-radius:50%;box-shadow:0 6px 25px rgb(212 0 0 / .35)}.carousel-arrow-classic-xy47 .carousel-nav-btn-xy47{background:var(--product-white-xy47);border:1px solid var(--product-primary-xy47);border-radius:50%;width:45px;height:45px}.carousel-arrow-classic-xy47 .carousel-nav-btn-xy47:hover{background:var(--product-primary-xy47);border-radius:50%;border-color:var(--product-primary-dark-xy47)}.carousel-arrow-minimal-xy47 .carousel-nav-btn-xy47{background:rgb(255 255 255 / .9);border:1px solid rgb(212 0 0 / .3);border-radius:50%;width:40px;height:40px;box-shadow:0 2px 10px rgb(0 0 0 / .1)}.carousel-arrow-minimal-xy47 .carousel-nav-btn-xy47:hover{background:rgb(212 0 0 / .1);border-radius:50%;border-color:var(--product-primary-xy47)}.carousel-arrow-minimal-xy47 .carousel-nav-btn-xy47:hover .arrow-icon-xy47{transform:scale(1.1)}.product-carousel-container-xy47{width:100%;color:var(--product-text-xy47);position:relative;overflow:hidden;max-width:1200px;margin:0 auto}.product-carousel-header-xy47{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px}.carousel-title-xy47{font-size:20px;font-weight:600;margin-bottom:25px;color:var(--product-text-xy47);line-height:1.3}.product-carousel-track-container-xy47{width:100%;overflow:hidden;position:relative;padding:5px 0}.product-carousel-track-xy47{display:flex;transition:transform 0.4s cubic-bezier(.4,0,.2,1);gap:16px;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.product-carousel-track-xy47.dragging{cursor:grabbing;transition:none}.carousel-item-xy47{flex:0 0 calc(20% - 12.8px);min-width:0;transition:opacity 0.3s ease}.product-carousel-container-xy47[data-items-visible="3"] .carousel-item-xy47{flex:0 0 calc(33.333% - 10.67px)}.product-carousel-container-xy47[data-items-visible="4"] .carousel-item-xy47{flex:0 0 calc(25% - 12px)}.product-carousel-container-xy47[data-items-visible="6"] .carousel-item-xy47{flex:0 0 calc(16.667% - 13.33px)}.product-card-xy47{background-color:var(--product-white-xy47);border-radius:var(--product-card-radius-xy47);overflow:hidden;transition:var(--product-transition-xy47);position:relative;height:100%;display:flex;flex-direction:column;box-shadow:var(--product-shadow-xy47)}.product-card-xy47:hover{transform:translateY(-3px);box-shadow:var(--product-shadow-hover-xy47)}.product-card-image-xy47{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--product-gray-light-xy47)}.product-image-xy47{width:100%;height:100%;object-fit:cover;transition:var(--product-transition-xy47)}.product-card-xy47:hover .product-image-xy47{transform:scale(1.05)}.product-card-content-xy47{padding:12px;flex-grow:1;display:flex;flex-direction:column}.product-title-xy47{font-size:14px;margin:0 0 8px;font-weight:500;line-height:1.4}.product-title-xy47 a{color:var(--product-text-xy47);text-decoration:none;transition:var(--product-transition-xy47)}.product-title-xy47 a:hover{color:var(--product-primary-xy47)}.product-price-container-xy47{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-top:auto}.product-price-xy47{font-size:16px;font-weight:700;color:var(--product-primary-xy47);line-height:1.2}.product-regular-price-xy47{font-size:.75em;color:var(--product-gray-dark-xy47);text-decoration:line-through;opacity:.8}.product-discount-badge-xy47{position:absolute;bottom:8px!important;left:8px!important;background-color:var(--product-primary-xy47);color:var(--product-white-xy47);font-size:10px;font-weight:700;padding:3px 6px;border-radius:3px;z-index:2;width:auto!important;height:auto!important;max-width:50px;text-align:center;display:inline-block}.product-category-badge-xy47{position:absolute;top:8px;right:8px;background-color:rgb(255 255 255 / .9);color:var(--product-text-xy47);font-size:9px;padding:2px 5px;border-radius:3px;z-index:2;max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-carousel-no-results-xy47{width:100%;text-align:center;padding:30px;background-color:var(--product-gray-light-xy47);border-radius:var(--product-card-radius-xy47);color:var(--product-text-light-xy47)}.product-card-xy47.skeleton-xy47{animation:pulse-xy47 1.5s infinite}.skeleton-image-xy47{width:100%;aspect-ratio:1 / 1;background-color:var(--product-gray-light-xy47)}.skeleton-title-xy47{height:14px;margin:8px 0;background-color:var(--product-gray-light-xy47);width:80%;border-radius:3px}.skeleton-price-xy47{height:16px;width:40%;background-color:var(--product-gray-light-xy47);border-radius:3px;margin-top:auto}.product-carousel-loading-xy47{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(255 255 255 / .8);display:flex;align-items:center;justify-content:center;z-index:10}.loading-spinner-xy47{width:40px;height:40px;border:4px solid var(--product-gray-xy47);border-top:4px solid var(--product-primary-xy47);border-radius:50%;animation:spin-xy47 1s linear infinite}@keyframes pulse-xy47{0%{opacity:.6}50%{opacity:1}100%{opacity:.6}}@keyframes spin-xy47{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.carousel-nav-btn-xy47:hover .arrow-icon-xy47{animation:arrow-bounce-xy47 0.6s ease-in-out}@keyframes arrow-bounce-xy47{0%,100%{transform:translateX(0)}50%{transform:translateX(3px)}}.carousel-prev-xy47:hover .arrow-icon-xy47{animation:arrow-bounce-left-xy47 0.6s ease-in-out}@keyframes arrow-bounce-left-xy47{0%,100%{transform:translateX(0)}50%{transform:translateX(-3px)}}@media (max-width:1024px){.carousel-item-xy47,.product-carousel-container-xy47[data-items-visible="6"] .carousel-item-xy47{flex:0 0 calc(25% - 12px)}.product-carousel-wrapper-xy47{padding:0 60px}.carousel-nav-btn-xy47{width:45px;height:45px}.carousel-prev-xy47{left:-50px}.carousel-next-xy47{right:-50px}}@media (max-width:768px){.carousel-item-xy47,.product-carousel-container-xy47[data-items-visible="4"] .carousel-item-xy47,.product-carousel-container-xy47[data-items-visible="6"] .carousel-item-xy47{flex:0 0 calc(33.333% - 10.67px)}.product-carousel-wrapper-xy47{padding:0 50px}.carousel-nav-btn-xy47{width:40px;height:40px}.arrow-icon-xy47{width:18px;height:18px}.carousel-prev-xy47{left:-40px}.carousel-next-xy47{right:-40px}.product-carousel-track-xy47{gap:12px}}@media (max-width:640px){.product-carousel-wrapper-xy47{padding:0 35px;max-width:100%;margin:0 auto 30px}.carousel-nav-btn-xy47{width:36px;height:36px}.arrow-icon-xy47{width:16px;height:16px}.carousel-prev-xy47{left:-30px}.carousel-next-xy47{right:-30px}.carousel-item-xy47,.product-carousel-container-xy47[data-items-visible="3"] .carousel-item-xy47,.product-carousel-container-xy47[data-items-visible="4"] .carousel-item-xy47,.product-carousel-container-xy47[data-items-visible="6"] .carousel-item-xy47{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px)}.product-carousel-track-xy47{gap:12px}.product-title-xy47{font-size:13px;margin:0 0 6px;line-height:1.3}.product-price-xy47{font-size:14px}.product-card-content-xy47{padding:10px}.carousel-title-xy47{font-size:18px;margin-bottom:20px}}@media (max-width:480px){.product-carousel-wrapper-xy47{padding:0 30px}.carousel-nav-btn-xy47{width:32px;height:32px}.arrow-icon-xy47{width:14px;height:14px}.carousel-prev-xy47{left:-25px}.carousel-next-xy47{right:-25px}.carousel-item-xy47{flex:0 0 calc(50% - 8px);min-width:calc(50% - 8px);max-width:calc(50% - 8px)}.product-carousel-track-xy47{gap:16px}.product-card-content-xy47{padding:8px}.product-title-xy47{font-size:12px;margin:0 0 4px}.product-price-xy47{font-size:13px}.carousel-title-xy47{font-size:16px;margin-bottom:15px}.product-discount-badge-xy47{font-size:9px;padding:2px 4px}.product-category-badge-xy47{font-size:8px;padding:1px 3px}}@media (max-width:375px){.product-carousel-wrapper-xy47{padding:0 25px}.carousel-nav-btn-xy47{width:30px;height:30px}.arrow-icon-xy47{width:12px;height:12px}.carousel-prev-xy47{left:-20px}.carousel-next-xy47{right:-20px}}@media (prefers-contrast:high){.carousel-nav-btn-xy47{border-width:3px}.product-card-xy47{border:1px solid var(--product-gray-xy47)}}@media (prefers-reduced-motion:reduce){.carousel-nav-btn-xy47,.product-carousel-track-xy47,.product-card-xy47,.product-image-xy47,.arrow-icon-xy47{transition:none}.carousel-nav-btn-xy47:hover .arrow-icon-xy47{animation:none}.product-card-xy47.skeleton-xy47{animation:none}.loading-spinner-xy47{animation:none;border:4px solid var(--product-primary-xy47)}}@media (max-width:768px){.product-carousel-wrapper-xy47.dragging .carousel-nav-btn-xy47{opacity:.2;pointer-events:none}.carousel-nav-btn-xy47.touch-visible{opacity:1!important;pointer-events:auto!important}.carousel-nav-btn-xy47{min-width:32px;min-height:32px;touch-action:manipulation}.product-carousel-wrapper-xy47{overflow:visible}.product-carousel-track-xy47 *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@media (max-width:640px){.product-carousel-container-xy47{width:100%;overflow:hidden}.product-carousel-track-container-xy47{width:100%;overflow:hidden}}