:root{--pool-bg: #FFFEF9;--pool-active-blue: #42CEFF;--pool-muted: rgba(0,0,0,.14);--pool-spring: cubic-bezier(.5, 1.5, .5, 1)}.pool-collection-section{font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.pool-collection-section .pool-collection-wrapper{background-color:var(--pool-bg);padding:0 var(--footer-padding-h, 20px);border-radius:var(--block-border-radius, 15px)}.pool-collection-section .main-header{padding:40px 20px 10px}.pool-collection-section .main-header h1{font-family:var(--font-head-family);font-size:var(--font-header-size);font-weight:var(--font-header-weight);line-height:1.1;margin-bottom:25px}.pool-collection-section .main-header p{font-family:var(--font-body-family);font-size:24px;color:#333;font-weight:300;position:relative;line-height:1.4}.pool-collection-section .main-header--left{text-align:left}.pool-collection-section .main-header--left p{padding-left:75px}.pool-collection-section .main-header--left p:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:60px;height:1px;background-color:#000}.pool-collection-section .main-header--center{display:flex;justify-content:center}.pool-collection-section .main-header--center .header-content{display:inline-block}.pool-collection-section .main-header--center h1{text-align:center}.pool-collection-section .main-header--center p{text-align:left;padding-left:75px}.pool-collection-section .main-header--center p:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:60px;height:1px;background-color:#000}.pool-collection-section .main-header--right{text-align:right}.pool-collection-section .main-header--right p{padding-right:75px}.pool-collection-section .main-header--right p:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:60px;height:1px;background-color:#000}@media(max-width:850px){.pool-collection-section .main-header{padding-top:20px;text-align:center!important}.pool-collection-section .main-header h1{font-family:var(--font-head-family);font-size:var(--font-header-size-mobile);font-weight:var(--font-header-weight);line-height:100%;letter-spacing:0px;margin-bottom:20px}.pool-collection-section .main-header--left p,.pool-collection-section .main-header--center p,.pool-collection-section .main-header--right p{font-family:Rubik,sans-serif;font-style:normal;font-weight:300;font-size:15px;line-height:23px;color:#000;padding-left:0;padding-right:0;padding-top:15px}.pool-collection-section .main-header--left p:before,.pool-collection-section .main-header--center p:before,.pool-collection-section .main-header--right p:before{left:50%;right:auto;top:0;transform:translate(-50%);width:60px}}.pool-collection-section .bg-pink{background-color:#ffe1eb}.pool-collection-section .bg-green{background-color:#e2f9f0}.pool-collection-section .bg-blue{background-color:#d6f1ff}.pool-collection-section .bg-purple{background-color:#e9e1ff}.pool-collection-section .card{overflow:hidden;position:relative;padding:10px;box-sizing:border-box}@media(min-width:851px){.pool-collection-section .content-view{display:flex;align-items:center;justify-content:center;gap:clamp(15px,2vw,25px);margin:40px auto;min-height:500px;max-width:1400px;padding:0 20px}.pool-collection-section .card-container{display:contents}.pool-collection-section .card-group-left{order:1;display:flex;gap:clamp(12px,1.5vw,20px);flex-shrink:0}.pool-collection-section .text-menu-wrapper{order:2;width:clamp(240px,24vw,320px);flex-shrink:0;display:flex;align-items:center;justify-content:center}.pool-collection-section .card-group-right{order:3;display:flex;gap:clamp(12px,1.5vw,20px);flex-shrink:0}.pool-collection-section .card{border-radius:var(--block-border-radius, 15px);display:flex;align-items:center;justify-content:center;transition:all .6s var(--pool-spring);cursor:pointer;flex-shrink:0;position:relative;overflow:hidden;padding:10px;box-sizing:border-box}.pool-collection-section .card img{object-fit:contain;width:100%;height:100%;display:block}.pool-collection-section.image-fit-cover .card{padding:0}.pool-collection-section.image-fit-cover .card img{object-fit:cover}.pool-collection-section .card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.pool-collection-section .sz-sm{width:clamp(120px,12vw,170px);aspect-ratio:3 / 4}.pool-collection-section .sz-lg{width:clamp(170px,17vw,240px);aspect-ratio:3 / 4}.pool-collection-section .text-menu{display:flex;flex-direction:column;gap:clamp(16px,1.8vw,24px);text-align:center;width:100%}.pool-collection-section .menu-item{font-family:var(--font-head-family);font-size:28px;font-weight:var(--font-header-weight);color:var(--pool-muted);cursor:pointer;transition:color .3s;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3;min-height:clamp(55px,5.5vw,75px);display:flex;align-items:center;justify-content:center}.pool-collection-section .menu-item.active{color:var(--pool-active-blue)}.pool-collection-section .card.switching{opacity:0;transform:translateY(20px) scale(.95);filter:blur(4px)}}@media(max-width:850px){.pool-collection-section .content-view{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.pool-collection-section .card-container{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;overflow-x:auto;padding:30px 15px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;order:1}.pool-collection-section .card-container::-webkit-scrollbar{display:none}.pool-collection-section .text-menu{margin:20px 0 50px;display:flex;flex-direction:column;gap:8px;text-align:center;order:2}.pool-collection-section .menu-item{font-family:var(--font-head-family);font-size:28px;font-weight:var(--font-header-weight);color:var(--pool-muted);cursor:pointer;transition:.3s}.pool-collection-section .menu-item.active{color:var(--pool-active-blue)}.pool-collection-section .card{width:min(100px,28vw);aspect-ratio:3 / 4;border-radius:var(--block-border-radius, 15px);flex-shrink:0;scroll-snap-align:center;opacity:.5;transform:scale(.9);transition:all .4s var(--pool-spring);display:flex;align-items:center;justify-content:center;cursor:pointer}.pool-collection-section .card img{object-fit:contain;width:85%;height:auto;max-height:85%;position:relative;display:block;margin:auto}.pool-collection-section.image-fit-cover .card{padding:0}.pool-collection-section.image-fit-cover .card img{object-fit:cover;width:100%;height:100%;max-height:100%}.pool-collection-section .card.active{opacity:1;transform:scale(1.05);z-index:10}.pool-collection-section .card.switching{opacity:0;transform:scale(.7);filter:blur(4px)}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/section-pool-collection.css.map */
