/* Minimal styles for the promotional popup */
.h2c-popup-promotion.h2c-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}
.h2c-popup-promotion .h2c-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;}
.h2c-popup-promotion .left{flex:1;background:#f3e6d9;display:flex;align-items:center;justify-content:center;}
.h2c-popup-promotion .left img{max-width:100%;height:100%;display:block;object-fit:cover;width: 100%;}
.h2c-popup-promotion .right{flex:1;padding:36px;position:relative;text-align: center;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.h2c-popup-promotion .right h2{font-size:28px;margin:0 0 12px}
.h2c-popup-promotion .right p{color:#666;margin:0 0 10px}
.h2c-popup-promotion .coupon{display:inline-flex;align-items:center;background:#213246;color:#fff;padding:12px 20px;border-radius:28px;cursor:pointer}
.h2c-popup-promotion .cookie-link{display:block;margin-top:16px;color:#666;text-decoration:underline;cursor:pointer}
.h2c-popup-promotion .close-btn{position:absolute;right:12px;top:12px;background:transparent;border:0;font-size:20px;cursor:pointer}
@media(max-width:767px){.h2c-popup-promotion .h2c-popup{flex-direction:column;overflow-y: auto;}.h2c-popup-promotion .left{max-height: 40vh;overflow: hidden;} .h2c-popup-promotion .left,.h2c-popup-promotion .right{width:100%;flex: auto;}.h2c-popup-promotion .right{padding: 24px;position: static;} .h2c-popup-promotion .right h2{font-size:24px;}.h2c-popup-promotion .close-btn {color: #fff;font-size: 30px;}}
