.pagination-dots{display:flex;justify-content:center;align-items:center;gap:1.5rem}.pagination-dots--vertical{flex-direction:column}.pagination-dots__dot{transform:rotate(45deg);width:8px;height:8px;border-radius:50%;cursor:pointer;background-color:var(--gray-300);position:relative}.pagination-dots__dot--active{background-color:var(--gray-700)}.pagination-dots__dot--active:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--gray-700);animation:l18 var(--animation-duration,6s) infinite linear}.pagination-dots__dot--active:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background-color:initial;border:1px solid var(--gray-300)}.pagination-dots__dot :hover:not(.pagination-dots__dot--active){background-color:var(--gray-700)}@keyframes l18{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.product-bundle-slider{display:flex;flex-direction:column;gap:1rem;background-color:white;border-radius:var(--border-radius-3xl);overflow:hidden;padding-bottom:2rem;max-height:600px;max-width:calc(100vw - 2rem)}@media (min-width:1024px){.product-bundle-slider{flex-direction:row;gap:2rem;padding-right:2rem;padding-bottom:0;max-width:200px;max-width:calc(var(--max-content-width) - 2rem)}}.product-bundle-slider .p-carousel-content{overflow:hidden}.product-bundle-slider__product{display:grid;grid-template-rows:198px 358px;gap:2rem;height:calc(198px + 358px)}@media (min-width:1024px){.product-bundle-slider__product{grid-template-rows:568px;grid-template-columns:1fr 1fr;align-items:center;gap:1rem;height:568px}}.product-bundle-slider__product__image{position:relative;grid-row:1/2;width:100%;height:100%}.product-bundle-slider__product__image img{width:100%;object-fit:contain;object-position:50% 50%}.product-bundle-slider__product__info{display:flex;align-items:center;flex-direction:column;grid-row:2/3;gap:2rem;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.product-bundle-slider__product__info{grid-row:1/2;grid-column:2/3}}.product-bundle-slider__product__info__content{display:flex;align-items:center;flex-direction:column;gap:.5rem}.product-bundle-slider__product__info__stock{margin-bottom:4px;font-size:12px;line-height:10px;text-transform:uppercase;color:var(--gray-500)}.product-bundle-slider__product__info__stock:before{content:"";display:inline-block;width:8px;height:8px;background-color:var(--green-500);border-radius:50%;margin-bottom:1px;margin-right:.5rem}.product-bundle-slider__product__info__stock--no:before{background-color:var(--red-500)}.product-bundle-slider__product__info__title{font-size:var(--font-size-2xl);text-align:center;line-height:26.4px;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-bundle-slider__product__info__description{text-align:center;line-height:20.8px;color:var(--gray-500)}.product-bundle-slider__product__info__button{padding-left:2rem!important;padding-right:2rem!important}.product-bundle-slider__pagination-dots{height:35px}@media (min-width:1024px){.product-bundle-slider__pagination-dots{height:600px;width:140px}}.product-bundle-slider-card{display:grid;grid-template-columns:auto 1fr;max-height:80px;gap:1rem;background-color:var(--gray-100);border-radius:var(--border-radius-md);padding:.5rem}@media (min-width:1024px){.product-bundle-slider-card{max-height:100px;padding:1rem}}.product-bundle-slider-card__image{border-radius:var(--border-radius-md);overflow:hidden}.product-bundle-slider-card__image img{aspect-ratio:1/1;object-fit:cover}.product-bundle-slider-card__info{display:grid;grid-template-columns:1fr auto;gap:4px;align-items:center}@media (min-width:1024px){.product-bundle-slider-card__info{gap:5rem}}.product-bundle-slider-card__info__content{display:flex;flex-direction:column;gap:4px}.product-bundle-slider-card__info__content__seller{font-size:14px;color:var(--gray-400);line-height:13px}.product-bundle-slider-card__info__content__name{font-size:16px;line-height:24px;font-weight:var(--font-regular);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-bundle-slider-card__info__prices{display:flex;flex-direction:column;gap:4px;align-items:center}@media (min-width:1024px){.product-bundle-slider-card__info__prices{gap:8px}}.product-bundle-slider-card__info__price{line-height:24px}.product-bundle-slider-card__info__price--discount{font-size:16px;color:var(--gray-400);-webkit-text-decoration:line-through;text-decoration:line-through}