*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{background:#fff;color:#111;overflow:hidden}.landing{width:100%;height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center}.logo{display:block;cursor:pointer;transition:transform .25s ease,opacity .25s ease}.logo img{display:block;width:450px;height:auto}.logo:hover{transform:scale(1.05)}.logo:active{transform:scale(.9);opacity:.7}@media(max-width:600px){.logo img{width:320px}}.footer{position:fixed;bottom:80px;left:0;width:100%;text-align:center;font-family:Inter,helvetica;font-size:9px;letter-spacing:.08em;color:#777;pointer-events:none}.shop-header{position:fixed;top:0;left:0;width:100%;height:230px;display:flex;justify-content:center;align-items:center;z-index:10;pointer-events:none}.shop-logo{display:block;pointer-events:auto}.shop-logo img{display:block;width:270px;height:auto}.shop-menu{position:fixed;left:calc(50% - 420px);top:215px;width:70px;display:flex;flex-direction:column;font-family:Inter,helvetica;align-items:flex-end;text-align:right;gap:3px}.shop-menu a{display:inline-block;width:fit-content;color:#111;text-decoration:none;font-size:13px;line-height:1.15;font-weight:400;transition:background .15s ease,color .15s ease}.shop-menu a:hover{background:#111;color:#fff}.shop-menu a.active{font-weight:550}.menu-icons{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:8px;margin-top:10px}.icon-link{display:flex!important;width:22px!important;height:22px;align-items:center;justify-content:center}.icon-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.icon-link:hover{background:#111;color:#fff}.icon-link:hover svg{transform:scale(.9)}.product-window{position:fixed;left:50%;top:200px;transform:translate(-50%);width:680px;height:500px;overflow:hidden}.product-grid{width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:165px;gap:0;overflow-y:auto;overflow-x:hidden;padding-right:20px}.product-grid::-webkit-scrollbar{width:14px}.product-grid::-webkit-scrollbar-track{background:#eeeeec}.product-grid::-webkit-scrollbar-thumb{background:#cfcfcd}.product-grid{scrollbar-width:auto;scrollbar-color:#cfcfcd #eeeeec}.product{display:flex;justify-content:center;align-items:center;text-decoration:none;overflow:hidden}.product-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.product-image img{width:82%;height:82%;object-fit:contain;transition:transform .3s ease,opacity .3s ease}.product:hover img{transform:scale(1.04)}.shop-footer{position:fixed;left:0;bottom:90px;width:100%;text-align:center;z-index:20;font-size:10px;color:#666;letter-spacing:.02em;pointer-events:none}@media(max-width:1000px){.shop-logo img{width:220px}.product-window{width:65vw}.shop-menu{left:8vw}}@media(max-width:700px){.shop-header{height:150px}.shop-logo img{width:170px}.shop-menu{left:25px;top:190px;align-items:flex-start;text-align:left}.shop-menu a{font-size:13px}.product-window{width:800px;height:615px}.product-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}}.contact-content{position:fixed;left:50%;top:210px;transform:translate(-50%);width:420px;text-align:center;font-family:Inter,Helvetica,sans-serif}.contact-content h1{margin-bottom:35px;font-size:28px;font-weight:700;color:#111}.contact-item{margin-bottom:28px}.contact-item h2{margin-bottom:8px;font-size:14px;font-weight:600;color:#111}.contact-item p,.contact-item a{font-size:13px;line-height:1.5;color:#111}.contact-item a{text-decoration:none}.contact-item a:hover{text-decoration:underline}.product-page{position:fixed;left:50%;top:200px;transform:translate(-50%);width:680px;height:500px;display:grid;grid-template-columns:1fr 1fr;column-gap:35px;overflow:hidden}.product-gallery{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.product-main-image{width:100%;height:365px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-main-image img{width:90%;height:90%;object-fit:contain;transition:transform .3s ease,opacity .3s ease}.product-main-image:hover img{transform:scale(1.02)}.product-thumbnails{width:100%;display:flex;justify-content:center;align-items:center;gap:18px;margin-top:5px}.thumbnail{width:70px;height:70px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.65;transition:opacity .2s ease,transform .2s ease}.thumbnail img{width:100%;height:100%;object-fit:contain}.thumbnail:hover{opacity:1;transform:scale(1.04)}.thumbnail.active{opacity:1}.product-info{width:100%;padding-top:15px;display:flex;flex-direction:column;align-items:flex-start}.product-info h1{margin:0 0 18px;font-family:Inter,Helvetica,Arial,sans-serif;font-size:38px;line-height:.98;font-weight:600;letter-spacing:-.04em;color:#111}.product-description{margin:0 0 20px;max-width:280px;font-family:Inter,Helvetica,Arial,sans-serif;font-size:10px;line-height:1.4;color:#555}.product-sizes{display:flex;gap:6px;margin-bottom:20px}.size{width:54px;height:30px;border:none;background:#555;color:#fff;font-family:Inter,Helvetica,Arial,sans-serif;font-size:9px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.size:hover,.size.active{background:#111}.product-actions{display:flex;align-items:center;gap:6px;margin-bottom:30px}.quantity{height:30px;display:flex;align-items:center;border:1px solid #999;border-radius:7px;overflow:hidden;font-family:Inter,Helvetica,Arial,sans-serif;font-size:10px}.quantity button{width:25px;height:30px;border:none;background:transparent;color:#333;font-size:12px;cursor:pointer}.quantity span{width:25px;text-align:center}.add-to-cart{height:30px;padding:0 10px;border:none;border-radius:6px;background:#555;color:#fff;font-family:Inter,Helvetica,Arial,sans-serif;font-size:10px;cursor:pointer;transition:background .15s ease,transform .15s ease}.add-to-cart:hover{background:#111}.add-to-cart:active{transform:scale(.95)}.product-details{max-width:280px}.product-details p{margin:0;font-family:Inter,Helvetica,Arial,sans-serif;font-size:10px;line-height:1.4;color:#555}@media(max-width:1000px){.product-page{width:65vw}}@media(max-width:700px){.product-page{position:fixed;width:90vw;height:600px;top:170px;grid-template-columns:1fr;row-gap:20px;overflow-y:auto}.product-info{padding-top:0}.product-info h1{font-size:30px}}.cart-page{background:#fff;color:#111;overflow:hidden}.cart-page .shop-header{position:fixed;top:0;left:0;width:100%;height:180px;display:flex;justify-content:center;align-items:center;z-index:10;pointer-events:none}.cart-page .shop-logo{display:block;pointer-events:auto}.cart-page .shop-logo img{display:block;width:270px;height:auto}.cart-page .shop-menu{position:fixed;left:calc(50% - 420px);top:215px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:3px;font-family:Inter,Helvetica,sans-serif;z-index:20}.cart-page .shop-menu a{display:inline-block;width:fit-content;color:#111;text-decoration:none;font-size:13px;line-height:1.15;font-weight:400;transition:background .15s ease,color .15s ease}.cart-page .shop-menu a:hover{background:#111;color:#fff}.cart-page .shop-menu a.active{font-weight:550}.cart-content{position:fixed;left:50%;top:215px;transform:translate(-50%);width:590px;font-family:Inter,Helvetica,sans-serif}.cart-content h1{margin:0 0 20px;font-family:Inter,Helvetica,sans-serif;font-size:28px;line-height:1;font-weight:600}.cart-header{display:grid;grid-template-columns:1fr 120px 120px;padding-bottom:8px;border-bottom:1px solid #bbb;font-size:11px;color:#555}.cart-header>:nth-child(2){text-align:center}.cart-header>:nth-child(3){text-align:right}.cart-items{max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:10px}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-track{background:#eeeeec}.cart-items::-webkit-scrollbar-thumb{background:#cfcfcd}.cart-items{scrollbar-width:auto;scrollbar-color:#cfcfcd #eeeeec}.cart-item{display:grid;grid-template-columns:1fr 120px 120px;align-items:center;min-height:90px;font-size:11px}.cart-product{display:flex;align-items:center;gap:15px}.cart-product img{width:65px;height:65px;object-fit:contain}.cart-product-name{line-height:1.25}.cart-quantity{text-align:center}.cart-price{text-align:right}.cart-summary{margin-top:35px;display:flex;flex-direction:column;align-items:flex-end}.cart-total{margin-bottom:10px;font-size:17px;font-weight:600;letter-spacing:.01em}.cart-actions{display:flex;align-items:center;gap:15px}.continue-shopping{color:#666;text-decoration:none;font-size:10px;transition:color .15s ease}.continue-shopping:hover{color:#111}.checkout-button{border:none;background:#666;color:#fff;padding:10px 27px;font-family:Inter,Helvetica,sans-serif;font-size:11px;cursor:pointer;transition:background .2s ease,transform .15s ease}.checkout-button:hover{background:#111}.checkout-button:active{transform:scale(.97)}.cart-page .footer{position:fixed;left:0;bottom:80px;width:100%;text-align:center;font-family:Inter,Helvetica,sans-serif;font-size:9px;letter-spacing:.08em;color:#777;pointer-events:none;z-index:30}@media(max-width:700px){.cart-page .shop-header{height:150px}.cart-page .shop-logo img{width:170px}.cart-page .shop-menu{left:25px;top:190px;align-items:flex-start;text-align:left}.cart-content{width:calc(100vw - 80px);top:220px}.cart-header,.cart-item{grid-template-columns:1fr 80px 80px}.cart-items{max-height:300px}}.cart-quantity{display:flex;align-items:center;justify-content:center;gap:8px}.cart-quantity-button{width:18px;height:18px;padding:0;border:none;background:transparent;color:#111;font-family:Inter,Helvetica,sans-serif;font-size:14px;line-height:18px;cursor:pointer}.cart-quantity-button:hover{color:#777}.cart-quantity-number{min-width:12px;text-align:center;font-size:11px}.cart-size{margin-top:3px}.cart-size-selector{display:flex;gap:3px;margin-top:7px}.cart-size-button{border:none;background:transparent;color:#777;padding:2px 4px;font-family:Inter,Helvetica,sans-serif;font-size:8px;cursor:pointer}.cart-size-button:hover,.cart-size-button.active{background:#111;color:#fff}.icon-link{position:relative}.cart-count{position:absolute;top:-7px;right:-9px;min-width:13px;height:13px;padding:0 3px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:50%;font-family:Inter,Helvetica,sans-serif;font-size:7px;line-height:1}.cart-remove{border:none;background:transparent;color:#777;font-family:Inter,Helvetica,sans-serif;font-size:9px;cursor:pointer;padding:0}.cart-remove:hover{color:#111;text-decoration:underline}@media screen and (max-width:749px){.shop-page{width:100%;max-width:100%;margin:0;padding:0 16px 40px;box-sizing:border-box;overflow:hidden}.shop-page .product-window{width:100%;max-width:100%;margin:0 auto;padding:0;box-sizing:border-box;overflow:hidden}.shop-page .product-grid{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;box-sizing:border-box}.shop-page .product{display:block;width:100%;min-width:0;margin:0;padding:0;box-sizing:border-box;text-decoration:none}.shop-page .product-image{width:100%;aspect-ratio:1 / 1;overflow:hidden;margin:0;padding:0;box-sizing:border-box}.shop-page .product-image img{display:block;width:100%;height:100%;object-fit:cover;margin:0;padding:0;box-sizing:border-box}}@media screen and (max-width:749px){body.is-shop-page{height:100dvh;overflow:hidden;margin:0;display:flex;flex-direction:column}body.is-shop-page .shop-header{flex:0 0 auto;width:100%;padding:35px 20px 25px;box-sizing:border-box;text-align:center}body.is-shop-page .shop-logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}body.is-shop-page .shop-logo img{display:block;width:210px;max-width:75vw;height:auto}body.is-shop-page .shop-menu{flex:0 0 auto;width:100%;padding:12px 22px 18px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:20px;white-space:nowrap}body.is-shop-page .shop-menu>a{display:inline-flex;align-items:center;margin:0;padding:0;font-size:14px;line-height:1.2;text-decoration:none}body.is-shop-page .menu-icons{display:flex;align-items:center;gap:14px;margin:0;padding:0}body.is-shop-page .icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;padding:0}body.is-shop-page .icon-link svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}body.is-shop-page .cart-count{position:absolute;top:-7px;right:-8px;min-width:13px;height:13px;padding:0 3px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;line-height:13px;background:#111;color:#fff}body.is-shop-page .shop-page{flex:1 1 auto;min-height:0;width:100%;max-width:100%;margin:0;padding:10px 28px 25px;box-sizing:border-box;overflow:hidden}body.is-shop-page .product-window{width:100%;height:100%;margin:0;padding:0;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}body.is-shop-page .product-window::-webkit-scrollbar{display:none}body.is-shop-page .product-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;row-gap:35px;margin:0;padding:10px 0 40px;box-sizing:border-box}body.is-shop-page .product{display:block;width:100%;min-width:0;margin:0;padding:0;text-decoration:none}body.is-shop-page .product-image{width:100%;margin:0;padding:0;overflow:hidden;box-sizing:border-box}body.is-shop-page .product-image img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;margin:0;padding:0}body.is-shop-page #shopify-section-axis-footer{flex:0 0 auto;position:relative!important;width:100%;margin:0;padding:0;z-index:10}body.is-shop-page #shopify-section-axis-footer *{box-sizing:border-box}}@media screen and (max-width:749px){body.is-shop-page .shop-menu{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;width:100%!important;gap:18px!important;margin:0!important;padding:10px 18px 18px!important;box-sizing:border-box!important}body.is-shop-page .shop-menu>a{display:inline-flex!important;flex:0 0 auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important}body.is-shop-page .menu-icons{display:flex!important;flex-direction:row!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;gap:12px!important;margin:0!important;padding:0!important}body.is-shop-page .menu-icons .icon-link{display:inline-flex!important;flex:0 0 auto!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important}body.is-shop-page .menu-icons svg{width:18px!important;height:18px!important}}@media screen and (max-width:749px){html,body{height:100%;overflow:hidden}.shop-header{flex-shrink:0;margin-bottom:0!important;padding-bottom:0!important}.shop-logo{display:flex;justify-content:center;align-items:center}.shop-menu{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:22px!important;width:100%!important;margin-top:-5px!important;margin-bottom:0!important;padding:0 15px!important}.shop-menu>a{display:inline-flex!important;white-space:nowrap!important;margin:0!important;padding:0!important;width:auto!important}.menu-icons{display:flex!important;flex-direction:row!important;align-items:center!important;gap:18px!important;margin:0!important;padding:0!important}.icon-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important}.icon-link svg{width:19px!important;height:19px!important;display:block!important}.shop-page{position:relative;width:100%;height:calc(100dvh - 260px);min-height:0;overflow:hidden;display:flex;flex-direction:column}.product-window{flex:1 1 auto;min-height:0;width:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:90px!important;scrollbar-width:none}.product-window::-webkit-scrollbar{display:none}.product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:14px!important;row-gap:35px!important;width:100%!important;padding:10px 18px 30px!important;box-sizing:border-box}.product{display:block!important;width:100%!important;margin:0!important;padding:0!important}.product-image{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image img{display:block!important;width:82%!important;max-width:150px!important;height:auto!important;object-fit:contain!important;margin:0 auto!important}.shop-footer{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;background:#fff!important;z-index:100!important;padding:18px 20px 22px!important;box-sizing:border-box;text-align:center}.shop-footer:before{content:"";position:absolute;left:0;right:0;top:-20px;height:20px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}.cart-count{position:absolute!important;top:-7px!important;right:-8px!important;min-width:13px!important;height:13px!important;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:8px!important;line-height:1!important;padding:0!important}}@media screen and (max-width:749px){.shop-page{height:100%;min-height:100%;display:flex;flex-direction:column}.shop-page .shop-header,.shop-header{margin-bottom:0!important;padding-bottom:0!important}.shop-menu{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:28px!important;margin-top:18px!important;margin-bottom:12px!important;width:100%!important;flex-shrink:0}.shop-menu>a{display:inline-flex!important;align-items:center!important;margin:0!important;padding:0!important;white-space:nowrap!important}.menu-icons{display:flex!important;flex-direction:row!important;align-items:center!important;gap:20px!important;margin:0!important;padding:0!important}.menu-icons .icon-link{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}.menu-icons svg{width:20px!important;height:20px!important}.product-window{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;margin-top:0!important;padding-top:8px!important;padding-bottom:40px!important;-webkit-overflow-scrolling:touch}.product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:24px!important;row-gap:70px!important;padding:0 24px!important;width:100%!important;box-sizing:border-box!important}.product{display:block!important;width:100%!important;min-width:0!important}.product-image{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-image img{width:82%!important;max-width:150px!important;height:auto!important;display:block!important;object-fit:contain!important}.shop-footer,footer{position:relative!important;flex-shrink:0!important;background:#fff!important;margin-top:0!important;padding-top:20px!important;padding-bottom:20px!important;z-index:20!important}}@media screen and (max-width:749px){html,body{width:100%;height:100%;overflow:hidden!important}body.is-shop-page{position:relative;width:100%;height:100dvh;min-height:100dvh;overflow:hidden!important}body.is-shop-page .shop-header{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:140px!important;padding:22px 20px 0!important;margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;background:#fff!important;z-index:100!important;pointer-events:none;box-sizing:border-box!important}body.is-shop-page .shop-logo{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;pointer-events:auto}body.is-shop-page .shop-logo img{display:block!important;width:210px!important;max-width:75vw!important;height:auto!important;margin:0!important}body.is-shop-page .shop-menu{position:fixed!important;top:132px!important;left:0!important;width:100%!important;height:38px!important;padding:0 14px!important;margin:0!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:22px!important;white-space:nowrap!important;box-sizing:border-box!important;z-index:101!important}body.is-shop-page .shop-menu>a{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important}body.is-shop-page .menu-icons{display:flex!important;flex:0 0 auto!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;gap:14px!important;margin:0!important;padding:0!important}body.is-shop-page .menu-icons .icon-link{position:relative!important;display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;margin:0!important;padding:0!important}body.is-shop-page .menu-icons svg{display:block!important;width:19px!important;height:19px!important}body.is-shop-page .shop-page{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100dvh!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;display:block!important;box-sizing:border-box!important}body.is-shop-page .product-window{position:fixed!important;top:180px!important;bottom:68px!important;left:0!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain;scrollbar-width:none;box-sizing:border-box!important;z-index:10!important}body.is-shop-page .product-window::-webkit-scrollbar{display:none!important}body.is-shop-page .product-grid{width:100%!important;min-height:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:14px!important;row-gap:42px!important;margin:0!important;padding:10px 20px 70px!important;box-sizing:border-box!important}body.is-shop-page .product{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important}body.is-shop-page .product-image{width:100%!important;height:auto!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;overflow:visible!important;box-sizing:border-box!important}body.is-shop-page .product-image img{display:block!important;width:92%!important;max-width:170px!important;height:auto!important;max-height:none!important;margin:0 auto!important;padding:0!important;object-fit:contain!important;box-sizing:border-box!important}body.is-shop-page .shop-footer,body.is-shop-page footer,body.is-shop-page #shopify-section-axis-footer{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:68px!important;min-height:68px!important;margin:0!important;padding:20px 20px 18px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;box-sizing:border-box!important;z-index:200!important}body.is-shop-page .shop-footer:before,body.is-shop-page footer:before,body.is-shop-page #shopify-section-axis-footer:before{display:none!important}body.is-shop-page .shop-footer .footer,body.is-shop-page footer .footer,body.is-shop-page #shopify-section-axis-footer .footer{position:static!important;width:100%!important;margin:0!important;padding:0!important;text-align:center!important}body.is-shop-page .cart-count{position:absolute!important;top:-7px!important;right:-8px!important;min-width:13px!important;height:13px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:8px!important;line-height:1!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/axis.css.map */
