product-info,wlf-event-product{display:block}.wlf-event-product{--color-accent: #EE1E40;--color-bg-secondary: #F4F4F4;--color-border: #E8E8E8;--color-text-dim: rgba(0, 0, 0, .6);--color-error: #EB001B;--border-radius: 20px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:row;justify-content:center;gap:3rem;align-items:start;margin:0 auto}.product-form__error-message{color:var(--color-error)}.wlf-event-product__left-column{flex:1;min-width:0}.wlf-event-product__sidebar-column{width:40rem;flex-shrink:0}@media screen and (max-width:990px){.wlf-event-product{flex-direction:column;gap:2rem}.wlf-event-product__sidebar-column{width:100%}}.wlf-event-product__left{display:flex;flex-direction:column;gap:2rem}.wlf-event-product__slider-container{position:relative;width:100%;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 4px 30px #0000000d}.wlf-event-product__main-image-slider{width:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none}.wlf-event-product__main-image-slider:active{cursor:grabbing}.wlf-event-product__main-image-slider::-webkit-scrollbar{display:none}.wlf-event-product__main-image-slide{flex:0 0 100%;width:100%;scroll-snap-align:start;line-height:0;background:#f8f8f8;overflow:hidden}.wlf-event-product__main-image-slide img{width:100%;height:100%;display:block;pointer-events:none;object-fit:cover;object-position:center}.wlf-event-product__slider-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:.8rem;z-index:2;padding:.8rem 1.2rem;background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:99px;pointer-events:none}.wlf-slider-dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:var(--transition);pointer-events:auto}.wlf-slider-dot.is-active{background:#fff;transform:scale(1.4);box-shadow:0 0 8px #ffffff80}.wlf-event-product__info-card{background:#fff;border-radius:var(--border-radius);padding:2.5rem;box-shadow:0 4px 30px #00000008;margin-top:2rem}.wlf-event-product__tabs-nav{display:flex;gap:2.5rem;margin-bottom:2rem}.wlf-event-product__tab-btn{background:none;border:none;padding:0 0 .5rem;font-weight:700;color:#bababa;cursor:pointer;transition:var(--transition);text-transform:none}.wlf-event-product__tab-btn.is-active{color:#121212}.wlf-event-product__accordion-item{background:var(--color-bg-secondary);border-radius:12px;margin-bottom:.75rem;overflow:hidden}.wlf-event-product__accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;font-weight:600;color:#121212}.wlf-icon-plus{line-height:0;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.wlf-icon-plus svg{width:14px;height:14px;display:block}.wlf-event-product__accordion-item.is-open .wlf-icon-plus,.wlf-event-product__terms.is-open .wlf-icon-caret{transform:rotate(45deg)}.wlf-event-product__terms.is-open .wlf-icon-caret{transform:rotate(180deg)}.wlf-event-product__accordion-content{max-height:0;overflow:hidden;transition:var(--transition);color:var(--color-text-dim);padding:0 2rem}.wlf-event-product__accordion-item.is-open .wlf-event-product__accordion-content{max-height:500px;padding-bottom:1.5rem}.wlf-event-product__purchase-card{background:#fff;border-radius:var(--border-radius);padding:3rem;box-shadow:0 4px 60px #0000000d;position:sticky;top:2rem}.wlf-event-product__title{line-height:1.1;margin:0 0 1.5rem;letter-spacing:-.02em}.wlf-event-product__price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.wlf-event-product__price{font-weight:700;margin-bottom:.25rem}.wlf-event-product__subtext{color:var(--color-text-dim)}.wlf-variant-group{margin-bottom:2rem}.wlf-variant-group__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.wlf-variant-group__label{font-weight:700;color:#121212}.wlf-variant-group__count{color:var(--color-accent);font-weight:700;letter-spacing:.05em}.wlf-variant-group__options{display:flex;flex-wrap:wrap;gap:.75rem}.wlf-option-btn{background:var(--color-bg-secondary);border:none;padding:.85rem 1.75rem;border-radius:99px;cursor:pointer;font-weight:600;transition:var(--transition);color:#121212}.wlf-option-btn:hover{background:#ededed}.wlf-option-btn.is-selected{background:var(--color-accent);color:#fff}.wlf-event-product__buy-btn{width:100%;background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border:none!important;padding:1.5rem!important;border-radius:99px!important;font-weight:700;cursor:pointer;margin-top:1rem;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 15px #0000001a}.wlf-event-product__buy-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.wlf-event-product__buy-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;filter:none!important;box-shadow:none!important}.wlf-event-product__terms{margin-top:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.wlf-event-product__terms-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#121212;font-weight:600}.wlf-icon-caret{width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:var(--transition)}.wlf-icon-caret svg{width:100%;height:100%}.wlf-event-product__terms-content{max-height:0;overflow:hidden;transition:var(--transition);color:var(--color-text-dim);padding:0}.wlf-event-product__terms.is-open .wlf-event-product__terms-content{max-height:1000px;padding-top:1.5rem}.wlf-event-product__purchase-card fieldset.product-form__input .form__label{margin-bottom:.5rem;font-weight:700}.wlf-event-product__purchase-card fieldset.product-form__input label{box-shadow:none!important;padding:.85rem 1.75rem;border-radius:99px;cursor:pointer;font-weight:600;transition:var(--transition);margin-right:.8rem;margin-bottom:.8rem;font-size:1.4rem;display:inline-block}.wlf-event-product__purchase-card fieldset.product-form__input label:hover{filter:brightness(.9)}.wlf-event-product__purchase-card fieldset.product-form__input input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.wlf-event-product__speakers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem .8rem;margin-top:2rem}@media screen and (max-width:749px){.wlf-event-product__speakers-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem .8rem}}.wlf-event-speaker-card{background:#f5f5f5;border-radius:20px;padding:1.6rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1.5rem;text-decoration:none;color:inherit;transition:transform .3s ease;height:100%}.wlf-event-speaker-card:hover{transform:translateY(-5px)}.wlf-event-speaker-card__image-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#fff;flex-shrink:0}.wlf-event-speaker-card__image-wrapper img{width:100%;height:100%;object-fit:cover}.wlf-event-speaker-card__info{display:flex;flex-direction:column;gap:.5rem}.wlf-event-speaker-card__name{margin:0;font-weight:700;line-height:1.2}.wlf-event-speaker-card__title{margin:0;opacity:.7;font-size:.9em;line-height:1.3}.wlf-event-product__tab-content[id=topics] .wlf-icon-plus{display:none!important}.wlf-event-product__tab-content[id=topics] .wlf-event-product__accordion-header{cursor:default}
/*# sourceMappingURL=/cdn/shop/t/5/assets/wlf-event-product.css.map */
