#root{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:78px;background-color:#fff}#app{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}header{position:fixed;z-index:100;top:0;left:0;width:100%;height:78px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 48px;background:#fff;box-shadow:0 2px 4px #00000014;border-bottom:1px solid var(--tm-gray-border)}header>a{display:none}#open-nav{display:none}header>div{display:flex;justify-content:center;align-items:center}header>div:first-child{gap:8px}header>div>a{color:var(--tm-text-gray);font-size:14px;font-weight:500;text-decoration:none;text-underline-offset:2px;cursor:pointer;transition:all .2s linear;padding:10px 16px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}header>div>a:hover{color:var(--tm-blue);background-color:var(--tm-gray-light)}.logo-text{color:var(--tm-text-dark)!important;font-size:20px!important;font-weight:600!important;letter-spacing:2px;text-transform:uppercase;padding:0!important;background:none!important;white-space:nowrap}.logo-text:hover{color:var(--tm-blue)!important;background:none!important}header>div>button{width:44px;height:44px;color:#1a1a1a;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;transition:color .2s ease}header>div>button:hover{color:#0a0a0a}#open-cart{position:relative}#open-cart #cart-count{position:absolute;top:0;right:0;transform:translate(-45%,30%);background:var(--tm-blue);color:#fff;border-radius:4px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:none;align-items:center;justify-content:center}body:has(nav.show),body:has(#cart.show){overflow-y:hidden}header.hidden{display:none}#overlay{position:fixed;z-index:99;inset:0;background-color:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}body:has(nav.show) #overlay,body:has(#cart.show) #overlay{opacity:1;pointer-events:all}nav{position:fixed;z-index:101;top:0;left:0;bottom:0;width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:64px 24px;background-color:#fff;transition:all .2s linear}nav:not(.show){transform:translate(-100%)}nav>a{font-size:24px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:color .2s ease;padding:8px 0}nav>a:hover{color:#666}nav>div{position:absolute;left:0;right:0;bottom:24px;display:flex;justify-content:center;align-items:center}#close-nav{position:absolute;top:16px;left:16px;width:44px;height:44px;color:#1a1a1a;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s ease}#close-nav:hover{color:#666}#cart{position:fixed;z-index:101;top:0;right:0;bottom:0;width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#fff;box-shadow:-4px 0 20px #0000001a;transition:all .3s ease-in-out}#cart:not(.show){transform:translate(100%)}#cart-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px 20px;border-bottom:1px solid #e8e8e8}#cart-header>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}#cart-header>div>h2{color:#0a0a0a;font-size:24px;font-weight:600}#cart-header>div>p{color:#666;font-size:14px}#cart-count{min-width:18px;height:18px;padding:0 4px;color:#fff;font-size:11px;font-weight:700;display:flex;justify-content:center;align-items:center;background:var(--tm-blue);border-radius:4px}#close-cart{width:44px;height:44px;color:#1a1a1a;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s linear}#close-cart:hover{color:#666}#cart-empty{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 20px}#cart-empty>p:first-child{color:#0a0a0a;font-size:20px;font-weight:600}#cart-empty>p:last-of-type{color:#666;font-size:14px;text-align:center}#cart-empty>p:last-of-type>a{color:#0a0a0a;text-decoration:underline;text-underline-offset:2px;cursor:pointer}#continue-shopping{width:100%;max-width:300px;height:48px;color:#fff;font-size:15px;font-weight:600;display:flex;justify-content:center;align-items:center;background:#0a0a0a;border-radius:var(--border-radius-button);cursor:pointer;transition:all .2s linear;box-shadow:0 2px 12px #0003;text-transform:uppercase;letter-spacing:1px}#continue-shopping:hover{background:#1a1a1a;box-shadow:0 4px 16px #0000004d;transform:translateY(-1px)}#cart-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;overflow-y:auto}#cart-items{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;gap:20px}.cart-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px}.cart-item-image{width:80px;height:80px;min-width:80px;background-color:#f5f5f5;border-radius:var(--border-radius-cart-item-image);object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.cart-item-name{color:#0a0a0a;font-size:16px;font-weight:600}.cart-item-options{color:#666;font-size:14px}.cart-item-price{color:#0a0a0a;font-size:16px;font-weight:600}.cart-item-quantity{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;margin-top:8px}.cart-item-quantity>button{width:32px;height:32px;color:#1a1a1a;font-size:18px;display:flex;justify-content:center;align-items:center;border:1px solid #e0e0e0;border-radius:var(--border-radius-cart-remove-button);background-color:#f5f5f5;cursor:pointer;transition:all .2s linear}.cart-item-quantity>button:hover{background-color:#e8e8e8;border-color:#0a0a0a}.cart-item-quantity>span{color:#0a0a0a;font-size:16px;font-weight:500;min-width:24px;text-align:center}.cart-item-remove{width:24px;height:24px;color:#999;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s linear}.cart-item-remove:hover{color:#0a0a0a}#cart-summary{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;padding:20px;border-top:1px solid #e8e8e8;background-color:#fff}#cart-summary>div:first-child{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#cart-summary>div:first-child>p:first-child{color:#666;font-size:14px}#cart-summary>div:first-child>p:last-child{color:#0a0a0a;font-size:22px;font-weight:700}#cart-summary>p:last-of-type{color:#999;font-size:12px}#cart-checkout{width:100%;height:52px;color:#fff;font-size:15px;font-weight:600;display:flex;justify-content:center;align-items:center;background:#0a0a0a;border-radius:var(--border-radius-button);cursor:pointer;transition:all .2s linear;box-shadow:0 2px 12px #0003;text-transform:uppercase;letter-spacing:1px}#cart-checkout:hover{background:#1a1a1a;box-shadow:0 4px 16px #0000004d;transform:translateY(-1px)}#faq{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:48px;padding:80px 48px;background-color:#fff}#faq>h2{color:#0a0a0a;font-size:32px;font-weight:600}.faq{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.faq>div{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.faq>div>button{width:100%;color:#1a1a1a;font-weight:600;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;transition:color .2s ease}.faq>div>button:hover{color:#666}.faq>div>button>svg{transition:all .2s linear;color:#0a0a0a}.faq>div>button.active>svg{transform:rotate(180deg)}.faq>div>p{max-width:600px;color:#666;font-size:15px;line-height:1.7}.faq>div>p>strong{font-weight:700;color:#0a0a0a}.faq>div:not(:has(button.active))>p{display:none}.faq>hr{width:100%;height:1px;margin:20px 0;background-color:#e8e8e8}.site-footer{width:100%;background:var(--tm-gray-light, #f5f5f5);border-top:1px solid var(--tm-gray-border, #e0e0e0)}.footer-main{max-width:1200px;margin:0 auto;padding:48px 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-brand{display:flex;flex-direction:column;gap:24px}.footer-logo img{height:40px}.footer-guarantees{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-guarantees li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--tm-text-gray, #666666)}.footer-guarantees li svg{color:#16a34a;flex-shrink:0}.footer-nav h4{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;color:var(--tm-text-dark, #1a1a1a)}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-nav ul li a{font-size:13px;color:var(--tm-text-gray, #666666);text-decoration:none;transition:color .2s ease}.footer-nav ul li a:hover{color:var(--tm-blue, #026cdf)}.footer-social{display:flex;gap:12px}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid var(--tm-gray-border, #e0e0e0);border-radius:8px;fill:var(--tm-text-gray, #666666);transition:all .2s ease}.footer-social a:hover{background:var(--tm-blue, #026cdf);border-color:var(--tm-blue, #026cdf);fill:#fff}.footer-bottom{border-top:1px solid var(--tm-gray-border, #e0e0e0);background:#fff}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom-content p{font-size:12px;color:var(--tm-text-gray, #666666);margin:0}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:12px;color:var(--tm-text-gray, #666666);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--tm-blue, #026cdf)}#cta{width:100%;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background:linear-gradient(to bottom,#0006,#0009),url(/assets/park.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}#cta>h2{color:#fff;font-size:38px;font-weight:600;text-align:center;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.3)}#cta>p{max-width:500px;color:#fff;font-size:16px;font-weight:400;line-height:1.8;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}#cta>p>strong{font-weight:600;color:#fff}@media screen and (max-width: 900px){header{padding:0 16px}header>a{display:flex}header>div{width:100%}header>div:first-child{justify-content:flex-start}header>div:first-child>a{display:none}#open-nav{display:flex}header>div:last-child{justify-content:flex-end}#faq{padding:48px 24px}#cta{height:60vh}#cta>h2{max-width:300px;font-size:28px}#cta>p{max-width:280px;font-size:15px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{text-align:center;align-items:center}.footer-guarantees{align-items:center}.footer-nav{text-align:center}.footer-nav ul{align-items:center}.footer-social{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}}#page-loader{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}#page-loader.active{opacity:1;visibility:visible}.page-loader-content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 48px;background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0003}.page-loader-spinner{width:44px;height:44px;border:3px solid var(--tm-gray-border);border-top-color:var(--tm-blue);border-radius:50%;animation:page-loader-spin .7s linear infinite}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.page-loader-content p{color:var(--tm-text-dark);font-size:15px;font-weight:500;text-align:center;max-width:280px;line-height:1.5}@media screen and (min-width: 768px){header{padding:0 24px}header>div:first-child{gap:32px}header>div:first-child>a{font-size:14px}footer{padding:48px 24px 0}.footer-grid{gap:48px}.footer-bottom{padding:20px 24px}}@media screen and (min-width: 1024px){header{padding:0 40px}header>div:first-child{gap:40px}header>div:first-child>a{font-size:15px;padding:8px 0}header>div:first-child>a:hover{color:var(--tm-blue)}header>div:last-child>a{padding:10px 20px;font-size:14px}footer{padding:64px 40px 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:64px}.footer-brand{padding-right:32px}.footer-brand>p{font-size:14px}.footer-guarantees{gap:16px}.footer-guarantee{gap:10px;font-size:13px}.footer-nav{font-size:14px}.footer-nav ul,.footer-social{gap:14px}.footer-social a{width:40px;height:40px}.footer-bottom{padding:24px 40px;margin-top:48px}.footer-bottom-content{font-size:13px}.footer-legal{gap:24px}#faq{padding:64px 40px;max-width:1000px;margin:0 auto}#faq>details{padding:20px 28px}#faq>details>summary{font-size:16px}#faq>details>p{font-size:15px;padding:16px 0 0}#cta{height:55vh}#cta>h2{font-size:44px;max-width:600px}#cta>p{font-size:18px;max-width:500px}}@media screen and (min-width: 1400px){header{max-width:1600px;margin:0 auto}header>div:first-child{gap:48px}footer{max-width:1600px;margin:0 auto;padding:80px 60px 0}.footer-grid{gap:80px}.footer-bottom{max-width:1600px;margin:64px auto 0}}
