.book-a-demo{--img-min-h: 60rem;display:block}@media(min-width:750px){.book-a-demo{--img-min-h: 70rem}}.book-a-demo__breadcrumbs{margin-bottom:1rem}.book-a-demo__content{display:flex;width:100%}.book-a-demo__content:before{content:"";width:.1rem;margin-right:-.1rem;padding-bottom:var(--c-image-height-mb, var(--image-height))}@media(min-width:750px){.book-a-demo__content:before{padding-bottom:var(--c-image-height-tb, var(--image-height))}}@media(min-width:990px){.book-a-demo__content:before{padding-bottom:var(--c-image-height, var(--image-height))}}.book-a-demo__content-wrapper{position:relative;width:100%;padding-block:7.2rem;z-index:1;display:grid;grid-template-rows:auto 1fr}@media(min-width:750px){.book-a-demo__content-wrapper{padding-block:9.2rem 6.2rem}}.book-a-demo__media{position:absolute;width:100%;height:100%;top:0;left:0}.book-a-demo__media:before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:var(--overlay);opacity:var(--overlay-opacity);z-index:1}.book-a-demo__info{display:flex;align-items:center;justify-content:center}@media(min-width:750px){.book-a-demo__title:not(:last-child){margin-bottom:var(--heading-space)}}.bd-form{padding:2.4rem;border-radius:1.6rem;border:.1rem solid rgb(var(--color-outline));width:100%;max-width:45rem}@media(min-width:750px){.bd-form{padding:3.2rem}}.bd-form__field+.bd-form__field{margin-top:2.4rem}.bd-form__label{display:block;color:rgb(var(--color-foreground-sec));margin-bottom:1.6rem}.bd-form__btn-wrapper{margin-top:2.4rem;display:flex;justify-content:center}@media(max-width:749px){.bd-form__btn{width:100%}}.bd-form__description{text-align:center;max-width:33rem;margin-inline:auto;margin-top:1.6rem;color:#646464;font-size:1.5rem;line-height:2rem}.bd-modal__location-btn,.bd-modal__label{cursor:pointer;margin-top:1.6rem;color:rgb(var(--color-link));display:flex;gap:.8rem;align-items:center}.bd-modal__location-btn:hover .bd-modal__label-text,.bd-modal__label:hover .bd-modal__label-text{text-decoration:underline}.bd-modal__label:has(.bd-modal__label-location:not(:empty)) .bd-modal__label-icon{color:#ff5733}.bd-modal__label:has(.bd-modal__label-location:not(:empty)) .bd-modal__label-text{display:none}.bd-modal__label-location{color:rgb(var(--color-foreground-sec))}.bd-modal__label-icon{display:flex;align-items:center;justify-content:center}.bd-modal__dialog{--animation-scale-up: scale-up .3s ease-out;--animation-scale-down: scale-down .3s ease-in;width:min(90rem,calc(100% - var(--container-paddings) * 2));max-height:90vh;overflow:hidden;padding:0;border-radius:1.6rem;border:.1rem solid rgb(var(--color-outline));transition:opacity var(--duration-medium) allow-discrete,display var(--duration-medium) allow-discrete,overlay var(--duration-medium) allow-discrete;animation:var(--animation-scale-down) forwards;animation-timing-function:ease-in-out}.bd-modal__dialog[open]{animation:var(--animation-scale-up) forwards}@keyframes scale-up{0%{transform:scale(.75);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scale-down{0%{transform:scale(1);opacity:1}to{transform:scale(.75);opacity:0}}.bd-modal__dialog:not([open]){pointer-events:none;opacity:0}.bd-modal__dialog::backdrop{cursor:pointer;background:#000;opacity:.4}.bd-modal__dialog-wrapper{overflow-y:auto;max-height:90vh}.bd-modal__location-btn{margin-top:0}@media(max-width:749px){.bd-modal__location-btn{grid-area:location}}.bd-modal__location-btn>div:first-child{display:flex;align-items:center;justify-content:center}.bd-modal__top{padding:2.4rem;border-bottom:.1rem solid rgb(var(--color-outline));display:grid;flex-wrap:wrap;align-items:center;gap:.8rem;grid-template-columns:1fr auto}@media(max-width:749px){.bd-modal__top{grid-template-areas:"search close" "location location"}}@media(min-width:750px){.bd-modal__top{grid-template-columns:minmax(0,53.4rem) auto auto;padding:3.2rem;gap:2.4rem}}.bd-modal__bottom{position:sticky;bottom:0;border-top:.1rem solid rgb(var(--color-outline));padding:2.4rem;background:rgb(var(--color-background))}@media(min-width:750px){.bd-modal__bottom{padding:1.6rem 3.2rem 3.2rem;display:flex;justify-content:end}}.bd-modal__close{margin-left:auto}.bd-modal__content{padding-inline:2.4rem;padding-block:1.6rem 12rem;overflow-y:auto;position:sticky;top:0;-ms-overflow-style:none;scrollbar-width:none}.bd-modal__content::-webkit-scrollbar{display:none}@media(min-width:750px){.bd-modal__content{max-height:min(calc(90vh - 18.7rem),58.2rem);padding-inline:3.2rem;padding-block:1.6rem;-ms-overflow-style:auto;scrollbar-width:auto}.bd-modal__content::-webkit-scrollbar{display:block}}.bd-modal__grid{display:grid;gap:2.4rem}@media(min-width:750px){.bd-modal__grid{grid-template-columns:1fr 26.2rem}}@media(max-width:749px){.bd-modal__choose-store{width:100%}}.bd-modal__map-wrapper{top:0;position:sticky;align-self:start}.bd-modal__map{min-height:35rem}@media screen and (min-width:750px){.bd-modal__map{min-height:55rem}}.bd-modal__locations{container-type:inline-size}.bd-location:not(:last-child){margin-bottom:1.6rem}.bd-location__checkbox{--size: 3rem;height:var(--size);width:var(--size);border-radius:50%;border:.1rem solid rgb(var(--color-outline));background:#fff;display:flex;align-items:center;justify-content:center;position:absolute;top:1.3rem;left:1.2rem;z-index:1}.bd-location__checkbox .svg-wrapper{visibility:hidden}input:checked+.bd-location__wrapper{border-width:.2rem;border-color:rgb(var(--color-button-h))}@media(min-width:990px){input:checked+.bd-location__wrapper{padding:2.2rem}}input:checked+.bd-location__wrapper .bd-location__checkbox{background:rgb(var(--color-button-h));border-color:rgb(var(--color-button-h));color:rgb(var(--color-button-text-h))}input:checked+.bd-location__wrapper .bd-location__checkbox .svg-wrapper{visibility:visible}.bd-location__wrapper{cursor:pointer;position:relative;border:.1rem solid rgb(var(--color-outline));border-radius:1.6rem;display:grid;gap:2.4rem 1.6rem;padding:1.6rem;text-align:center}@container (min-width: 300px){.bd-location__wrapper{grid-template-columns:13.7rem 1fr;text-align:left}}@media(min-width:750px){.bd-location__wrapper{padding:2.3rem}}.bd-locattion__media{--image-height: 84.113%;border-radius:.8rem}.bd-locattion__media img{transition:all var(--duration-medium) ease-in}.bd-location:hover .bd-locattion__media img{scale:1.1}.bd-location__inner{word-break:break-word}@container (min-width: 300px){.bd-location__inner{align-self:center}}.bd-location__name{color:rgb(var(--color-heading));font-weight:500}@media(min-width:750px){.bd-location__name{font-size:1.8rem;line-height:2.6rem}}.bd-location__address{margin-top:.4rem;color:rgb(var(--color-foreground-sec))}@media(min-width:750px){.bd-location__address{margin-top:.8rem}}.bd-modal__search-wrapper{width:100%}@media(max-width:749px){.bd-modal__search-wrapper{grid-area:search}}.bd-modal__search-wrapper gmp-place-autocomplete{background:rgb(var(--color-input));border-radius:3.2rem;border:.1rem solid rgb(var(--color-input-border));color:rgb(var(--color-input-text));width:100%}.bd-modal__search-wrapper gmp-place-autocomplete .dropdown{background:rgb(var(--color-input));border-color:rgb(var(--color-input-border));color:rgb(var(--color-input-text))}.bd-modal__search-wrapper gmp-place-autocomplete::placeholder{color:rgb(var(--color-input-placeholder))}.bd-modal__search-wrapper gmp-place-autocomplete:focus-visible,.bd-modal__search-wrapper gmp-place-autocomplete:hover{border-color:rgb(var(--color-input-border-f))}
/*# sourceMappingURL=/cdn/shop/t/45/assets/section-book-a-demo.css.map */
