.product-story__slider{display:flex;align-items:center}.productSlider{overflow:hidden}.productSlider .swiper-wrapper{display:flex;align-items:stretch}.product-story-card{display:block;text-decoration:none;color:inherit;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);border-radius:8px;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;cursor:pointer}.ps-story-thumb{position:relative;width:100%;overflow:hidden;background:rgba(var(--color-foreground),.04)}.ps-media{width:100%;height:100%;object-fit:cover;display:block}.ps-product-badge{position:absolute;left:10px;bottom:10px;width:44px;height:44px;object-fit:contain;background:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.1)}.ps-content{padding:6px 8px;display:flex;flex-direction:column;gap:8px;position:relative}.ps-title{font-weight:600;font-size:1.5rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(var(--color-foreground))}.story-price-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ps-sale-price{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.ps-compare-price{font-size:1.2rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.ps-discount__sale__text{color:#16a34a;padding:0 6px;border-radius:3px;font-size:1.4rem;font-weight:700;margin-left:auto;white-space:nowrap}@media (max-width: 749px){.product-story__slider{display:flex}.ps-content{padding:6px;gap:6px}.ps-title{font-size:1.3rem}.ps-sale-price{font-size:1.2rem}.ps-compare-price,.ps-discount__sale__text{font-size:1rem}}.product-story-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:0}.product-story-modal.active{display:flex}.product-story-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-story-modal__content{position:relative;background:rgb(var(--color-background));border-radius:8px;max-width:700px;width:100%;max-height:90vh;height:620px;overflow:hidden;z-index:1;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:row}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.product-story-modal__close{position:absolute;top:15px;right:15px;background:#0009;border:none;border-radius:8px;cursor:pointer;padding:0;z-index:10001;color:#fff;opacity:.9;transition:opacity .2s ease,background .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;box-shadow:0 2px 8px #0000004d}.product-story-modal__mute{position:absolute;top:15px;left:15px;background:#0009;border:none;border-radius:8px;cursor:pointer;padding:0;z-index:10001;color:#fff;opacity:.9;transition:opacity .2s ease,background .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;box-shadow:0 2px 8px #0000004d}.product-story-modal__close:active,.product-story-modal__mute:active{transform:scale(.95)}.product-story-modal__close svg,.product-story-modal__mute svg{width:20px;height:20px;stroke-width:2.5}.product-story-modal__prev,.product-story-modal__next{position:fixed;top:50%;transform:translateY(-50%);background:#000000b3;border:none;border-radius:50%;cursor:pointer;padding:0;z-index:10000;color:#fff;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:background .2s ease,transform .1s ease,opacity .2s ease;opacity:.9}.product-story-modal__prev{left:20px}.product-story-modal__next{right:20px}.product-story-modal__prev:active,.product-story-modal__next:active{transform:translateY(-50%) scale(.95)}.product-story-modal__prev svg,.product-story-modal__next svg{width:24px;height:24px;stroke-width:2.5}.product-story-modal__body{padding:0;display:flex;width:100%;height:100%}.product-story-modal__media-wrapper{flex:1.5;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-story-modal__media-container{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.product-story-modal__video,.product-story-modal__image{width:100%;height:100%;object-fit:cover;display:block}.product-story-modal__info{flex:1;padding:16px;display:flex;flex-direction:column;overflow-y:auto;max-height:100%;min-width:350px}.product-story-modal__title{font-size:2rem;font-weight:700;margin:0 0 12px;color:rgb(var(--color-foreground));line-height:1.3}.product-story-modal__price{margin-bottom:16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-story-modal__price .price{font-size:1.75rem;font-weight:700;color:rgb(var(--color-foreground))}.product-story-modal__price .compare-price{font-size:1.4rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.product-story-modal__price .discount{color:#16a34a;font-size:1.4rem;font-weight:600}.product-story-modal__description-wrapper{margin-bottom:16px}.product-story-modal__description-title{font-size:1rem;font-weight:600;margin:0 0 12px;color:rgb(var(--color-foreground))}.product-story-modal__description{margin-bottom:12px;color:rgba(var(--color-foreground),.8);line-height:1.6;font-size:1.2rem}.product-story-modal__description ul{list-style:none;padding:0;margin:0}.product-story-modal__description li{position:relative;padding:6px 0 6px 20px;font-size:.95rem}.product-story-modal__description li:before{content:"\2022";position:absolute;left:0;color:rgb(var(--color-foreground));font-weight:700}.product-story-modal__product-image-wrapper{width:100%;margin-bottom:20px;text-align:center}.product-story-modal__product-image{max-width:100%;height:auto;max-height:320px;object-fit:contain;border-radius:8px}.product-story-modal__read-more{display:inline-block;color:#2563eb;text-decoration:none;font-weight:600;font-size:.95rem;margin-bottom:20px;transition:color .2s ease}.product-story-modal__view-more-btn{display:inline-block;width:100%;text-align:center;padding:8px 16px;background:#000;color:#fff;text-decoration:none;border-radius:8px;font-size:1.4rem;font-weight:600;transition:background .2s ease,transform .1s ease;cursor:pointer}.product-story-modal__view-more-btn:active{transform:scale(.98)}.product-story-modal__actions{margin-top:24px}.product-story-modal__notify-btn{flex:1;background:#000;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.product-story-modal__notify-btn:active{transform:scale(.98)}.product-story-modal__cart-link{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:8px;color:rgb(var(--color-foreground));text-decoration:none;transition:border-color .2s ease,background .2s ease}.product-story-modal__cart-link:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.05)}.product-story-modal__cart-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgb(var(--color-background))}.product-story-modal__mobile-banner{display:none}@media (max-width: 749px){.product-story-modal{padding:0}.product-story-modal__content{max-width:100%;width:100%;height:100%;max-height:100vh;border-radius:0;flex-direction:column;position:relative}.product-story-modal__body{flex-direction:column;height:100%}.product-story-modal__media-wrapper{flex:1;width:100%;min-height:60%}.product-story-modal__info{display:none}.product-story-modal__mobile-banner{display:block;position:absolute;bottom:0;left:0;right:0;backdrop-filter:blur(40px) saturate(200%);-webkit-backdrop-filter:blur(40px) saturate(200%);padding:8px 12px;margin:12px;z-index:1001;border-radius:8px;background:#fffc;border:0px solid rgb(0,0,0);box-shadow:#000 0 0}.product-story-modal__mobile-banner-content{display:flex;align-items:center;gap:12px;max-width:100%}.product-story-modal__mobile-banner-image{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.product-story-modal__mobile-banner-info{flex:1;min-width:0}.product-story-modal__mobile-banner-title{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-story-modal__mobile-banner-price{display:flex;align-items:center;gap:8px;font-size:1.4rem}.product-story-modal__mobile-banner-price .price{font-weight:600;color:rgb(var(--color-foreground))}.product-story-modal__mobile-banner-price .compare-price{text-decoration:line-through;color:#999;font-size:1.2rem}.product-story-modal__mobile-banner-btn{padding:6px;background:#000;color:#fff;text-decoration:none;border-radius:6px;font-size:1.2rem;font-weight:600;white-space:nowrap;flex-shrink:0;transition:background .2s ease}.product-story-modal__prev,.product-story-modal__next{width:48px;height:48px;padding:0;background:#000000bf;opacity:.95}.product-story-modal__prev{left:10px}.product-story-modal__next{right:10px}.product-story-modal__prev svg,.product-story-modal__next svg{width:20px;height:20px}.product-story-modal__close{top:10px;right:10px;background:#000000b3;width:36px;height:36px}.product-story-modal__close svg{width:18px;height:18px}.product-story-modal__mute{top:60px;left:10px;background:#000000b3;width:36px;height:36px}.product-story-modal__mute svg{width:18px;height:18px}.product-story-modal__title{font-size:1.4rem}.product-story-modal__price .price{font-size:1.3rem}.product-story-modal__notify-btn{padding:12px 20px;font-size:.95rem}}
/*# sourceMappingURL=/cdn/shop/t/149/assets/section-product-story.css.map */
