@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,Noto Sans SC,PingFang SC,Helvetica Neue,sans-serif;color:#1d1d1f;background:#fff;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.headline-xl{font-size:clamp(40px,6vw,72px);font-weight:600;letter-spacing:-.03em;line-height:1.05}.headline-lg{font-size:clamp(32px,4vw,48px);font-weight:600;letter-spacing:-.02em;line-height:1.1}.headline-md{font-size:clamp(28px,3vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.15}.body-text{font-size:15px;color:#86868b;line-height:1.6}.caption-text{font-size:12px;color:#86868b;letter-spacing:.02em}.price{font-size:15px;font-weight:600;color:#1d1d1f}.price-old{font-size:12px;color:#c4b5ad;text-decoration:line-through}.link-hover{transition:color .2s}.link-hover:hover{color:#0071e3}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#0071e3;color:#fff;border-radius:980px;font-size:14px;font-weight:500;letter-spacing:-.01em;padding:12px 28px;transition:all .25s;border:none;cursor:pointer}.btn-primary:hover{background:#0077ed;transform:scale(1.03)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;color:#1d1d1f;border:1.5px solid rgba(0,0,0,.12);border-radius:980px;font-size:14px;font-weight:500;padding:10px 26px;transition:all .25s;cursor:pointer}.btn-secondary:hover{background:#00000008;border-color:#00000038}.tab-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border-radius:980px;font-size:13px;font-weight:500;transition:all .2s;cursor:pointer;border:none;white-space:nowrap}.tab-active{background:#ffb6c1;color:#86868b}.tab-inactive{background:#f5f5f7;color:#86868b}.tab-inactive:hover{background:#ffb6c1;color:#86868b}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:980px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#1d1d1f;color:#fff}.badge-pink{background:linear-gradient(135deg,#e85d75,#ffb6c1);color:#fff;box-shadow:0 2px 8px #e85d7540}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media(min-width:1024px){.container{padding:0 32px}}.section-pad{padding:80px 0}@media(min-width:768px){.section-pad{padding:112px 0}}.card{background:#f5f5f7;border-radius:24px;overflow:hidden;transition:transform .4s}.card:hover{transform:scale(1.01)}.card-pink{background:linear-gradient(135deg,#fff5f7,#ffe4ec)}.input-field{width:100%;padding:14px 18px;border-radius:16px;background:#f5f5f7;border:1.5px solid transparent;font-size:14px;color:#1d1d1f;transition:all .2s;outline:none}.input-field:focus{border-color:#0071e34d;background:#fafafa}.input-field::placeholder{color:#c4b5ad}.star-filled{color:#ffb340;fill:#ffb340}.star-empty{color:#d2d2d7}.product-card{display:block}.product-card-img{position:relative;aspect-ratio:3/4;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#fff5f7,#ffe4ec);margin-bottom:12px}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card-img img{transform:scale(1.1)}.product-card-badge{position:absolute;top:12px;left:12px}.product-card-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px}.product-card-heart{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#86868b;box-shadow:0 1px 4px #0000000f;border:none;cursor:pointer;transition:all .2s}.product-card-heart.liked{background:#e85d75;color:#fff}.product-card-add{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1d1d1f;box-shadow:0 1px 4px #0000000f;border:none;cursor:pointer;transition:all .2s}.product-card-add:hover{background:#0071e3;color:#fff}.product-card-info{padding:0 4px}.product-card-title{font-size:15px;font-weight:500;color:#1d1d1f;margin-bottom:2px;transition:color .15s}.product-card:hover .product-card-title{color:#e85d75}.product-card-hover{position:absolute;right:0;left:0;bottom:0;top:auto;height:80px;background:linear-gradient(to top,rgba(232,93,117,.08),transparent);opacity:0;transition:opacity .5s}.product-card:hover .product-card-hover{opacity:1}.product-card-desc{font-size:12px;color:#86868b;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-prices{display:flex;align-items:center;gap:8px}.product-card-price{font-size:15px;font-weight:600;color:#e85d75}.main-collection .coll-grid{display:flex;flex-direction:column;gap:0}.main-collection .product-card{display:flex;flex-direction:row;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #F0F0F0}.main-collection .product-card:last-child{border-bottom:0}.main-collection .product-card-img{width:92px;min-width:92px;flex-shrink:0;margin-bottom:0;border-radius:18px;aspect-ratio:1}.main-collection .product-card-info{flex:1;min-width:0;padding:0}.main-collection .product-card-title{font-size:14px;line-height:1.25;margin-bottom:4px}.main-collection .product-card-desc{font-size:11px;line-height:1.45;margin-bottom:6px;white-space:normal}.main-collection .product-card-prices{gap:6px}.main-collection .product-card-price{font-size:14px}.main-collection .product-card-img img{width:100%;height:100%;object-fit:cover}@media(min-width:640px){.main-collection .coll-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.main-collection .product-card{display:block;padding:0;border-bottom:0}.main-collection .product-card-img{width:auto;min-width:0;flex-shrink:1;margin-bottom:12px;border-radius:24px}.main-collection .product-card-info{padding:0 4px}.main-collection .product-card-title{font-size:15px;line-height:1.2;margin-bottom:2px}.main-collection .product-card-desc{font-size:12px;line-height:1.5;margin-bottom:8px;white-space:nowrap}.main-collection .product-card-prices{gap:8px}.main-collection .product-card-price{font-size:15px}}@media(min-width:1024px){.main-collection .coll-grid{grid-template-columns:repeat(3,1fr)}}.main-collection .pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.main-collection .page-btn{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#86868b;transition:all .2s;text-decoration:none}.main-collection .page-btn:hover{background:#f5f5f7;color:#1d1d1f}.main-collection .page-btn.current{background:#1d1d1f;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-accent{color:#e85d75}.text-center{text-align:center}.w-full{width:100%}@keyframes bounce-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.animate-bounce{animation:bounce-soft 2s ease-in-out infinite}
/*# sourceMappingURL=/cdn/shop/t/45/assets/theme.css.map */
