.collection-showcase{width:100%;padding:0;position:relative;background-image:var(--bg-desktop);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:700px}@media (max-width: 900px){.collection-showcase{background-image:var(--bg-mobile, var(--bg-desktop));background-attachment:scroll}}.collection-showcase__container{max-width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.collection-showcase__nav{margin:40px 0 0;border-radius:8px;display:flex;justify-content:center;padding-top:24px;width:100%}@media (max-width: 1300px){.collection-showcase__container{padding-left:40px;padding-right:40px}}@media (max-width: 1200px){.collection-showcase__nav{margin-top:30px}}.collection-showcase__nav-list{list-style:none;padding:20px;margin:0;display:flex;gap:23px;justify-content:center;flex-wrap:wrap;max-width:1280px;width:100%;background-color:#00000078;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:13px}.collection-showcase__nav-button{background:transparent;border:none;color:#fff9;font-size:.85rem;font-weight:600;letter-spacing:1px;padding:8px 4px;cursor:pointer;transition:color .3s ease;position:relative}.collection-showcase__nav-button:hover{color:#ffffffe6}.collection-showcase__nav-button.is-active{color:#fff}.collection-showcase__main{display:flex;min-height:642px;position:relative;max-width:1280px;justify-content:space-between;margin:30px auto 0;padding-bottom:30px;gap:120px;align-items:flex-start}.collection-showcase__products-area{position:relative;overflow-y:hidden;flex:1;min-width:0}.collection-showcase__products-list{display:none;flex-direction:column;gap:20px}.collection-showcase__products-list.is-active{display:flex;width:100%}.collection-showcase__products-list .collection-showcase__product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ebfdff29;border-radius:8px;display:grid;grid-template-columns:1fr 2fr;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.collection-showcase__products-list .collection-showcase__product-image-wrapper{width:auto;aspect-ratio:auto;height:192px;max-height:200px;border-radius:8px 0 0 8px;overflow:hidden;background-color:#ebfdff;flex-shrink:0}.collection-showcase__product-image-wrapper img{width:100%;height:100%;object-fit:cover;forced-color-adjust:none;mix-blend-mode:normal!important}.collection-showcase__products-list .collection-showcase__product-image{width:100%;height:100%;object-fit:cover}.collection-showcase__products-list .collection-showcase__product-content{display:flex;flex-direction:column;padding:22px 25px 25px}.collection-showcase__products-list .collection-showcase__product-rating{display:flex;align-items:center;gap:4px}.collection-showcase__stars{display:inline-block;font-size:12px;color:#fff}.collection-showcase__products-list .collection-showcase__product-title{font-size:25px;margin:0;text-transform:uppercase;letter-spacing:.5px;color:#fff;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-showcase__products-list .collection-showcase__product-price{font-size:16px;font-weight:600;color:#fff;margin-bottom:17px}.collection-showcase__products-list .collection-showcase__add-to-cart{width:100%;padding:10px 16px;background-color:transparent;color:#fff;border:1px solid #fff;border-radius:8px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.collection-showcase__products-list .collection-showcase__add-to-cart:hover{background-color:#fff;color:#2c3e50}.collection-showcase__view-more{display:inline-block;margin-top:12px;padding:12px 24px;background-color:#ebfdff29;color:#fff;border-radius:8px;text-decoration:none;font-size:16px;font-weight:400;letter-spacing:1.5px;text-transform:uppercase;text-align:center;transition:all .3s ease;font-family:Sink}.collection-showcase__view-more:hover{background-color:#ffffff1a;border-color:#fff;color:#fff}.collection-showcase__hero-area{position:relative;overflow:visible;background:transparent;display:flex;align-items:flex-start;justify-content:center;width:666px;height:642px;flex-shrink:0}.collection-showcase__hero{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease;display:flex;align-items:flex-start;justify-content:center}.collection-showcase__hero.is-active{opacity:1;visibility:visible;position:relative}@media (min-width: 1200px){.collection-showcase__hero{width:666px;height:642px}}.collection-showcase__hero-content{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-end;text-align:center;position:relative;z-index:10;width:660px;height:642px}.collection-showcase__hero-floating-image{height:642px;margin-bottom:40px;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));z-index:50;position:absolute;top:0;left:0}.collection-showcase__hero-floating-image img{height:642px;object-fit:contain}@keyframes float{0%,to{transform:translateY(10px)}50%{transform:translateY(-5px)}}@keyframes float-mobile{0%,to{transform:translateY(30px)}50%{transform:translateY(50px)}}.collection-showcase__hero-title{font-size:250px;font-weight:900;margin:0;letter-spacing:8px;position:absolute;top:-15px;left:50%;transform:translate(-50%);z-index:5;background:linear-gradient(to right,#ebfdff,#c0f3f9,#7fe5f0);color:#ebfdff;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;max-width:min(90vw,848px);text-align:center;line-height:.9;word-wrap:break-word;overflow-wrap:break-word;display:inline-block}@media (max-width: 1200px){.collection-showcase__main{gap:0px}.collection-showcase__hero-area{width:579px}}.collection-showcase__mobile{display:none}@media (max-width: 1460px){.collection-showcase__hero-title{font-size:200px}}@media (max-width: 1200px){.collection-showcase__hero-title{font-size:150px}}@media (max-width: 992px){.collection-showcase__hero-title{font-size:68px}.collection-showcase__main{gap:40px}}@media (max-width: 900px){.collection-showcase__container{display:block;padding-left:0;padding-right:0}.collection-showcase__hero-title{font-size:50px}.collection-showcase__main{display:none}.collection-showcase__mobile{display:block}.collection-showcase__nav{-webkit-overflow-scrolling:touch;padding-left:30px;padding-right:30px}.collection-showcase__nav-list{gap:8px;min-width:min-content}.collection-showcase__nav-button{font-size:.75rem;white-space:nowrap;padding:2px}.collection-showcase__mobile-content{display:none}.collection-showcase__mobile-content.is-active{display:block}.collection-showcase__mobile-hero{position:relative;width:100%;padding:50px 16px 100px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end}.collection-showcase__mobile-hero img{width:58%;max-width:300px;height:auto;object-fit:contain;margin-bottom:24px;animation:float-mobile 6s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));position:absolute;right:0;z-index:2}.collection-showcase__mobile-hero-overlay{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:center}.collection-showcase__mobile-hero-title{font-size:68px;font-weight:900;margin:0 0 16px;letter-spacing:4px;text-align:left;mix-blend-mode:screen;background:linear-gradient(to right,#ebfdff,#c0f3f9,#7fe5f0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.collection-showcase__mobile-view-more{display:inline-block;background-color:transparent;color:#fff;border-radius:4px;text-decoration:none;font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-decoration:underline}.collection-showcase__mobile-grid{display:flex;overflow-x:auto;overflow-y:hidden;gap:16px;padding:24px 16px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;position:relative}.collection-showcase__mobile-grid::-webkit-scrollbar{display:none}.collection-showcase__mobile-grid .collection-showcase__product-card{flex:0 0 166px;min-width:166px;scroll-snap-align:center;background:#ebfdff33;border:1px solid rgba(255,255,255,.2);border-radius:8px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}.collection-showcase__mobile-grid .collection-showcase__product-card:first-child{margin-left:0}.collection-showcase__mobile-grid .collection-showcase__product-card:last-child{margin-right:16px}.collection-showcase__mobile-grid .collection-showcase__product-image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background-color:#ebfdff80;flex-shrink:0}.collection-showcase__mobile-grid .collection-showcase__product-image{width:100%;height:100%;object-fit:cover}.collection-showcase__mobile-grid .collection-showcase__product-content{padding:16px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1}.collection-showcase__mobile-grid .collection-showcase__product-rating{display:flex;justify-content:center;margin-bottom:4px}.collection-showcase__mobile-grid .collection-showcase__stars{font-size:12px;color:#fff}.collection-showcase__mobile-grid .collection-showcase__product-title{font-size:16px;font-weight:400;margin:0;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#fff}.collection-showcase__mobile-grid .collection-showcase__product-price{text-align:center;font-size:.9rem;font-weight:600;margin-bottom:8px;color:#fff}.collection-showcase__mobile-grid .collection-showcase__add-to-cart{width:100%;padding:10px 16px;background-color:transparent;color:#fff;border:1px solid #fff;border-radius:8px;font-size:14px;font-weight:400;letter-spacing:1px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;margin-top:auto;font-family:Sink}.collection-showcase__mobile-grid .collection-showcase__add-to-cart:hover{background-color:#fff;color:#2c3e50}.collection-showcase__mobile-slider-wrapper{position:relative}.collection-showcase__mobile-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px 0;margin-top:-10px}.collection-showcase__mobile-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff4d;transition:all .3s ease;cursor:pointer}.collection-showcase__mobile-dot:hover{background-color:#fff9}.collection-showcase__mobile-dot.is-active{width:24px;border-radius:4px;background-color:#ffffffe6}}@media (max-width: 480px){.collection-showcase__mobile-grid{padding:20px 12px}.collection-showcase__mobile-grid .collection-showcase__product-card{flex:0 0 166px;min-width:166px}.collection-showcase__mobile-grid .collection-showcase__product-content{padding:12px 10px}.collection-showcase__mobile-grid .collection-showcase__product-title{font-size:16px}.collection-showcase__mobile-grid .collection-showcase__product-price{font-size:.85rem}.collection-showcase__mobile-grid .collection-showcase__add-to-cart{font-size:14px;padding:8px 12px}.collection-showcase__mobile-hero-title{font-size:52px;text-align:left;max-width:210px}}.collection-showcase__product-badges{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.collection-showcase__badge{padding:3px 10px;border-radius:12px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.collection-showcase__badge--sold-out{background-color:#666;color:#fff}.collection-showcase__badge--sale{background-color:#e74c3c;color:#fff}.collection-showcase__stars-wrapper{position:relative;display:inline-block;line-height:1}.collection-showcase__stars-background{color:#ddd}.collection-showcase__stars-foreground{position:absolute;top:0;left:0;overflow:hidden;color:#ffc107;white-space:nowrap}.collection-showcase__price{font-weight:400}.collection-showcase__price--sale{color:#e74c3c}.collection-showcase__price--compare{text-decoration:line-through;color:#999;font-size:.9em;margin-left:6px}.collection-showcase__empty{text-align:center;padding:80px 20px;color:#999;font-size:1.1rem}.collection-showcase__nav-button:focus-visible,.collection-showcase__add-to-cart:focus-visible,.collection-showcase__view-more:focus-visible{outline:2px solid var(--color-primary, #000);outline-offset:2px}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}
/*# sourceMappingURL=/cdn/shop/t/27/assets/collection-showcase.css.map */
