.featured-brands-section{width:100%;overflow:hidden}.featured-brands-container{width:100%;max-width:100%;margin:0;padding-left:var(--featured-brands-padding-left, 0px);padding-right:var(--featured-brands-padding-right, 0px)}.featured-brands-header{text-align:center;margin-bottom:2.5rem;padding:0 1.5rem}.featured-brands-subheading{display:block;font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#c9a227;margin-bottom:.5rem}.featured-brands-heading{font-size:2rem;font-weight:400;letter-spacing:.02em;color:#1a1a1a;margin:0;line-height:1.3}.featured-brands-wrapper{position:relative;width:100%}.featured-brands-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:#fffffff2;border:1px solid rgba(224,224,224,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.featured-brands-nav:hover{background:#1a1a1af2;border-color:#c9a227;box-shadow:0 4px 16px #c9a22766;transform:translateY(-50%) scale(1.1)}.featured-brands-nav svg{color:#1a1a1a;transition:color .3s ease}.featured-brands-nav:hover svg{color:#c9a227}.featured-brands-nav--prev{left:16px}.featured-brands-nav--next{right:16px}.featured-brands-carousel-container{overflow:hidden;width:100%}.featured-brands-carousel{display:flex;gap:var(--featured-brands-gap, 16px);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.featured-brands-carousel::-webkit-scrollbar{display:none}.featured-brands-carousel[data-brands-count="1"],.featured-brands-carousel[data-brands-count="2"],.featured-brands-carousel[data-brands-count="3"],.featured-brands-carousel[data-brands-count="4"],.featured-brands-carousel[data-brands-count="5"]{display:grid;grid-template-columns:repeat(var(--featured-brands-items-desktop, 5),1fr);overflow-x:visible}.featured-brand-card{position:relative;display:block;text-decoration:none;overflow:hidden;border-radius:8px;aspect-ratio:var(--featured-brands-aspect-ratio, 1 / 1.3);background:#f5f5f5;transition:all .4s cubic-bezier(.4,0,.2,1);flex:0 0 calc((100% - (var(--featured-brands-gap, 16px) * 4)) / 5);min-width:200px}.featured-brand-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #c9a22726}.featured-brand-card__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.featured-brand-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.featured-brand-card:hover .featured-brand-card__image{transform:scale(1.08)}.featured-brand-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.featured-brand-card__placeholder .placeholder-svg{width:60%;height:60%;opacity:.4}.featured-brand-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;text-align:center;background:linear-gradient(to top,#000000d9,#0006,#0000)}.featured-brand-card__title{font-size:1.125rem;font-weight:700;color:#fff;margin:0;letter-spacing:.05em;line-height:1.3;text-transform:uppercase;transition:all .3s ease;border:2px solid #FFFFFF;padding:.5rem 1rem;display:inline-block;border-radius:4px;background:#00000080;box-shadow:0 2px 8px #0009}.featured-brand-card:hover .featured-brand-card__title{color:#c9a227;border-color:#c9a227;background:#000000b3;transform:translateY(-2px);box-shadow:0 4px 12px #c9a22766}.featured-brand-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#c9a227;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:3}.featured-brand-card:hover:after{transform:scaleX(1)}.featured-brands-footer{text-align:center;margin-top:2rem;padding:0 1.5rem}.featured-brands-view-all{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;padding:.75rem 1.5rem;border:1px solid #C9A227;border-radius:4px;transition:all .3s ease}.featured-brands-view-all:hover{background:#1a1a1a;color:#c9a227;border-color:#c9a227}.featured-brands-view-all svg{transition:transform .3s ease}.featured-brands-view-all:hover svg{transform:translate(4px)}@media screen and (max-width:999px){.featured-brands-nav{width:44px;height:44px}.featured-brands-nav--prev{left:12px}.featured-brands-nav--next{right:12px}.featured-brand-card{flex:0 0 calc((100% - (var(--featured-brands-gap, 16px) * 2)) / 3);min-width:180px}.featured-brands-carousel[data-brands-count="1"],.featured-brands-carousel[data-brands-count="2"],.featured-brands-carousel[data-brands-count="3"],.featured-brands-carousel[data-brands-count="4"],.featured-brands-carousel[data-brands-count="5"]{grid-template-columns:repeat(var(--featured-brands-items-tablet, 3),1fr)}.featured-brands-heading{font-size:1.75rem}.featured-brand-card__title{font-size:1rem}}@media screen and (max-width:699px){.featured-brands-header{margin-bottom:1.5rem;padding:0 1rem}.featured-brands-heading{font-size:1.5rem}.featured-brands-subheading{font-size:.65rem}.featured-brands-nav{width:40px;height:40px}.featured-brands-nav--prev{left:8px}.featured-brands-nav--next{right:8px}.featured-brands-nav svg{width:18px;height:18px}.featured-brand-card{flex:0 0 calc((100% - var(--featured-brands-gap, 16px)) / 2);min-width:150px;border-radius:6px}.featured-brands-carousel[data-brands-count="1"],.featured-brands-carousel[data-brands-count="2"],.featured-brands-carousel[data-brands-count="3"],.featured-brands-carousel[data-brands-count="4"],.featured-brands-carousel[data-brands-count="5"]{display:flex;grid-template-columns:none}.featured-brand-card__content{padding:1rem}.featured-brand-card__title{font-size:.875rem}.featured-brand-card:hover{transform:none}.featured-brands-footer{padding:0 1rem}.featured-brands-view-all{font-size:.75rem;padding:.65rem 1.25rem}}[dir=rtl] .featured-brands-carousel{direction:rtl}[dir=rtl] .featured-brands-nav--prev{left:auto;right:0}[dir=rtl] .featured-brands-nav--next{right:auto;left:0}[dir=rtl] .featured-brands-nav--prev svg{transform:rotate(180deg)}[dir=rtl] .featured-brands-nav--next svg{transform:rotate(180deg)}[dir=rtl] .featured-brands-view-all svg{transform:rotate(180deg)}[dir=rtl] .featured-brands-view-all:hover svg{transform:rotate(180deg) translate(4px)}[dir=rtl] .featured-brand-card:after{transform-origin:right}@media screen and (max-width:480px){.featured-brand-card{flex:0 0 calc((100% - var(--featured-brands-gap, 16px)) / 2);min-width:130px}.featured-brand-card__title{font-size:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/featured-brands.css.map */
