/* Minimal styles for the promotional popup */
.togo-popup-promotion.togo-popup-overlay{position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.45);display:none;align-items:center;justify-content:center}
.togo-popup-promotion .togo-popup{height: min-content;max-height: 90%;transform: translate(-50%, -50%);top: 50%;left: 50%;background:#fff;border-radius:12px;max-width:760px;width:90%;display:flex;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.2); opacity: 1;visibility: visible;}
.togo-popup-promotion .left{flex:1;background:#f3e6d9;display:flex;align-items:center;justify-content:center;}
.togo-popup-promotion .left img{max-width:100%;height:100%;display:block;object-fit:cover;width: 100%;}
.togo-popup-promotion .right{flex:1;padding:36px;position:relative;text-align: center;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.togo-popup-promotion .right h2{font-size:28px;margin:0 0 12px}
.togo-popup-promotion .right p{color:#666;margin:0 0 10px}
.togo-popup-promotion .coupon{display:inline-flex;align-items:center;background:#111;color:#fff;padding:12px 20px;border-radius:28px;cursor:pointer}
.togo-popup-promotion .cookie-link{display:block;margin-top:16px;color:#666;text-decoration:underline;cursor:pointer}
.togo-popup-promotion .close-btn{position:absolute;right:12px;top:12px;background:transparent;border:0;font-size:20px;cursor:pointer}
@media(max-width:767px){.togo-popup-promotion .togo-popup{flex-direction:column;overflow-y: auto;}.togo-popup-promotion .left{max-height: 40vh;overflow: hidden;} .togo-popup-promotion .left,.togo-popup-promotion .right{width:100%;flex: auto;}.togo-popup-promotion .right{padding: 24px;position: static;} .togo-popup-promotion .right h2{font-size:24px;}.togo-popup-promotion .close-btn {color: #fff;font-size: 30px;}}
