@charset "UTF-8";.logo{display:flex;align-items:center;gap:14px;cursor:pointer}.logo__svg{width:60px;height:60px}.logo__text{font-family:Playfair Display,serif;font-size:24px;font-weight:600;letter-spacing:.4px}.logo__ball{animation:subtleFloat 2s ease-in-out infinite}.logo__needle{stroke:#2a1810;stroke-width:4;stroke-linecap:round;transition:transform .4s ease}.logo__needle--back{opacity:.4}.logo__needle--front{opacity:.7}.logo:hover .logo__needle{transform:rotate(3deg)}.logo__thread{stroke:#e9c46a;stroke-width:3;fill:none;opacity:.8}.logo__thread--light{stroke:#f4a261;opacity:.7}.logo__thread--dark{stroke:#e76f51;opacity:.6}.logo__loose-thread{stroke:#d4a373;stroke-width:3;fill:none;stroke-linecap:round;animation:threadMove 3s ease-in-out infinite}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes threadMove{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.features{padding:80px 0;background:#e9c46a14}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature{background:#fff;padding:30px;border-radius:20px;text-align:center;transition:.4s}.feature:hover{transform:translateY(-6px);box-shadow:0 15px 30px #e76f5126}.feature__icon{font-size:40px;margin-bottom:15px}.feature h3{margin-bottom:10px}.feature p{opacity:.7;font-size:14px}.section-header{text-align:center;margin-bottom:60px}.section-header__label{color:#e76f51;font-size:12px;text-transform:uppercase;letter-spacing:2px}.section-header__title{font-size:48px;font-weight:700;line-height:1.2;margin-top:8px;margin-bottom:15px}.section-header__description{font-size:18px;line-height:1.6;color:#2a181099}.about{padding:100px 0}.about__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about__image img{width:100%;border-radius:30px;box-shadow:0 30px 60px #e76f5133}.about__label{text-transform:uppercase;font-size:12px;color:#e76f51;letter-spacing:2px}.about h2{margin:15px 0}.about p{opacity:.7;margin-bottom:15px}@media(max-width:900px){.about__inner{grid-template-columns:1fr;text-align:center}}.footer{background:#2a1810;color:#fdf8f3;padding:50px 0 30px}.footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px!important}.footer h3,.footer h4{margin-bottom:10px}.footer p,.footer li{opacity:.7;font-size:14px}.footer ul{list-style:none;padding:0}.footer ul li{margin-top:5px;cursor:pointer}.footer__bottom p{text-align:center;opacity:.5;font-size:13px;margin:0}.footer__bottom{padding-top:32px;border-top-width:1px;border-top:1px solid;border-color:#fdf8f31a}.footer__contacts a{all:unset;display:flex;align-items:center;margin-top:5px;opacity:.7;font-size:14px;cursor:pointer}.footer__contacts svg{width:16px;height:16px;fill:#fff;margin-right:5px}@media(max-width:768px){.footer{padding:36px 0 24px}.footer__grid{gap:24px;margin-bottom:28px!important}}.cart{position:fixed;inset:0;z-index:200;pointer-events:none;opacity:0;transition:opacity .3s ease}.cart--open{pointer-events:all;opacity:1}.cart--open .cart__panel{transform:translate(0)}.cart__overlay{position:absolute;inset:0;background:#00000080}.cart__panel{position:absolute;right:0;top:0;height:100%;width:min(440px,100vw);background:#fdf8f3;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fdf8f3f2;box-shadow:-20px 0 40px #00000026;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart__header{display:flex;justify-content:space-between;margin-bottom:20px;padding:24px;align-items:center}.cart__header .title{font-size:24px;font-weight:700;font-family:Playfair Display,serif}.cart__header button{all:unset;cursor:pointer}.cart__items{flex:1 1 0%;overflow-y:auto;padding:24px}.cart__item{display:flex;gap:10px;margin-bottom:15px;border-bottom:1px solid rgba(233,196,106,.3);padding:15px;background-color:#fff;border-color:#e9c46a1a;border-width:1px;border-radius:12px}.cart__item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart__item .cart__info{flex:1 1 0%;min-width:0}.cart__item .cart__info .text{font-size:14px;line-height:20px;font-weight:500;margin-bottom:4px;word-break:break-word}.cart__item .cart__info .price{color:#e76f51;font-weight:700;margin-bottom:8px}.cart__quantity{display:flex;gap:10px;align-items:center;justify-content:space-between}.cart__quantity .buttons{display:flex;align-items:center}.cart__quantity .buttons span{text-align:center;font-size:16px;margin:0 10px;font-weight:500}.cart__quantity .buttons button{display:flex;justify-content:center;width:25px;height:25px;border:none;background:#e9c46a33;border-radius:9999px;cursor:pointer}.cart__remove{all:unset;background:none;border:none;cursor:pointer;color:#2a181066;background-color:transparent;background-image:none}.cart__remove svg{width:16px;height:16px}.cart__remove svg:hover{color:#e76f51}.cart__footer{padding:24px}.cart__footer .cart__button{border:0;width:100%;background-color:#e76f51;border-radius:9999px;font-weight:500;font-weight:600;color:#fff;padding:16px 0;font-size:100%;cursor:pointer}.cart__footer .cart__button:hover{background-color:#d45d3f}.cart__total{display:flex;justify-content:space-between;font-weight:700;margin-bottom:10px;font-size:18px;line-height:28px}.cart .empty__wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.cart .empty__wrapper .empty__img{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;background-color:#e9c46a33;border-radius:9999px}.cart .empty__wrapper .text{color:#2a181099}@media(max-width:768px){.cart__panel{width:100vw;max-width:100vw}.cart__header{padding:16px;margin-bottom:8px}.cart__header .title{font-size:21px}.cart__items{padding:12px 14px}.cart__item{padding:10px;margin-bottom:10px;gap:8px}.cart__item img{width:64px;height:64px}.cart__item .cart__info .text{font-size:13px;line-height:18px}.cart__item .cart__info .price{font-size:15px}.cart__quantity{gap:6px}.cart__quantity .buttons span{margin:0 8px;font-size:14px}.cart__footer{padding:14px}.cart__total{font-size:16px;line-height:24px}}.checkout{position:fixed;inset:0;z-index:300}.checkout__overlay{position:absolute;inset:0;background:#0009}.checkout__panel{position:relative;max-width:500px;margin:100px auto;max-height:calc(100vh - 48px);overflow-y:auto;background:#fdf8f3;padding:30px;border-radius:20px;z-index:10}.checkout form{display:flex;flex-direction:column;gap:15px}.checkout input{padding:12px;border-radius:10px;border:1px solid rgba(233,196,106,.3)}.checkout input:focus{outline:2px solid transparent;outline-offset:2px;border-color:#e76f51}.checkout__summary{display:flex;justify-content:space-between;margin-top:24px;font-size:18px;padding:16px;border-radius:12px}.checkout__summary span{font-weight:700}.checkout button{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;padding-top:16px;padding-bottom:16px;border-radius:9999px;border:none;cursor:pointer}.checkout button svg{margin-left:8px;width:20px;height:20px}@media(max-width:768px){.checkout__panel{margin:24px 12px;max-width:none;width:auto;padding:18px;border-radius:14px;max-height:calc(100vh - 32px)}.checkout__summary{margin-top:16px;padding:12px;font-size:16px}}*{box-sizing:border-box}html,body{height:100%;margin:0}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.app__content{flex:1;display:flex;flex-direction:column}body{font-family:Inter,sans-serif;background:#fdf8f3;color:#2a1810;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Playfair Display,serif;letter-spacing:-.5px}section{scroll-margin-top:100px}.container{max-width:1200px;margin:0 auto;padding:0 32px}.btn{padding:14px 28px;border-radius:50px;text-decoration:none;font-weight:500;display:inline-block;position:relative;overflow:hidden;transition:.3s ease}.btn:hover{transform:translateY(-3px)}.btn--primary{background:#e76f51;color:#fff}.btn--primary:hover{background:#e2512d;transform:translateY(-3px);box-shadow:0 10px 25px #e76f514d}.btn--outline{border:2px solid #D4A373;color:#d4a373}.btn--outline:hover{background:#d4a373;color:#fff;transform:translateY(-3px)}.section{padding:80px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}@media(max-width:768px){.container{padding:0 16px}.section{padding:56px 0}.grid{grid-template-columns:1fr;gap:18px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .8s ease forwards}.navbar{position:sticky;top:0;z-index:100;width:100%;background:#fdf8f3f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(233,196,106,.3)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:12px}.navbar .logo-wrapper{cursor:pointer}.navbar .nav-links{display:flex;align-items:center;gap:20px}.navbar .nav-links button{background:none;border:none;font:inherit;cursor:pointer;color:#2a1810;transition:color .25s}.navbar .nav-links button:hover{color:#e76f51}.navbar__actions{display:flex;align-items:center;gap:12px}.navbar .cart-btn{position:relative;background:none;border:none;cursor:pointer;color:#2a1810;padding:4px}.navbar .cart-count{position:absolute;top:-6px;right:-8px;background:#e76f51;color:#fff;font-size:12px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:1}.navbar .burger-btn{display:none;width:40px;height:40px;border-radius:10px;border:1px solid rgba(233,196,106,.5);background:#ffffffa6;cursor:pointer;padding:9px 8px}.navbar .burger-btn span{display:block;width:100%;height:2px;border-radius:2px;background:#2a1810;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.navbar .burger-btn span+span{margin-top:6px}.navbar .burger-btn.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar .burger-btn.is-open span:nth-child(2){opacity:0}.navbar .burger-btn.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar .mobile-menu{max-height:0;overflow:hidden;border-top:1px solid transparent;transition:max-height .3s ease,border-color .3s ease;background:#fdf8f3fa}.navbar .mobile-menu__content{display:flex;flex-direction:column;padding-top:8px;padding-bottom:14px;gap:4px}.navbar .mobile-menu button{text-align:left;border:none;background:none;font:inherit;color:#2a1810;padding:12px 0;border-bottom:1px solid rgba(233,196,106,.22);cursor:pointer}.navbar .mobile-menu.mobile-menu--open{max-height:320px;border-color:#e9c46a40}@media(max-width:900px){.navbar .nav-links{display:none}.navbar .burger-btn{display:inline-block}}@media(min-width:901px){.navbar .mobile-menu,.navbar .burger-btn{display:none}}.hero{position:relative;padding:40px 0 100px;overflow:hidden}.hero__background{position:absolute;inset:0;opacity:.3}.hero .blob{position:absolute;width:300px;height:300px;border-radius:50%;filter:blur(80px);animation:blob 8s infinite}.hero .blob--1{top:50px;left:100px;background:#e9c46a}.hero .blob--2{top:200px;right:100px;background:#ed947e;animation-delay:2s}.hero .blob--3{bottom:-50px;left:50%;background:#e76f51;animation-delay:4s}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2;margin-left:auto;margin-right:auto}.hero__badge{display:inline-block;padding:8px 16px;border-radius:50px;background:#e9c46a33;border:1px solid rgba(233,196,106,.3);font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#d4a373}.hero__title{font-size:56px;font-weight:700;margin:20px 0}.hero__title span{color:#e76f51;font-style:italic}.hero__text{opacity:.7;line-height:1.6;max-width:500px}.hero__buttons{display:flex;gap:20px;margin-top:30px;cursor:pointer}.hero__buttons a{display:flex}.hero__buttons svg{width:20px;height:20px;margin-right:8px}.hero__image{height:600px;display:flex;align-items:center;justify-content:center}.hero__image-wrapper{position:relative;max-width:28rem;aspect-ratio:1/1;z-index:10;box-shadow:0 30px 60px #e76f5133}.hero__image-wrapper .badge{position:absolute;top:-1rem;right:-1rem;z-index:20;max-width:none;padding:16px;border-radius:16px;background:#fff;box-shadow:#0000 0 0,#0000 0 0,#0000001a 0 20px 25px -5px,#0000001a 0 8px 10px -6px;transform:matrix(1,0,0,1,0,-9.99937);animation:float 3s ease-in-out infinite}.hero__image-wrapper .badge:before,.hero__image-wrapper .badge:after{display:inline;max-width:none}.hero__image-wrapper .badge__flex{display:flex;align-items:center;background:transparent;box-shadow:none;transform:none;animation:none}.hero__image-wrapper .badge__flex:before,.hero__image-wrapper .badge__flex:after{background:transparent;box-shadow:none;transform:none;animation:none}.hero__image-wrapper .badge svg{color:#e76f51;fill:#e76f51}.hero__image-wrapper .badge__text{margin-left:10px;font-size:15px}.hero__image-wrapper img{width:100%;height:100%;transition:.6s;border-radius:24px;object-fit:cover}.hero__image-wrapper img:hover{transform:scale(1.05)}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;text-align:center;gap:28px}.hero__text{margin:0 auto}.hero__buttons{justify-content:center;flex-wrap:wrap;gap:12px}.hero__title{font-size:40px;line-height:1.1}.hero__image{height:auto}}@media(max-width:520px){.hero{padding:24px 0 64px}.hero__title{font-size:32px}.hero__image-wrapper{max-width:100%}.hero__badge{font-size:11px;padding:6px 12px}}@keyframes blob{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-40px) scale(1.1)}}.product-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(233,196,106,.2);display:flex;flex-direction:column;transform:translateY(0);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);will-change:transform}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -15px #e76f5126}.product-card__image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden}.product-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image-wrapper img{transform:scale(1.05)}.product-card__price{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#e76f51,#ed947e);color:#fff;padding:6px 12px;border-radius:20px;font-weight:600;font-size:14px}.product-card__badges{position:absolute;bottom:15px;left:15px;display:flex;gap:6px}.product-card__badges span{background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 10px;border-radius:20px;font-size:12px;color:#d4a373;border:1px solid rgba(212,163,115,.3)}.product-card__out{position:absolute;inset:0;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.product-card__content{padding:20px;display:flex;flex-direction:column;flex:1}.product-card__content h3{margin:0 0 10px;font-size:20px}.product-card__content p{font-size:14px;opacity:.7;flex:1}.product-card__includes{margin:10px 0;padding:0;list-style:none}.product-card__includes li{display:flex;align-items:center;font-size:13px;opacity:.8;margin-bottom:4px}.product-card__includes li svg{color:#e76f51;width:12px;height:12px;margin-right:5px}.product-card__btn{margin-top:15px;padding:12px;border-radius:12px;cursor:pointer;transition:.3s;font-size:16px;display:flex;align-items:center;justify-content:center}.product-card__btn--dark{background:#2a1810;color:#fff;border:none}.product-card__btn--dark:hover{background:#e76f51}.product-card__btn--outline{background:transparent;border:2px solid #D4A373;color:#d4a373}.product-card__btn--outline:hover{background:#d4a373;color:#fff}.product-card__btn svg{width:16px;height:16px}.product-card__btn span{margin-left:8px}.product-card__btn.out_of_stock{opacity:.5;cursor:not-allowed}@media(max-width:768px){.product-card__content{padding:16px}.product-card__content h3{font-size:18px}.product-card__btn{font-size:14px;padding:10px 12px}}.payment-success{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column}.payment-success h1{font-size:48px;margin-bottom:20px}.payment-success p{font-size:18px;opacity:.7}.yarn-loader{display:flex;flex-direction:column;align-items:center;gap:24px;padding:60px 20px}.yarn-loader__svg{animation:rotateBall 2.5s linear infinite}.yarn-loader__ball{fill:#6ea8ff;stroke:#4a7de0;stroke-width:3}.yarn-loader__thread{fill:none;stroke:#fff;stroke-width:2;opacity:.8}.yarn-loader__tail{fill:none;stroke:#4a7de0;stroke-width:3;stroke-linecap:round;animation:tailMove 1.5s ease-in-out infinite alternate}.yarn-loader__text{font-size:20px;font-weight:500;color:#333}@keyframes rotateBall{0%{transform:rotate(0);transform-origin:center}to{transform:rotate(360deg);transform-origin:center}}@keyframes tailMove{0%{stroke-dasharray:5 5}to{stroke-dasharray:10 5}}*{font-family:Inter,sans-serif}body{margin:0}
