.potero-carousel{--carousel-gap: 1rem;position:relative;background-color:var(--steel-black, #111214);padding:4rem 0}@media screen and (min-width: 750px){.potero-carousel{--carousel-gap: 1.5rem;padding:5rem 0}}.potero-carousel__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:0 1.5rem}@media screen and (min-width: 750px){.potero-carousel__header{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}}.potero-carousel__title{font-family:var(--font-teko, "Teko", sans-serif);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1;letter-spacing:-.01em;text-transform:uppercase;color:var(--bone-white, #efece6);margin:0}.potero-carousel__subtitle{font-family:var(--font-inter, "Inter", sans-serif);font-size:1rem;font-weight:400;color:#efece6b3;margin:0}.potero-carousel__link{font-family:var(--font-teko, "Teko", sans-serif);font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--ice-blue, #2d6ea4);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .15s ease-out}.potero-carousel__link:hover{color:var(--bone-white, #efece6)}.potero-carousel__link svg{width:1rem;height:1rem;transition:transform .15s ease-out}.potero-carousel__link:hover svg{transform:translate(4px)}.potero-carousel__slider{display:flex;gap:var(--carousel-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1.5rem .5rem}.potero-carousel__slider::-webkit-scrollbar{display:none}.potero-carousel__item{flex:0 0 auto;width:calc(50% - var(--carousel-gap) / 2);scroll-snap-align:start}@media screen and (min-width: 750px){.potero-carousel__item{width:calc(33.333% - var(--carousel-gap) * 2 / 3)}}@media screen and (min-width: 990px){.potero-carousel__item{width:calc(25% - var(--carousel-gap) * 3 / 4)}}.potero-carousel__nav{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}@media screen and (min-width: 990px){.potero-carousel__nav{display:flex}}.potero-carousel__nav-button{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#1a1c1ee6;border:2px solid rgba(239,236,230,.3);color:var(--bone-white, #efece6);cursor:pointer;transition:all .15s ease-out}.potero-carousel__nav-button:hover:not([disabled]){background-color:var(--ice-blue, #2d6ea4);border-color:var(--ice-blue, #2d6ea4)}.potero-carousel__nav-button[disabled]{opacity:.3;cursor:not-allowed}.potero-carousel__nav-button svg{width:1rem;height:1rem}.potero-carousel__nav--prev{left:1rem}.potero-carousel__nav--next{right:1rem}.potero-card{position:relative;display:flex;flex-direction:column;background-color:var(--steel, #1a1c1e);height:100%;transition:transform .2s ease-out}.potero-card:hover{transform:translateY(-4px)}.potero-card__media{position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--steel-light, #25272a)}.potero-card__media-link{display:block;width:100%;height:100%}.potero-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-out}.potero-card__image--secondary,.potero-card:hover .potero-card__image--primary{opacity:0}.potero-card:hover .potero-card__image--secondary{opacity:1}.potero-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--steel-light, #25272a)}.potero-card__placeholder-svg{width:60%;height:60%;fill:#efece633}.potero-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;font-family:var(--font-teko, "Teko", sans-serif);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;z-index:1}.potero-card__badge--sale{background-color:var(--alert-red, #c53a2d);color:var(--bone-white, #efece6)}.potero-card__badge--sold-out{background-color:var(--steel-light, #25272a);color:#efece6b3}.potero-card__content{display:flex;flex-direction:column;gap:.5rem;padding:1rem;flex:1}.potero-card__swatches{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.potero-card__swatch{width:1.5rem;height:1.5rem;border-radius:0;border:2px solid rgba(239,236,230,.2);background-color:var(--swatch-color, #888);cursor:pointer;transition:all .15s ease-out;padding:0;outline:none}.potero-card__swatch:hover{border-color:#efece680;transform:scale(1.1)}.potero-card__swatch--active{border-color:var(--ice-blue, #2d6ea4);box-shadow:0 0 0 1px var(--ice-blue, #2d6ea4)}.potero-card__swatch[style*="--swatch-color: black"]{background-color:#111214}.potero-card__swatch[style*="--swatch-color: white"]{background-color:#efece6}.potero-card__swatch[style*="--swatch-color: red"]{background-color:#c53a2d}.potero-card__swatch[style*="--swatch-color: blue"]{background-color:#2d6ea4}.potero-card__swatch[style*="--swatch-color: green"]{background-color:#3d6b4f}.potero-card__swatch[style*="--swatch-color: navy"]{background-color:#1a2a3d}.potero-card__swatch[style*="--swatch-color: olive"]{background-color:#5c5b3b}.potero-card__swatch[style*="--swatch-color: tan"]{background-color:#c4a777}.potero-card__swatch[style*="--swatch-color: coyote"]{background-color:#9a7b4f}.potero-card__swatch[style*="--swatch-color: multicam"]{background-color:#7a6b4e}.potero-card__swatch[style*="--swatch-color: grey"],.potero-card__swatch[style*="--swatch-color: gray"]{background-color:#5a5a5a}.potero-card__swatch-more{display:flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;font-family:var(--font-rajdhani, "Rajdhani", sans-serif);font-size:.75rem;font-weight:600;color:#efece699}.potero-card__title{margin:0;font-family:var(--font-teko, "Teko", sans-serif);font-size:1.125rem;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width: 750px){.potero-card__title{font-size:1.25rem}}.potero-card__title-link{color:var(--bone-white, #efece6);text-decoration:none;transition:color .15s ease-out}.potero-card__title-link:hover{color:var(--ice-blue, #2d6ea4)}.potero-card__rating{display:flex;align-items:center;gap:.375rem}.potero-card__stars{--percent: calc(((var(--rating) + var(--rating-decimal)) / var(--rating-max)) * 100%);display:inline-block;font-size:.875rem;line-height:1;letter-spacing:.1em}.potero-card__stars:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,var(--ice-blue, #2d6ea4) var(--percent),rgba(239,236,230,.3) var(--percent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.potero-card__rating-count{font-family:var(--font-rajdhani, "Rajdhani", sans-serif);font-size:.75rem;font-weight:500;color:#efece699}.potero-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.potero-card__price-regular,.potero-card__price-sale{font-family:var(--font-rajdhani, "Rajdhani", sans-serif);font-size:1.125rem;font-weight:700}.potero-card__price-regular{color:var(--bone-white, #efece6)}.potero-card__price-sale{color:var(--alert-red, #c53a2d)}.potero-card__price-compare{font-family:var(--font-rajdhani, "Rajdhani", sans-serif);font-size:.875rem;font-weight:500;color:#efece680}.potero-card__price-from{font-family:var(--font-inter, "Inter", sans-serif);font-size:.75rem;color:#efece699}.potero-card__sizes{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.potero-card__size{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.5rem;padding:0 .375rem;font-family:var(--font-rajdhani, "Rajdhani", sans-serif);font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--bone-white, #efece6);background-color:transparent;border:1px solid rgba(239,236,230,.3);transition:all .15s ease-out}.potero-card__size--unavailable{color:#efece64d;border-color:#efece626;text-decoration:line-through}.potero-card__stock{display:flex;align-items:center;gap:.375rem;margin-top:auto;padding-top:.5rem}.potero-card__stock-indicator{width:.5rem;height:.5rem;border-radius:50%}.potero-card__stock-indicator--in-stock{background-color:#3d9970}.potero-card__stock-indicator--low-stock{background-color:#e6a23c}.potero-card__stock-indicator--out-of-stock{background-color:var(--alert-red, #c53a2d)}.potero-card__stock-text{font-family:var(--font-inter, "Inter", sans-serif);font-size:.75rem;font-weight:500;color:#efece6b3}@media (prefers-reduced-motion: reduce){.potero-card,.potero-card__image,.potero-card__swatch,.potero-carousel__link svg{transition:none}.potero-carousel__slider{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-potero-collection-carousel.css.map */
