.toy-products{width:100%;background:#fff;padding-top:clamp(4rem,8vw,9rem);padding-bottom:clamp(3rem,5vw,5rem);padding-inline:clamp(16px,4vw,34px);font-family:Quicksand,sans-serif;text-align:center}.toy-products__heading{margin:0 auto clamp(2rem,4vw,3rem);max-width:16ch;font-family:Baloo\ 2,cursive;font-size:clamp(28px,4.6vw,56px);font-weight:600;line-height:1.12;color:#3a3526}.toy-products__grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(16px,1.8vw,26px);gap:clamp(16px,1.8vw,26px);margin:0 auto}.toy-products__cell{display:flex;flex-direction:column}.toy-products__card{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:clamp(2.2rem,4.5vw,4rem) clamp(18px,2vw,24px);background:#f5f5f5;text-decoration:none}.toy-products__card:hover{background:rgba(245,245,245,.6)}.toy-products__media{width:100%;height:clamp(120px,13vw,165px);display:flex;align-items:center;justify-content:center}.toy-products__media img{max-width:clamp(150px,20vw,225px);max-height:clamp(150px,20vw,225px);object-fit:contain}.toy-products__info{display:flex;flex-direction:column;align-items:center}.toy-products__title{margin:clamp(24px,3.5vw,50px) 0 0;min-height:2.6em;color:#3a3526;font-size:clamp(16px,1.7vw,20px);font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.toy-products__price{margin:clamp(-20px,-2vw,-10px) 0 0;color:#3a3526;font-size:14px;font-weight:500}.toy-products__more{margin-top:clamp(1.8rem,3vw,2.5rem);height:clamp(46px,5vw,52px);padding:0 clamp(26px,3vw,34px);border:none;border-radius:200px;background:rgba(245,245,245,.55);color:#3a3526;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;cursor:pointer}.toy-products__more:hover{background:rgba(245,245,245,.85)}@media(max-width:1440px){.toy-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.toy-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.toy-products__grid{grid-template-columns:1fr;max-width:420px}}@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";.toy-nav{position:relative;z-index:100;height:80px;justify-content:space-between;gap:24px;font-family:Quicksand,sans-serif;max-width:1440px;width:100%;opacity:0;animation:toy-nav-rise .8s ease .2s forwards}.toy-nav,.toy-nav__logoBox{display:flex;align-items:center}.toy-nav__logoBox{height:100%;overflow:hidden;flex-shrink:0;margin-top:-10px}.toy-nav__logo{width:150px;object-fit:cover}.toy-nav__links{display:flex;align-items:center;margin-top:-10px;gap:40px}.toy-nav__links a{color:#2b2620;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .2s ease}.toy-nav__links a:hover{opacity:.6}.toy-nav__burger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:42px;height:42px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer}.toy-nav__burger span{display:block;width:24px;height:2.5px;border-radius:2px;background:#2b2620;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .2s ease}.toy-nav__burger.is-open span:first-child{transform:translateY(7.5px) rotate(45deg)}.toy-nav__burger.is-open span:nth-child(2){opacity:0}.toy-nav__burger.is-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.toy-nav__menu{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:200px;flex-direction:column;padding:10px;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.14);transform-origin:top right;z-index:200;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.98);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.toy-nav__menu.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.toy-nav__menu a{padding:12px 16px;border-radius:12px;color:#2b2620;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s ease}.toy-nav__menu a:hover{background:rgba(0,0,0,.05)}@keyframes toy-nav-rise{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.toy-nav{height:72px;padding:0 18px;margin-top:-10px}.toy-nav__logoBox{height:100%}.toy-nav__logo{width:150px;object-fit:cover;margin-top:10px}.toy-nav__links{display:none}.toy-nav__burger,.toy-nav__menu{display:flex}}@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap";.toy-footer{position:relative;overflow:hidden;width:100%;background:#143a36;color:#9db5b0;font-family:Quicksand,sans-serif;padding:clamp(3rem,5vw,4.5rem) clamp(20px,5vw,80px);border-radius:25px}.toy-footer__flower{position:absolute;top:0;left:0;transform:translate(-30%,-30%);width:clamp(260px,30vw,400px);height:auto;color:#fff;opacity:.045;pointer-events:none;z-index:0}.toy-footer__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.toy-footer__top{display:flex;justify-content:space-between;gap:clamp(40px,6vw,90px)}.toy-footer__brand{flex:0 0 auto;max-width:280px}.toy-footer__logo{width:clamp(150px,20vw,210px);height:auto;object-fit:contain;margin-bottom:clamp(20px,2.5vw,28px);margin-left:-5px}.toy-footer__tagline{margin:0 0 clamp(22px,3vw,32px);line-height:1.6;max-width:22ch}.toy-footer__contact,.toy-footer__tagline{color:#9db5b0;font-size:14px;font-weight:500}.toy-footer__contact{margin:0 0 12px}.toy-footer__cols{display:flex;flex:1 1;justify-content:space-between;gap:clamp(28px,4vw,64px);flex-wrap:wrap}.toy-footer__col-title{margin:0 0 clamp(18px,2.2vw,26px);color:#fff;font-size:16px;font-weight:600}.toy-footer__col-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(12px,1.4vw,16px)}.toy-footer__col-list a{color:#9db5b0;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s ease}.toy-footer__col-list a:hover{color:#fff}.toy-footer__divider{height:1px;background:hsla(0,0%,100%,.12);margin:clamp(2.5rem,4vw,3.5rem) 0 clamp(1.4rem,2.4vw,2rem)}.toy-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.toy-footer__copy,.toy-footer__credit{color:#9db5b0;font-size:13.5px;font-weight:500}.toy-footer__copy{flex:1 1;text-align:center}.toy-footer__social{display:flex;align-items:center;gap:18px}.toy-footer__social a{color:#9db5b0;display:inline-flex;transition:color .2s ease,transform .2s ease}.toy-footer__social a:hover{color:#fff;transform:translateY(-2px)}@media(max-width:860px){.toy-footer__top{flex-direction:column;gap:clamp(32px,6vw,48px)}.toy-footer__brand{max-width:100%}.toy-footer__cols{gap:clamp(24px,5vw,40px) clamp(28px,8vw,64px)}}@media(max-width:650px){.toy-footer__cols{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(24px,6vw,36px);gap:clamp(24px,6vw,36px)}}@media(max-width:560px){.toy-footer__bottom{flex-direction:column;align-items:flex-start;gap:16px}.toy-footer__copy{flex:none;text-align:left}}