.yg-popup-cards-container{position:absolute;z-index:100;bottom:0;display:flex;justify-content:center;gap:20px;width:100%;padding-bottom:72px;left:50%;transform:translate(-50%)}.yg-popup-card{position:relative;flex:1}.yg-popup-card-inner{display:flex;overflow:hidden;align-items:stretch;height:100%;min-height:200px;transition:all .3s ease;border-radius:16px}.yg-popup-card-image{display:flex;overflow:hidden;align-self:stretch;flex:0 0 200px;min-width:200px;max-width:200px;height:100%}.yg-popup-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:100%}.yg-popup-card-image.icon{padding:24px 0 24px 24px;flex:0 0 68px;min-width:68px;max-width:68px;background-color:#fff}.yg-popup-card-image.icon img{object-fit:contain;object-position:top;height:auto}.yg-popup-card-content{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:8px;height:100%;padding:24px 20px;background:#fff}.yg-popup-card-title{font-size:24px;font-weight:500;color:#000}.yg-popup-card-text{font-size:14px;line-height:1.5;margin:0 0 12px;color:#666}.yg-popup-card-button{font-size:20px;font-weight:500;width:fit-content;padding:12px 24px;cursor:pointer;color:#fff;border:none;border-radius:44px;background:#202025}.yg-popup-cards-sticky-container{position:fixed;z-index:20;z-index:999;top:var(--header-height, 0px);left:50%;display:flex;overflow:hidden;align-items:center;justify-content:center;gap:60px;width:100%;max-width:100%;max-height:0;padding:0 24px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),opacity .4s ease;transform:translate(-50%);pointer-events:none;opacity:0;background:#f5f5f5}.yg-popup-cards-sticky-container.is-visible{max-height:200px;padding:24px;pointer-events:auto;opacity:1}.yg-popup-card-sticky-item{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:12px}.yg-popup-card-sticky-image{overflow:hidden;flex-shrink:0;max-width:200px;border-radius:8px}.yg-popup-card-sticky-image img{width:100%;height:100%;object-fit:cover}.yg-popup-card-sticky-image.icon{overflow:hidden;flex-shrink:0;max-width:200px;border-radius:0}.yg-popup-card-sticky-image.icon img{width:44px;height:auto;object-fit:contain}.yg-popup-card-sticky-link{font-size:18px;font-weight:400;line-height:140%;text-align:center;white-space:nowrap;text-decoration:underline;color:#35353a}.yg-popup-container{position:fixed;z-index:9999;display:none;align-items:center;justify-content:center;transition:opacity .3s ease;opacity:0;top:0;right:0;bottom:0;left:0}.yg-popup-container.is-active{display:flex;opacity:1}.yg-popup-overlay{position:absolute;cursor:pointer;background:#0009;top:0;right:0;bottom:0;left:0}.yg-popup-content{position:relative;display:flex;overflow:hidden;flex-direction:column;width:90%;max-width:1220px;max-height:90vh;transition:transform .3s ease;transform:scale(.9);border-radius:16px;background:#fff;box-shadow:0 20px 60px #0000004d}.yg-popup-container.is-active .yg-popup-content{transform:scale(1)}.yg-popup-close{position:absolute;z-index:10;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;cursor:pointer;transition:all .3s ease;border:none;border-radius:50%;background:transparent}.yg-popup-close:hover{transform:rotate(90deg);background:transparent}.yg-popup-close svg{width:36px;height:36px;color:#202025}.yg-popup-inner{flex:1;padding:0 40px 40px}.yg-popup-image{overflow:hidden;margin-bottom:24px;border-radius:12px}.yg-popup-image img{display:block;width:100%;height:auto}.yg-popup-title{font-size:36px;font-weight:700;max-width:80%;margin:0 0 16px;color:#202025}.yg-popup-description p{font-size:20px;line-height:1.4;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;color:#202025;-webkit-line-clamp:2}.yg-popup-form{margin-top:24px}.yg-popup-form-group{display:flex;gap:12px}.yg-popup-input{font-size:16px;flex:1;padding:14px 20px;transition:border-color .3s ease;border:2px solid #e0e0e0;border-radius:8px}.yg-popup-input:focus{border-color:#202025;outline:none}.yg-popup-submit{font-size:16px;font-weight:500;padding:14px 32px;cursor:pointer;transition:all .3s ease;color:#fff;border:none;border-radius:8px;background:#202025}.yg-popup-submit:hover{transform:scale(1.05);background:#000}@media(min-width:768px)and (max-width:1440px){.yg-popup-card-inner{min-height:160px;max-height:180px}.yg-popup-card-title{font-size:14px}.yg-popup-card-text{font-size:13px}.yg-popup-card-button{font-size:13px;padding:8px 16px}.yg-popup-card-content{padding:18px 16px}.yg-popup-card-image.icon{padding:18px 0 18px 16px}.yg-popup-cards-container{padding-bottom:30px}.yg-popup-cards-sticky-container.is-visible{padding:16px}.yg-popup-card-sticky-image.icon img{width:28px}}@media(max-width:767px){.yg-popup-cards-container{flex-direction:column;gap:12px;width:100%;padding:15px 15px 28px}.yg-popup-card-button{font-size:14px;padding:6px 12px}.yg-popup-cards-sticky-container{top:var(--header-height, 0px);justify-content:space-around;gap:12px;max-height:0;padding:0 16px}.yg-popup-cards-sticky-container.is-visible{max-height:150px;padding:16px;opacity:1}.yg-popup-close svg{width:24px;height:24px;color:#202025}.yg-popup-card-sticky-item{gap:10px;max-width:108px;text-wrap:auto}.yg-popup-card-sticky-image{max-width:80px;height:52px}.yg-popup-card-sticky-image.icon img{width:28px}.yg-popup-card-sticky-image .yg-image-box{height:100%}.yg-popup-card-sticky-link{font-size:14px}.yg-popup-card-title{font-size:14px;margin-bottom:0}.yg-popup-card-content{flex:1;justify-content:space-between;height:auto;padding:12px 16px}.yg-popup-container{align-items:flex-end}.yg-popup-card-inner{max-width:100%;min-height:114px}.yg-popup-card-image{flex:0 0 114px;min-width:114px;max-width:114px;height:auto}.yg-popup-card-image img{object-fit:cover;object-position:center}.yg-popup-card-image.icon{padding:12px 0 12px 16px;flex:0 0 46px;min-width:46px;max-width:46px;background-color:#fff;overflow:hidden}.yg-popup-card-image.icon img{object-fit:contain;object-position:top}.yg-popup-content{width:100%;max-width:100%;max-height:85vh;transform:translateY(100%);border-radius:24px 24px 0 0}.yg-popup-container.is-active .yg-popup-content{transform:translateY(0)}.yg-popup-close{top:12px;right:12px}.yg-popup-inner{overflow-y:auto;padding:24px 20px;-webkit-overflow-scrolling:touch}.yg-popup-title{font-size:24px;max-width:90%}.yg-popup-description{font-size:14px}.yg-popup-form-group{flex-direction:column}.yg-popup-input,.yg-popup-submit{width:100%}}@media(min-width:430px)and (max-width:999px){.yg-popup-cards-sticky-container{justify-content:center;gap:32px}.yg-popup-card-sticky-item{font-size:14px;gap:10px;max-width:181px}.yg-popup-card-sticky-image{max-width:130px}}@media(min-width:768px)and (max-width:1279px){.yg-popup-cards-container{gap:16px;padding:16px}.yg-popup-card-inner{min-height:100px;max-height:none}.yg-popup-card-image{flex:0 0 80px;min-width:80px;max-width:80px}.yg-popup-card-image img{object-fit:cover;object-position:center}.yg-popup-card-content{flex:1}.yg-popup-inner{padding:32px}.yg-popup-title{font-size:28px}}.yg-product-popup-content{max-width:1200px}.yg-product-popup-inner{flex:1;padding:0 60px 60px}.yg-product-popup-title{margin-bottom:20px;text-align:left}.yg-product-popup-header-content{padding:48px 60px 0}.yg-product-tabs-nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:0;padding:0 0 32px}.yg-product-tab-btn{font-size:18px;font-weight:500;padding:12px 20px;cursor:pointer;transition:all .3s ease;text-align:center;white-space:normal;word-break:break-word;color:#000;border:1px solid rgba(0,0,0,.2);border-radius:44px;background:#fff}.yg-product-tab-btn:hover,.yg-product-tab-btn--active{color:#fff;border:1px solid #6a2b3a;background:#6a2b3a}.yg-product-tabs-content{position:relative;min-height:400px;transition:min-height .4s cubic-bezier(.4,0,.2,1)}.yg-product-tab-panel{display:none;transition:opacity .3s ease;opacity:0}.yg-product-tab-panel--active{display:block;opacity:1}.yg-product-swiper .t4s-product-title{font-size:20px;font-weight:500;line-height:120%;color:#101423}@media(min-width:768px){.yg-product-tab-panel,.yg-product-collection-wrapper{width:100%}.yg-product-swiper .swiper-wrapper{align-items:stretch}.yg-product-swiper .swiper-slide{display:flex;height:auto}.yg-product-swiper .swiper-slide .t4s-product{display:flex;flex-direction:column;height:100%}}.yg-product-tab-description{font-size:20px;line-height:1.4;display:none;margin-bottom:0;color:#202025}.yg-product-tab-description--active{display:block}.yg-product-tab-description p{margin-bottom:12px}.yg-product-tab-description p:last-child{margin-bottom:0}.yg-product-collection-wrapper{position:relative}.yg-product-swiper.swiper{overflow:visible}.yg-product-swiper .swiper-wrapper{display:flex}.yg-product-swiper .swiper-slide{flex-shrink:0;width:calc((100% - 48px)*.4)}.yg-product-swiper-nav{position:absolute;z-index:10;top:50%;right:0;left:0;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.yg-product-swiper-prev,.yg-product-swiper-next{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;cursor:pointer;transition:all .3s ease;pointer-events:auto;opacity:0;border:none;border-radius:40px;background:#f5f5f599}.yg-product-popup-container:hover .yg-product-swiper-prev,.yg-product-popup-container:hover .yg-product-swiper-next{opacity:1}.yg-product-swiper-prev:hover,.yg-product-swiper-next:hover{background:#000}.yg-product-swiper-prev svg,.yg-product-swiper-next svg{width:8px;height:16px;transition:stroke .3s ease}.yg-product-swiper-prev svg path,.yg-product-swiper-next svg path{transition:stroke .3s ease;stroke:#35353a}.yg-product-swiper-prev:hover svg path,.yg-product-swiper-next:hover svg path{stroke:#fff}.yg-product-swiper-prev.swiper-button-disabled,.yg-product-swiper-next.swiper-button-disabled{pointer-events:none;opacity:0!important}.yg-product-card-simple{overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0;border-radius:12px;background:#fff}.yg-product-card-simple:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.yg-product-card-image{position:relative;overflow:hidden;width:100%;padding-top:100%;background:#f8f8f8}.yg-product-card-image img,.yg-product-card-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.yg-product-card-badge{font-size:12px;font-weight:600;position:absolute;z-index:2;top:12px;right:12px;padding:4px 12px;color:#fff;border-radius:4px;background:#e74c3c}.yg-product-card-info{padding:16px}.yg-product-card-title{font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;margin:0 0 8px;color:#202025;-webkit-line-clamp:2}.yg-product-card-price{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.yg-product-card-price-regular{font-size:16px;font-weight:600;color:#202025}.yg-product-card-price-compare{font-size:14px;text-decoration:line-through;color:#999}.yg-product-card-price-sale{font-size:16px;font-weight:600;color:#e74c3c}.yg-product-collection-wrapper .t4s-product{width:100%;padding-inline:0}.yg-product-collection-wrapper .t4s-product-img{border-radius:0;--t4s-aspect-ratio: 100%}.yg-product-swiper{overflow:visible}@media(max-width:767px){.yg-product-popup-header{flex-shrink:0}.yg-product-swiper .t4s-product-title{font-size:14px}.yg-product-popup-inner{overflow-x:hidden;overflow-y:auto!important;overflow-y:scroll!important;flex:1 1 auto!important;min-height:0;padding:16px 16px 24px;-webkit-overflow-scrolling:touch}.yg-product-tabs-content{min-height:400px;transition:min-height .3s ease}.yg-product-tab-panel{min-height:400px}.yg-product-popup-title{font-size:24px;max-width:90%;margin-bottom:12px}.yg-product-tabs-nav{display:flex;flex-wrap:wrap;gap:12px;padding:0 0 12px}.yg-product-tab-btn{font-size:12px;padding:8px 22px}.yg-product-tabs-descriptions{padding-bottom:12px}.yg-product-tab-description{font-size:14px}.yg-product-collection-wrapper{padding:0}.yg-product-swiper{overflow:visible}.yg-product-swiper .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;transform:none!important}.yg-product-swiper .swiper-slide{width:100%!important;margin:0!important}.yg-product-swiper-nav{display:none}.yg-product-card-info{padding:12px}.yg-product-card-title{font-size:13px}.yg-product-card-price-regular,.yg-product-card-price-sale{font-size:14px}.yg-product-card-price-compare{font-size:12px}}@media(min-width:768px)and (max-width:1279px){.yg-product-popup-title{margin-bottom:12px}.yg-product-tabs-nav{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:12px}.yg-product-tab-btn{font-size:14px;padding:10px 16px}.yg-product-tabs-descriptions{padding-bottom:12px}.yg-product-tab-description{font-size:16px}.yg-product-swiper .swiper-slide{width:calc((100% - 32px)*.4)}}.yg-product-card-link{display:block;text-decoration:none;color:inherit}.yg-product-card-wrapper{display:flex;flex-direction:column;height:100%}.yg-product-image-wrapper{position:relative;overflow:hidden;width:100%;background:#fff}.yg-product-image-wrapper .t4s-product-img{width:100%}.yg-product-info-wrapper{display:flex;flex:1;flex-direction:column;gap:8px;padding:16px}.yg-product-keypoints{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.yg-keypoint-item{font-size:11px;font-weight:500;padding:3px 8px;color:#666;border:1px solid #e0e0e0;border-radius:4px;background:#fff}.yg-product-title{font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;margin:0;color:#202025;-webkit-line-clamp:1}@media(max-width:767px){.yg-product-info-wrapper{gap:6px;padding:12px}.yg-product-title{font-size:13px}.yg-keypoint-item{font-size:10px;padding:2px 6px}}.yg-product-popup-header{position:sticky;z-index:10;top:0;flex-shrink:0;background:#fff}.yg-product-tabs-descriptions{position:relative;padding:0 0 20px}@media(max-width:767px){.yg-product-popup-header{position:sticky;top:0;flex:0 0 auto;background:#fff}.yg-product-popup-header-content{padding:24px 16px 12px}.yg-product-tabs-descriptions{padding:0}}yg-product-popup{display:flex;overflow:hidden;flex-direction:column;width:100%;height:100%}@media(max-width:767px){yg-product-popup{display:flex!important;overflow:hidden!important;flex-direction:column!important;width:100%!important;height:100%!important}.yg-product-popup-content{display:flex!important;overflow:hidden!important;flex-direction:column!important;width:100%!important;height:85vh!important;max-height:85vh!important}.yg-product-popup-inner{overflow-x:hidden!important;overflow-y:scroll!important;flex:1 1 auto!important;min-height:0!important;max-height:none!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}.yg-product-tabs-content,.yg-product-tab-panel{width:100%!important;min-height:min-content!important}}@media(max-width:767px){.yg-popup-container,.yg-popup-overlay{overflow:visible!important}.yg-product-collection-wrapper{overflow:visible!important;width:100%!important}.yg-product-swiper,.yg-product-swiper .swiper-wrapper{overflow:visible!important}}@media(max-width:767px){.yg-popup-container{overflow:visible!important;align-items:flex-end!important}.yg-popup-content{display:flex!important;overflow:hidden!important;flex-direction:column!important;width:100%!important;max-height:79vh!important;transition:transform .3s ease!important;transform:translateY(100%)!important}.yg-popup-container.is-active .yg-popup-content{transform:translateY(0)!important}yg-product-popup{display:flex!important;overflow-x:hidden!important;overflow-y:auto!important;flex-direction:column!important;width:100%!important;height:100%!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important}.yg-product-popup-header{position:sticky!important;z-index:10!important;top:0!important;flex-shrink:0!important;background:#fff!important}.yg-product-tabs-content,.yg-product-tab-panel,.yg-product-collection-wrapper{overflow:visible!important;width:100%!important}.yg-product-swiper{overflow:visible!important}.yg-product-swiper .swiper-wrapper{display:grid!important;overflow:visible!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;transform:none!important}.yg-product-swiper .swiper-slide{width:100%!important;margin:0!important}}@media(max-width:375px){.yg-popup-card-sticky-item{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/yg-popup-cards.css.map */
