.brands-slider__wrapper{position:relative;overflow:hidden}.brands-slider__container{display:flex;overflow:visible;transition:transform .4s ease}.brands-slider__card{display:block;text-decoration:none;border:1px solid rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .3s ease;background:#fff}.brands-slider__card:hover{box-shadow:0 4px 20px #00000014}.brands-slider__header{padding:14px 16px;text-align:center;border-bottom:1px solid rgba(0,0,0,.08);position:relative;display:flex;align-items:center;justify-content:center}.brands-slider__header:before{content:"";position:absolute;top:50%;left:16px;right:16px;height:1px;background:#00000026;z-index:1}.brands-slider__title{background:#fff;padding:0 10px;position:relative;font-weight:var(--font-heading-weight);z-index:2;font-size:1.4rem;font-family:var(--font-heading-family);margin:0}.brands-slider__image-wrapper{width:100%;aspect-ratio:3 / 2;overflow:hidden;background:#00000005;display:flex;align-items:center;justify-content:center}.brands-slider__image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.brands-slider__card:hover .brands-slider__image{transform:scale(1.05)}.brands-slider__footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid rgba(0,0,0,.08)}.brands-slider__logo{max-height:28px;width:auto;max-width:100px}.brands-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .2s}.brands-slider__nav:hover{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.brands-slider__nav--prev{left:15px}.brands-slider__nav--next{right:15px}.brands-slider__nav svg{width:16px;height:16px}.brands-slider__no-logo{font-size:2.5rem;color:#00000026;font-weight:var(--font-heading-weight);font-family:var(--font-heading-family)}.artists-slider__container{position:relative;overflow:hidden}.artists-slider__wrapper{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.artists-slider__slide{min-width:100%;width:100%;flex-shrink:0;opacity:0;transition:opacity .3s ease}.artists-slider__slide.active{opacity:1}.artists-slide__inner{display:grid;grid-template-columns:70% 30%;gap:0;align-items:stretch}.artists-slide__left{display:flex;flex-direction:column;gap:16px}.artists-slide__badge{display:inline-flex;align-items:center;gap:8px;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;transition:opacity .2s;width:fit-content}.artists-slide__badge:hover{opacity:.7}.artists-slide__badge img{width:20px;height:auto}.artists-slide__title{line-height:1.2;margin:0;color:rgb(var(--color-foreground))}.artists-slide__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.7);margin:0;text-align:justify}.artists-slide__main-image{width:100%;flex:1;min-height:400px;overflow:hidden;position:relative;margin-top:8px}.artists-slide__main-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.artists-slide__main-image:hover img{transform:scale(1.02)}.artists-slide__right{display:flex;padding-left:24px}.artists-slide__artist-card{display:flex;flex-direction:column;background:rgb(var(--color-background));box-shadow:0 4px 30px #0000001a;overflow:hidden;width:100%;border:1px solid rgba(var(--color-foreground),.08)}.artists-slide__artist-image{flex:1;min-height:0;overflow:hidden;position:relative}.artists-slide__artist-image a{display:block;width:100%;height:100%}.artists-slide__artist-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.artists-slide__artist-card:hover .artists-slide__artist-image img{transform:scale(1.03)}.artists-slide__artist-info{padding:20px;display:flex;flex-direction:column;gap:10px;background:rgb(var(--color-background))}.artists-slide__artist-name{font-size:calc(var(--font-heading-scale) * 1.6rem);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);margin:0;color:rgb(var(--color-foreground))}.artists-slide__artist-name a{color:inherit;text-decoration:none;transition:opacity .2s}.artists-slide__artist-name a:hover{opacity:.7}.artists-slide__artist-bio{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0;text-align:justify}.artists-slide__artist-link{display:inline-flex;align-items:center;justify-content:flex-end;margin-top:8px}.artists-slide__artist-link a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(var(--color-foreground),.08);transition:all .2s ease}.artists-slide__artist-link a:hover{background:rgb(var(--color-button))}.artists-slide__artist-link a:hover svg{stroke:rgb(var(--color-button-text))}.artists-slide__artist-link svg{width:16px;height:16px;stroke:rgb(var(--color-foreground));transition:stroke .2s ease}.artists-slider__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:rgba(var(--color-background),.9);box-shadow:0 2px 8px #0000001a;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;opacity:.8}.artists-slider__nav:hover{opacity:1}.artists-slider__nav--prev{left:10px}.artists-slider__nav--next{right:10px}.artists-slider__nav svg{width:24px;height:24px}.artists-slider__dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.artists-slider__dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(var(--color-foreground),.2);cursor:pointer;transition:all .2s ease;padding:0}.artists-slider__dot:hover{background:rgba(var(--color-foreground),.4)}.artists-slider__dot.active{background:rgb(var(--color-foreground));transform:scale(1.2)}@media screen and (max-width: 989px){.brands-slider__nav--prev{left:10px}.brands-slider__nav--next{right:10px}}@media screen and (max-width: 749px){.brands-slider__title{font-size:1.2rem}.brands-slider__header,.brands-slider__footer{padding:10px 12px}.brands-slider__logo{max-height:22px}}@media screen and (max-width: 989px){.artists-slide__inner{grid-template-columns:1fr;gap:20px}.artists-slide__right{padding-left:0}.artists-slide__artist-card{flex-direction:row;max-height:200px}.artists-slide__artist-image{width:40%;flex:none}.artists-slide__artist-info{flex:1;justify-content:center}}@media screen and (max-width: 749px){.artists-slide__main-image{min-height:250px}.artists-slide__artist-card{flex-direction:column;max-height:none}.artists-slide__artist-image{width:100%;height:200px}.artists-slider__nav{width:36px;height:36px}.artists-slider__nav svg{width:18px;height:18px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/colorbox-slider.css.map */
