:root{--primary-color: #2196F3;--background-color: #f5f5f7;--surface-color: #ffffff;--text-color: #333333;--text-secondary: #666666;--border-color: #e0e0e0}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:#f5f5f7;color:#333;overflow-x:hidden}@media (hover: hover) and (pointer: fine){.cursor-light{position:fixed;top:0;left:0;width:400px;height:400px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,#2196f333,#2196f300 70%);mix-blend-mode:screen;transition:top .03s,left .03s;z-index:1000;filter:blur(40px);transform:translate(-50%,-50%)}}@media (max-width: 768px){.cursor-light{display:none!important}}header{background:#fff;padding:30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}header h1{color:#2196f3;margin:0;font-size:26px;font-weight:700}nav a{color:#333;margin-left:25px;text-decoration:none;font-weight:500}.mobile-menu-btn{display:none;background:none;border:none;color:#333;font-size:20px;cursor:pointer;z-index:20000}.hero{padding:80px 20px;text-align:center;background:transparent!important;position:relative;z-index:1}.hero h2{font-size:48px;margin:0;color:#2196f3}.hero p{font-size:20px;max-width:650px;margin:20px auto;opacity:.95}.hero button{background:linear-gradient(135deg,#2196f3,#21cbf3);color:#fff;padding:16px 42px;font-size:20px;border:none;border-radius:15px;margin-top:20px;cursor:pointer;font-weight:700;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #2196f34d,0 0 0 1px #2196f333;letter-spacing:.5px;text-shadow:0 3px 3px rgba(0,0,0,.3)}.hero button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.hero button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2196f366,0 0 0 1px #2196f34d;background:linear-gradient(135deg,#1976d2,#2196f3);text-shadow:0 1px 3px rgba(0,0,0,.4)}.hero button:hover:before{left:100%}.hero button:active{transform:translateY(0);box-shadow:0 4px 12px #2196f34d,0 0 0 1px #2196f333;text-shadow:0 1px 1px rgba(0,0,0,.3)}.section-title{text-align:center;margin-top:60px;margin-bottom:40px;font-size:32px;color:#2196f3}.product-section{max-width:1200px;margin:40px auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;padding:40px;border-radius:14px;box-shadow:0 0 30px #2196f31a;border:1px solid #e0e0e0;transition:transform .5s ease,box-shadow .5s ease;width:calc(100% - 40px);box-sizing:border-box}.product-section:hover{transform:scale(1.03);box-shadow:0 0 40px #2196f326}.product-image,.product-gallery{width:100%;max-width:450px;height:auto;border-radius:12px;display:block;margin:0 auto;z-index:1001;object-fit:contain}.product-gallery img{width:100%;height:auto;border-radius:12px;display:block}.product-info{display:flex;flex-direction:column;justify-content:center}.product-info h3{margin:0;font-size:32px;color:#333}.product-info p{opacity:.95;line-height:1.5;margin:15px 0;color:#666}.price-box{font-size:26px;display:flex;gap:12px;align-items:center}.old-price{text-decoration:line-through;color:#999;font-size:20px}.new-price{color:#2196f3;font-weight:700}.savings-block{position:relative;background:linear-gradient(135deg,#2196f3,#21cbf3);padding:7px;border-radius:15px;margin:20px 0;text-align:center;overflow:hidden;box-shadow:0 0 15px #2196f34d}.savings-text{color:#fff;font-weight:700;font-size:15px;letter-spacing:.5px;position:relative;z-index:2;text-shadow:0 1px 2px rgba(0,0,0,.2)}.savings-block:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:transparent;border-radius:12px;z-index:-1;animation:neon-glow 2s infinite;box-shadow:0 0 15px #2196f3,0 0 30px #2196f3,0 0 45px #2196f3,inset 0 0 20px #2196f333}@keyframes neon-glow{0%,to{box-shadow:0 0 15px #2196f3,0 0 30px #2196f3,0 0 45px #2196f3,inset 0 0 20px #2196f333;opacity:1}50%{box-shadow:0 0 25px #2196f3,0 0 50px #2196f3,0 0 75px #2196f3,inset 0 0 25px #2196f34d;opacity:.8}}.neon-light{display:none}.buy-now-btn{background:linear-gradient(135deg,#2196f3,#21cbf3);color:#fff;padding:14px 40px;font-size:20px;font-weight:700;border:none;border-radius:50px;margin-top:25px;cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,1,.5,1);box-shadow:0 8px 25px #2196f34d,0 0 0 2px #2196f333,inset 0 2px #ffffff4d;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:12px;min-width:200px;height:55px}.buy-now-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .8s ease}.buy-now-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #2196f366,0 0 0 3px #2196f34d,inset 0 2px #fff6;background:linear-gradient(135deg,#1976d2,#2196f3);letter-spacing:1.2px}.buy-now-btn:hover:before{left:100%}.buy-now-btn:active{transform:translateY(-1px) scale(1.01);box-shadow:0 6px 20px #2196f34d,0 0 0 2px #2196f340,inset 0 2px #ffffff4d}.btn-text{position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3);font-size:20px}.btn-icon{font-size:18px;position:relative;z-index:2;transition:transform .3s ease}.buy-now-btn:hover .btn-icon{transform:translate(3px) scale(1.1)}@keyframes pulse-glow{0%,to{box-shadow:0 8px 25px #2196f34d,0 0 0 2px #2196f333}50%{box-shadow:0 8px 30px #2196f366,0 0 0 3px #2196f34d}}.buy-now-btn{animation:pulse-glow 2s infinite}.blik-btn{background:none;border:none;padding:0;cursor:pointer;margin-top:15px;display:inline-block}.blik-btn img{width:120px;height:auto;border-radius:6px;padding:0;background:none;border:none;transition:.2s;filter:drop-shadow(0 0 6px rgba(33,150,243,.3))}.blik-btn img:hover{transform:scale(1.05);filter:drop-shadow(0 0 12px #2196F3)}.more-btn{margin-top:20px;background:#fff;color:#666;border:none;cursor:pointer;font-weight:600;font-size:12px;transition:.2s}.more-btn:hover{color:#333;transform:scale(1.03)}.opis-wrap{position:relative}#opis{max-height:200px;overflow:hidden;transition:max-height .35s ease}#opis.expanded{max-height:2000px}.toggle-btn{margin-top:10px;background:#fff;color:#666;border:none;cursor:pointer;font-weight:600;font-size:16px;transition:.2s;display:flex;align-items:center;gap:8px}.toggle-btn:hover{transform:scale(1.03)}.reviews{position:relative;width:100%;max-width:800px;margin:40px auto;text-align:center;padding:40px 0}.review-wrapper{position:relative;width:100%;height:320px;overflow:hidden;display:flex;align-items:center;justify-content:center}.review{position:absolute;top:0;width:100%;opacity:0;transform:translate(100%);transition:.35s ease;text-align:center;max-width:600px;margin:0 auto;right:0;left:0}.review.active{opacity:1;transform:translate(0)}.avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-bottom:10px}.review h3{font-size:20px;margin:5px 0;color:#333}.stars{font-size:20px;color:#2196f3;margin-bottom:15px}.review p{font-size:15px;max-width:600px;margin:0 auto;line-height:1.6;opacity:.8}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid #e0e0e0;font-size:32px;color:#333;cursor:pointer;padding:0;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s}.arrow.left{left:-40px}.arrow.right{right:-40px}.arrow:hover{background:#2196f3;color:#fff;border-color:#2196f3}.features{max-width:1100px;margin:80px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-box{background:#fff;padding:30px;border-radius:12px;text-align:center;border:1px solid #e0e0e0;box-shadow:0 2px 10px #0000000d}.feature-box h4{color:#2196f3;margin-bottom:15px;font-size:22px}footer{text-align:center;padding:30px;margin-top:60px;border-top:1px solid #e0e0e0;background:#fff;color:#666;position:relative;min-height:20px}.returns-link{font-size:calc(5px + .3vw);color:#999;text-decoration:none;position:absolute;bottom:10px;right:10px;padding:5px;margin:0}.returns-link:hover{color:#333}#bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.blob{position:absolute;width:500px;height:500px;background:#2195f352;filter:blur(160px);border-radius:50%;animation:moveBlob 18s infinite ease-in-out}.blob:nth-child(1){top:-10%;left:-10%}.blob:nth-child(2){top:40%;left:70%;width:600px;height:600px;animation-duration:22s;background:#2195f338}.blob:nth-child(3){top:70%;left:0%;animation-duration:25s;background:#2195f378}@keyframes moveBlob{0%{transform:translate(0) scale(1)}25%{transform:translate(180px,-120px) scale(1.15)}50%{transform:translate(-160px,80px) scale(.9)}75%{transform:translate(220px,160px) scale(1.2)}to{transform:translate(0) scale(1)}}::selection{background:#2196f3;color:#fff}@media (max-width: 768px){header{flex-wrap:wrap;padding:16px}.mobile-menu-btn{display:block}nav{display:none;width:100%;flex-direction:column;gap:12px;margin-top:16px}nav.active{display:flex}nav a{margin-left:0}.hero{padding:40px 16px}.hero h2{font-size:32px}.hero p{font-size:16px}.hero button{font-size:16px;padding:12px 24px}.section-title{font-size:26px;margin:40px auto 24px}.product-section{grid-template-columns:1fr;gap:24px;padding:24px;margin:0 16px;width:calc(100% - 32px)}.product-image,.product-gallery{max-width:100%;width:100%}.product-info h3{font-size:26px}.price-box{font-size:22px}.old-price{font-size:18px}.buy-now-btn{padding:12px 35px;font-size:18px;min-width:180px;margin-top:20px;height:50px}.btn-text{font-size:18px}.features{grid-template-columns:1fr;gap:20px;margin:40px auto;padding:0 16px}.feature-box{padding:20px}.reviews{margin:24px auto;padding:24px 0;position:relative}.review-wrapper{height:300px}.arrow{width:50px;height:50px;font-size:24px;background:#fffffff2}.arrow.left{left:10px}.arrow.right{right:10px}.avatar{width:70px;height:70px}footer{padding:20px}.returns-link{position:static;display:block;margin-top:12px;font-size:12px}.blob{width:300px;height:300px}.blob:nth-child(2){width:350px;height:350px}}@media (max-width: 480px){header h1{font-size:22px}.hero{padding:30px 12px}.hero h2{font-size:28px}.hero p{font-size:14px}.product-section{padding:16px;margin:0 12px;width:calc(100% - 24px)}.product-info h3{font-size:22px}.price-box{font-size:20px}.savings-text{font-size:13px}.buy-now-btn{padding:10px 30px;font-size:16px;min-width:160px;gap:8px;height:48px}.btn-icon,.btn-text{font-size:16px}.review p{font-size:14px}.arrow{width:40px;height:40px;font-size:20px;background:#fffffff2}.arrow.left{left:5px}.arrow.right{right:5px}.blob{width:220px;height:220px}.blob:nth-child(2){width:260px;height:260px}}@media (min-width: 2000px){.blob{width:380px;height:380px}}@media (max-width: 1999px) and (min-width: 1200px){.blob{width:320px;height:320px}}@media (max-width: 1200px){.blob{width:300px;height:300px}}@media (max-width: 900px){.blob{width:260px;height:260px}}@media (max-width: 600px){.blob{width:220px;height:220px}}.logo{height:60px;width:auto;max-width:300px;object-fit:contain}header{padding:15px 30px!important;min-height:auto}@media (max-width: 1200px){.logo{height:55px;max-width:280px}}@media (max-width: 992px){.logo{height:50px;max-width:250px}}@media (max-width: 768px){.logo{height:45px;max-width:220px}header{padding:12px 20px!important}}@media (max-width: 576px){.logo{height:40px;max-width:200px}header{padding:10px 15px!important}}@media (max-width: 400px){.logo{height:35px;max-width:180px}header{padding:8px 12px!important}}.cursor-light{display:block!important;opacity:1!important;visibility:visible!important}#bg-blobs{display:block!important;opacity:1!important;visibility:visible!important;position:fixed!important;z-index:0!important}.blob{display:block!important;opacity:1!important;visibility:visible!important}html,body{overflow-x:visible!important}.shopify-section,.main-content{position:relative!important;z-index:1!important}img[src*="logo.png"]{height:60px!important;width:auto!important;max-width:300px!important;object-fit:contain!important}img[src*="okldaka2.png"],img[src*="okladka4.png"],img[src*="okladka3.png"]{width:100%!important;max-width:450px!important;height:auto!important;border-radius:12px!important;display:block!important;margin:auto!important;object-fit:contain!important}img[src*="pfp1.jpg"],img[src*="pfp2.jpg"],img[src*="pfp3.jpg"]{width:90px!important;height:90px!important;border-radius:50%!important;object-fit:cover!important;margin-bottom:10px!important}.product-gallery{position:relative;width:100%;max-width:500px;margin:0 auto;overflow:hidden;border-radius:12px;min-height:300px}.product-gallery-slide{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;transition:opacity .3s ease;pointer-events:none;box-shadow:0 10px 30px #0003}.product-gallery-slide.active{opacity:1;position:relative;pointer-events:auto}.gallery-controls{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 15px;transform:translateY(-50%);z-index:10}.gallery-btn{background:#ffffffe6;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #00000026}.gallery-btn:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 15px #0003}.gallery-btn i{font-size:18px;color:#333}.gallery-dots{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;gap:8px;z-index:10}.dot{width:10px;height:10px;border-radius:50%;background:#ffffffb3;border:2px solid rgba(255,255,255,.9);cursor:pointer;transition:all .2s ease}.dot.active{background:#fff;transform:scale(1.2)}@media (max-width: 768px){.product-gallery{max-width:100%;border-radius:8px;min-height:250px}.gallery-btn{width:38px;height:38px}.gallery-btn i{font-size:16px}.gallery-dots{bottom:10px}}@media (max-width: 480px){.product-gallery{min-height:200px}.gallery-btn{width:34px;height:34px;padding:0 8px}.gallery-controls{padding:0 10px}.dot{width:8px;height:8px}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.product-wrapper{display:flex;flex-direction:column;gap:40px}.quantity-controls{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;transition:all .3s ease}.quantity-controls:focus-within{border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.quantity-btn{background:#f8f9fa;border:none;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#555;font-size:14px}.quantity-btn:hover{background:#53a9ff;color:#333}.quantity-btn:active{background:#dee2e6;transform:scale(.95)}.quantity-btn.minus{border-right:2px solid #e0e0e0}.quantity-btn.plus{border-left:2px solid #e0e0e0}.quantity-input{width:60px;height:45px;border:none;text-align:center;font-size:18px;font-weight:600;color:#333;background:#fff;-moz-appearance:textfield}.quantity-input:focus{outline:none;background:#f8f9fa}.buy-now-btn{width:100%;padding:18px 30px;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 6px 20px #4a6cf740;margin-top:20px}.buy-now-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #4a6cf759}.buy-now-btn:active{transform:translateY(-1px);box-shadow:0 4px 15px #4a6cf74d}.buy-now-btn .btn-text{letter-spacing:.5px}.buy-now-btn i{font-size:16px;transition:transform .3s ease}.buy-now-btn:hover i{transform:translate(3px) scale(1.1)}.buy-now-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.buy-now-btn:focus:not(:active):after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}@media (max-width: 768px){.quantity-selector{flex-direction:column;align-items:flex-start;gap:10px}.quantity-controls{width:100%}.quantity-input{flex:1}.buy-now-btn{padding:16px 20px;font-size:16px}}@media (max-width: 480px){.quantity-btn{width:40px;height:40px}.quantity-input{height:40px;font-size:16px}.buy-now-btn{padding:14px 16px;font-size:15px}}.quantity-selector{display:flex;align-items:center;gap:15px}.quantity-selector label{font-weight:600;color:#333;font-size:16px;min-width:60px}.quantity-controls{display:flex;align-items:center;background:#fff;padding:2px 12px;border-radius:8px;border:2px solid #e0e0e0;gap:10px;transition:all .3s ease}.quantity-controls:focus-within{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.quantity-btn{background:#f8f9fa;border:none;width:35px;height:35px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#555;font-size:14px}.quantity-btn:hover{background:#2196f3;color:#fff}.quantity-btn:active{background:#1976d2;transform:scale(.95)}.quantity-input{width:50px;text-align:center;border:none;font-size:16px;font-weight:600;color:#333;background:transparent;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none}.paper-rolls-section{max-width:800px;margin:30px auto;padding:0 20px}.paper-rolls-container{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:12px;padding:20px;box-shadow:0 5px 15px #0000000f;border:1px solid #e0e0e0;position:relative;overflow:hidden;transition:all .3s ease}.paper-rolls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.paper-rolls-title{font-size:18px;font-weight:600;color:#333;display:flex;align-items:center;gap:10px}.paper-rolls-title i{background:linear-gradient(135deg,#2196f3,#21cbf3);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.paper-rolls-badge{background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;padding:4px 10px;border-radius:15px;font-size:12px;font-weight:600}.paper-rolls-content{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center}.paper-rolls-image-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #00000014}.paper-rolls-image{width:100%;height:auto;display:block}.paper-rolls-info{display:flex;flex-direction:column;gap:10px}.paper-rolls-description{color:#666;line-height:1.5;font-size:14px;margin:0}.paper-rolls-price-section{background:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #e9ecef}.paper-rolls-price-box{display:flex;align-items:center;gap:15px;margin-bottom:15px;flex-wrap:wrap}.paper-rolls-price{font-size:20px;font-weight:700;color:#2196f3}.paper-rolls-original-price{font-size:14px;color:#999;text-decoration:line-through}.paper-rolls-price-per-roll{font-size:12px;color:#666;background:#e3f2fd;padding:4px 8px;border-radius:4px}.paper-rolls-form{display:flex;gap:10px;align-items:center}.paper-rolls-quantity{display:flex;align-items:center;gap:8px;background:#fff;padding:6px 10px;border-radius:6px;border:1px solid #e0e0e0}.paper-rolls-quantity input{width:30px;text-align:center;border:none;font-size:14px;font-weight:600;color:#333;background:transparent}.paper-rolls-quantity-btn{background:#f8f9fa;border:none;width:24px;height:24px;border-radius:4px;cursor:pointer;color:#555;font-size:12px;transition:all .2s ease}.paper-rolls-quantity-btn:hover{background:#2196f3;color:#fff}.paper-rolls-add-btn{background:linear-gradient(135deg,#2196f3,#21cbf3);color:#fff;border:none;padding:8px 15px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;flex:1;justify-content:center}.paper-rolls-add-btn:hover{background:linear-gradient(135deg,#1976d2,#2196f3);transform:translateY(-1px)}.paper-rolls-add-btn i{font-size:12px}.paper-rolls-stock{display:flex;align-items:center;gap:6px;margin-top:10px;color:#28a745;font-size:12px}.paper-rolls-stock i{font-size:12px}@media (max-width: 768px){.paper-rolls-section{padding:0 15px;margin:20px auto}.paper-rolls-container{padding:15px}.paper-rolls-header{flex-direction:column;align-items:flex-start;gap:10px}.paper-rolls-title{font-size:16px}.paper-rolls-content{grid-template-columns:100px 1fr;gap:15px}.paper-rolls-price-box{flex-direction:column;align-items:flex-start;gap:5px}.paper-rolls-price{font-size:18px}.paper-rolls-form{flex-direction:column;align-items:stretch}.quantity-selector{flex-direction:column;align-items:flex-start;gap:10px}.quantity-controls{width:100%}.quantity-input{flex:1}}@media (max-width: 480px){.quantity-btn{width:30px;height:30px}.quantity-input{font-size:14px}}.paper-rolls-content{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:start}.paper-rolls-image-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #00000014;margin-top:5px}@media (max-width: 768px){.paper-rolls-content{grid-template-columns:100px 1fr;gap:15px;align-items:start}.paper-rolls-image-container{margin-top:0}}@media (max-width: 768px){.rating-badge{max-width:160px!important;padding:6px 11px!important;gap:6px!important}.rating-badge>div:first-child{font-size:14px!important}.rating-badge span:first-child{font-size:13px!important}.rating-badge span:last-child{font-size:11px!important}}@media (max-width: 480px){.rating-badge{max-width:140px!important;padding:5px 9px!important}}@media (min-width: 1200px){.rating-badge{max-width:200px!important}}@media (max-width: 360px){.rating-badge{max-width:130px!important;gap:4px!important}}@media (max-width: 768px){header{position:sticky!important;top:0!important;z-index:20000!important;box-shadow:0 2px 10px #0000001a!important;transition:all .3s ease!important;padding:10px 15px!important}header.scrolled img[src*="logo.png"]{height:45px!important;max-width:200px!important;transition:all .3s ease}}@media (max-width: 480px){header{padding:8px 12px!important}}footer a{color:#000;text-decoration:none;font-weight:400;font-size:14px;padding:4px 8px;border-radius:4px;transition:all .3s ease;display:inline-block;background:#ffffff0d}footer a:hover{color:#000;background:#2196f31a;transform:translateY(-2px);box-shadow:0 4px 12px #2196f326}footer a:active{transform:translateY(0);box-shadow:0 2px 6px #2196f31a}footer .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:15px 0;padding:10px 0;border-top:1px solid var(--border-color, #e0e0e0);border-bottom:1px solid var(--border-color, #e0e0e0)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/style.css.map */
