.video-popup{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;opacity:1;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:hidden}@starting-style{.video-popup{opacity:0}}.video-popup .video-popup-content{flex-direction:row-reverse;align-items:flex-start;gap:48px;width:1176px;max-width:98vw;height:564px;max-height:98vh;display:flex;position:relative}.video-popup .video-popup-content:after{content:"";width:40px;display:block}.video-popup .video-popup-content .video-popup-close{color:#fff;cursor:pointer;background:var(--surface-on-surface,#ffffff14);border:1px solid var(--border-tertiery);border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:24px;display:flex}.video-popup .video-popup-content .video-popup-close svg{width:20px;height:20px;margin:auto}.video-popup .video-popup-content .video-popup-close:hover{background:var(--surface-on-surface-hover)}.video-popup .video-popup-content .video-popup-video{width:100%;height:100%}
.discovery-carousel-dots{-webkit-user-select:none;user-select:none;justify-content:center;gap:12px;margin-top:16px;padding:4px;display:flex}.discovery-carousel-dots .dot{cursor:pointer;background-color:#333;border-radius:50%;width:8px;height:8px}.discovery-carousel-dots .dot:hover{background-color:var(--text-primary)}.discovery-carousel-dots .dot.active{background-color:var(--text-pure)}
.collection-banner-container{justify-content:center;align-items:center;height:327px;display:flex}.collection-banner{background:var(--surface-secondary);justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.collection-banner .content{padding-top:78px;padding-bottom:77px;padding-left:79px;position:relative}.collection-banner .title{font-family:var(--montserrat-font);color:var(--text-primary);margin-bottom:12px;font-size:32px;font-weight:700;line-height:40px}.collection-banner .subtitle{color:var(--text-secondary);font-family:var(--body-font);font-size:16px;font-weight:400;line-height:24px}.collection-banner .view-collection-btn{margin-top:33px}.collection-banner .desktop-image{height:100%}.collection-banner .mobile-image{display:none}@media (max-width:900px){.collection-banner-container{height:400px}.collection-banner{flex-direction:column;width:335px;height:100%;position:relative}.collection-banner .mobile-image{object-fit:cover;width:100%;height:217px;display:block}.collection-banner .content{padding:24px;position:absolute;bottom:0}.collection-banner .title{margin-bottom:12px;font-size:24px;line-height:32px}.collection-banner .subtitle{font-size:16px;line-height:24px}.collection-banner .desktop-image{display:none}.collection-banner .view-collection-btn{align-items:center;gap:8px;width:100%;padding:8px 24px}}