.popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;justify-content:center;align-items:center}.popup-content{background:#fff;padding:20px;border-radius:8px;text-align:center;width:90%;max-width:500px;box-shadow:0 4px 10px rgba(0,0,0,.2);position:relative;animation:fadeIn .5s ease}.popup-close{position:absolute;top:10px;right:10px;background:0 0;border:none;font-size:20px;font-weight:700;color:#000;cursor:pointer;z-index:1001;padding:5px;line-height:1}.popup-close:hover{color:#07465b}.shop-christmas-button{display:none;position:fixed;right:0;top:50%;height:30%;transform:translateY(-50%);background:#07465b;color:#fff;padding:10px 20px;border-radius:5px 0 0 5px;cursor:pointer;z-index:9999;font-size:18px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.3);writing-mode:vertical-rl;text-orientation:mixed;text-transform:capitalize;font-weight:700;letter-spacing:1px;line-height:1;transform-origin:center right;transition:background .3s ease;font-family:"Grandstander",cursive !important;font-optical-sizing:auto;font-style:normal !important}.shop-christmas-button:hover{background:#07465b}.shop-christmas-button .button-text{display:inline-block;transform-origin:center}.category-images{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-content:center;align-items:center;margin-top:20px}.category-image{width:160px;height:160px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.category-image:hover{transform:scale(1.1);box-shadow:0 6px 8px rgba(0,0,0,.2)}.category-image img{width:100%;height:100%;object-fit:cover}.categories-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-content:center;margin:10px 0}.category-item{text-align:center}.category-link{text-decoration:none;color:inherit}.logo-container{margin:20px 0}.popup-logo{display:block;margin:0 auto;max-width:200px}@media (max-width:480px){.popup-content{max-width:90%}.shop-christmas-button{font-size:12px;padding:8px 15px}.category-image{width:120px;height:120px}.popup-logo{max-width:150px}}@media (min-width:481px) and (max-width:768px){.popup-content{max-width:80%}.shop-christmas-button{font-size:13px;padding:9px 18px}.category-image{width:140px;height:140px}.categories-container{grid-template-columns:repeat(2,1fr)}.popup-logo{max-width:180px}}