.event-calendar-section{width:100%;overflow-x:hidden;background:#f5f5f0;position:relative;padding:2rem 0}.event-calendar-container{display:grid;grid-template-columns:350px 1fr;gap:6rem;align-items:start;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box;padding-left:2rem;padding-right:2rem}.event-calendar-info-column{padding:3rem 0;position:sticky;top:100px;max-width:100%;margin-left:0}.event-calendar-heading{text-align:left;margin-bottom:1.5rem;margin-left:0;padding-left:0;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.1;max-width:100%}.event-calendar-description{text-align:left;margin-bottom:2.5rem;margin-left:0;padding-left:0;font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.7);max-width:100%}.event-calendar-cta{display:inline-block;margin-top:1rem}.event-calendar-calendar-column{width:100%}.event-calendar-wrapper{width:100%;margin:0}@media screen and (max-width: 989px){.event-calendar-container{grid-template-columns:1fr!important;gap:2rem!important;grid-template-rows:auto auto;display:flex;flex-direction:column}.event-calendar-info-column{order:1;position:static;padding:0;width:100%}.event-calendar-calendar-column{order:2;width:100%}.event-calendar-heading{text-align:center;font-size:2rem}.event-calendar-description{text-align:center}.event-calendar-cta{display:block;text-align:center;margin-left:auto;margin-right:auto}.event-calendar-hover-popup{display:none!important}}.event-calendar-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;gap:2rem}.event-calendar-nav{background:linear-gradient(135deg,#fffffff2,#f8f2e4fa);border:2px solid rgba(212,175,55,.3);border-radius:50%;cursor:pointer;padding:.75rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#8b6914;transition:all .3s ease;box-shadow:0 2px 8px #6b6b5f1a,inset 0 1px #ffffffe6;position:relative}.event-calendar-nav:hover{opacity:.7}.event-calendar-nav svg{width:24px;height:24px}.event-calendar-month-year{font-size:2rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#6b6b5f;margin:0 auto;text-align:center;flex:1}.event-calendar-grid{background:#f5f5f0;border-radius:0;overflow:visible;box-shadow:none;padding:0}.event-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#f5f5f0;column-gap:.8rem;row-gap:0;padding:1rem 0 0;margin-bottom:0;border:none;border-bottom:none}.event-calendar-weekday{padding:.8rem 0;text-align:center;font-weight:500;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:#c9a961;display:flex;align-items:center;justify-content:center}.event-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);column-gap:.8rem;row-gap:0!important;padding:0;min-height:840px;background:#f5f5f0;border:none;border-top:none}.event-calendar-day{min-height:120px;height:120px;position:relative;background:transparent;transition:opacity .2s ease;border-radius:0;overflow:visible;display:block!important;width:100%!important;border:none}.event-calendar-day:hover{opacity:.9;cursor:pointer}.event-calendar-day--empty{background:#f5f5f0;min-height:120px;height:120px;display:block!important;width:100%!important;visibility:visible!important;opacity:1!important;border:none}.event-calendar-day-number{font-size:.9rem;font-weight:500;color:#000;position:absolute;top:.5rem;right:.5rem;z-index:6;line-height:1;pointer-events:none;background:transparent;padding:0}.event-calendar-day-events{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.event-calendar-day-events::-webkit-scrollbar{width:6px}.event-calendar-day-events::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:3px}.event-calendar-day-events::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.4);border-radius:3px}.event-calendar-day-events::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.6)}.event-calendar-event{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.event-calendar-event:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026;z-index:10}.event-calendar-event-image{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.event-calendar-event-info{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000000b3,#000000e6);color:#fff;padding:.8rem;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1;text-align:center}.event-calendar-event:hover .event-calendar-event-info{opacity:1}.event-calendar-event-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.3;text-align:center}.event-calendar-event-time{font-size:1rem;margin-bottom:.3rem;opacity:.9}.event-calendar-event-price{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.event-calendar-event-spots{font-size:.9rem;opacity:.8;margin-top:.3rem}.event-calendar-event-soldout{font-size:.9rem;color:#ff6b6b;font-weight:600;margin-top:.3rem}.event-calendar-hover-popup{position:fixed;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:1rem;max-width:400px;max-height:600px;overflow-y:auto;display:none;pointer-events:auto}.event-calendar-hover-event{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1);transition:background-color .2s ease}.event-calendar-hover-event:last-child{border-bottom:none}.event-calendar-hover-event:hover{background-color:#00000005}.event-calendar-hover-event-image{width:80px;height:80px;object-fit:cover;border-radius:4px;flex-shrink:0}.event-calendar-hover-event-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.event-calendar-hover-event-title{font-size:1.1rem;font-weight:700;color:rgba(var(--color-foreground),1);line-height:1.3}.event-calendar-hover-event-time{font-size:.95rem;color:rgba(var(--color-foreground),.7)}.event-calendar-hover-event-price{font-size:1rem;font-weight:600;color:rgba(var(--color-foreground),1)}.event-calendar-hover-event-spots{font-size:.9rem;color:rgba(var(--color-foreground),.6)}.event-calendar-hover-event-soldout{font-size:.9rem;color:#ff6b6b;font-weight:600}.event-calendar-day--has-events{cursor:pointer}.event-calendar-day--has-events:hover{background-color:rgba(var(--color-foreground),.03)}@media screen and (max-width: 749px){.event-calendar-wrapper{overflow-x:hidden}.event-calendar-weekdays{grid-template-columns:repeat(7,1fr)!important}.event-calendar-days{grid-template-columns:repeat(7,40px)!important;min-height:auto;column-gap:4px!important}.event-calendar-day,.event-calendar-day--empty{width:40px!important;min-height:60px!important;height:60px!important;margin:0!important;padding:0!important}.event-calendar-day--empty{width:100%!important;min-height:80px;height:80px}.event-calendar-day-number{font-size:1rem}.event-calendar-day-events{max-height:60px}.event-calendar-day-events--multiple{max-height:120px}.event-calendar-weekday{padding:.5rem;font-size:1rem}.event-calendar-month-year{font-size:1.4rem}.event-calendar-event-title{font-size:1rem}.event-calendar-event-time,.event-calendar-event-price{font-size:.9rem}}@media screen and (min-width: 750px) and (max-width: 989px){.event-calendar-days{min-height:700px}.event-calendar-day,.event-calendar-day--empty{min-height:100px;height:100px}.event-calendar-day-events{max-height:75px}.event-calendar-day-events--multiple{max-height:150px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-event-calendar.css.map */
