.affiliate-product-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease;height:100%;display:flex;flex-direction:column}.affiliate-product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.affiliate-product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.affiliate-product-card__badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:600;z-index:2;text-transform:uppercase;letter-spacing:.5px}.affiliate-product-card__image-wrapper{position:relative;width:100%;padding-top:100%;background:#f9fafb;overflow:hidden}.affiliate-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:16px}.affiliate-product-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#f3f4f6;color:#9ca3af}.affiliate-product-card__placeholder-text{font-size:.75rem;text-align:center;padding:0 16px}.affiliate-product-card__prime{position:absolute;bottom:8px;left:8px;background:#00a8e1;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:600}.affiliate-product-card__content{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.affiliate-product-card__title{font-size:1rem;font-weight:600;line-height:1.4;margin:0;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.affiliate-product-card__rating{display:flex;align-items:center;gap:6px;font-size:.875rem}.affiliate-product-card__stars{display:flex;gap:2px}.star{width:16px;height:16px}.star--full,.star--half{color:#f59e0b}.star--empty{color:#d1d5db}.affiliate-product-card__price{font-size:1.25rem;font-weight:700;color:#111827;margin-top:auto}.affiliate-product-card__checked small{font-size:.75rem;color:#6b7280}.affiliate-product-card__cta{display:flex;align-items:center;gap:6px;color:#2563eb;font-weight:600;font-size:.875rem;margin-top:8px}.affiliate-product-card__arrow{transition:transform .2s ease}.affiliate-product-card:hover .affiliate-product-card__arrow{transform:translate(4px)}.affiliate-product-card__disclosure{padding:8px 16px;background:#f9fafb;border-top:1px solid #e5e7eb}.affiliate-product-card__disclosure small{font-size:.75rem;color:#6b7280}.affiliate-product-card--compact{max-width:250px}.affiliate-product-card--compact .affiliate-product-card__content{padding:12px}.affiliate-product-card--compact .affiliate-product-card__title{font-size:.875rem;-webkit-line-clamp:3}.affiliate-product-card--compact .affiliate-product-card__price{font-size:1rem}.affiliate-product-card--inline{flex-direction:row;max-width:100%}.affiliate-product-card--inline .affiliate-product-card__link{flex-direction:row}.affiliate-product-card--inline .affiliate-product-card__image-wrapper{width:150px;padding-top:0;min-height:150px;flex-shrink:0}.affiliate-product-card--inline .affiliate-product-card__image{position:static;width:100%;height:100%}@media (max-width: 640px){.affiliate-product-card--inline,.affiliate-product-card--inline .affiliate-product-card__link{flex-direction:column}.affiliate-product-card--inline .affiliate-product-card__image-wrapper{width:100%;padding-top:100%}.affiliate-product-card--inline .affiliate-product-card__image{position:absolute;top:0;left:0}}@media (prefers-reduced-motion: reduce){.affiliate-product-card,.affiliate-product-card__arrow{transition:none}}.affiliate-product-card__link:focus{outline:2px solid #2563eb;outline-offset:2px}.affiliate-product-card__link:focus:not(:focus-visible){outline:none}.product-carousel{margin:48px 0}.product-carousel__header{margin-bottom:24px;text-align:center}.product-carousel__title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 8px}.product-carousel__subtitle{font-size:1rem;color:#6b7280;margin:0}.product-carousel__container{position:relative;padding:0 48px}.product-carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__track:active{cursor:grabbing}.product-carousel__item{flex:0 0 calc(33.333% - 16px);min-width:250px;max-width:350px}.product-carousel__item--compact{flex:0 0 calc(25% - 18px);min-width:200px;max-width:250px}.product-carousel__button{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2;box-shadow:0 2px 8px #0000001a}.product-carousel__button:hover{background:#f9fafb;box-shadow:0 4px 12px #00000026}.product-carousel__button:active{transform:translateY(-50%) scale(.95)}.product-carousel__button--prev{left:0}.product-carousel__button--next{right:0}.product-carousel__button svg{color:#374151}.product-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.product-carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .2s ease;padding:0}.product-carousel__dot:hover{background:#9ca3af}.product-carousel__dot--active{background:#2563eb;width:24px;border-radius:4px}@media (max-width: 1024px){.product-carousel__item{flex:0 0 calc(50% - 12px)}}@media (max-width: 768px){.product-carousel__container{padding:0 16px}.product-carousel__button{width:40px;height:40px}.product-carousel__button--prev{left:-8px}.product-carousel__button--next{right:-8px}.product-carousel__item{flex:0 0 calc(100% - 32px);min-width:280px}.product-carousel__track{gap:16px}}@media (max-width: 480px){.product-carousel__container{padding:0}.product-carousel__button{display:none}.product-carousel__item{flex:0 0 85%;min-width:250px}.product-carousel__title{font-size:1.5rem}}@media (prefers-reduced-motion: reduce){.product-carousel__track{scroll-behavior:auto}.product-carousel__button,.product-carousel__dot{transition:none}}.product-carousel__button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.product-carousel__dot:focus-visible{outline:2px solid #2563eb;outline-offset:2px}
