.booth-styles{--bs-content-width: 1176px;--bs-gutter: 48px;--bs-copy-width: 259px;--bs-row-height: 206px;--bs-row-gap: 48px;--bs-cells-visible: 3;--bs-cell-gap: 16px;background:var(--bs-bg, #fff)}.booth-styles__inner{width:min(var(--bs-content-width),100% - var(--bs-gutter) * 2);margin-inline:auto}.booth-styles__header{display:flex;flex-direction:column;align-items:center;gap:8px;margin:0 auto 48px;text-align:center}.booth-styles__heading{margin:0;font-family:var(--font-heading-family),"Inter",sans-serif;font-weight:700;font-size:32px;line-height:1;letter-spacing:.64px;text-transform:capitalize;color:var(--bs-heading, #000)}.booth-styles__subheading{margin:0;font-family:var(--font-body-family),"Inter",sans-serif;font-weight:400;font-size:16px;line-height:normal;letter-spacing:-.176px;color:var(--bs-heading, #000)}.booth-styles__subheading p{margin:0}.booth-styles__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--bs-row-gap)}.booth-styles__row{display:flex;align-items:stretch;gap:24px;min-height:var(--bs-row-height)}.booth-styles__copy{flex:0 0 var(--bs-copy-width);width:var(--bs-copy-width);display:flex;flex-direction:column;align-items:flex-start;gap:16px}.booth-styles__copy-text{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%}.booth-styles__titles{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.booth-styles__title{margin:0;width:100%;font-family:var(--font-heading-family),"Inter",sans-serif;font-weight:600;font-size:24px;line-height:normal;letter-spacing:normal;text-transform:capitalize;color:var(--bs-title, #000)}.booth-styles__best-for{margin:0;width:100%;font-family:var(--font-body-family),"Inter",sans-serif;font-weight:500;font-size:14px;line-height:normal;letter-spacing:-.154px;color:#000}.booth-styles__best-for-label{color:var(--bs-accent, #ae7d00)}.booth-styles__bullets{width:100%;font-family:var(--font-body-family),"Inter",sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:-.154px;color:var(--bs-text, rgba(0, 0, 0, .7))}.booth-styles__bullets p{margin:0}.booth-styles__bullets ul,.booth-styles__bullets ol{margin:0;padding:0;list-style:disc}.booth-styles__bullets li{margin:0 0 0 21px;padding:0;list-style:disc}.booth-styles__bullets ol,.booth-styles__bullets ol li{list-style:decimal}.booth-styles__button-wrap{display:flex;align-items:flex-start;height:48px;width:100%}.booth-styles__button{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:36px;padding:14px 32px;box-sizing:border-box;border-radius:50px;background:var(--bs-btn-bg, #ffc83a);color:var(--bs-btn-text, #463200);font-family:var(--font-body-family),"Inter",sans-serif;font-weight:600;font-size:16px;line-height:1;letter-spacing:-.176px;white-space:nowrap;text-decoration:none;box-shadow:0 3px 0 0 var(--bs-btn-shadow, #eba604);transition:transform .15s ease,box-shadow .15s ease}.booth-styles__button:hover{transform:translateY(-1px);box-shadow:0 4px 0 0 var(--bs-btn-shadow, #eba604)}.booth-styles__button .icon-chevron-right{flex:0 0 auto;width:20px;height:20px;color:currentColor}.booth-styles__gallery{position:relative;flex:1 1 0;min-width:0;align-self:stretch;border-radius:12px}.booth-styles__track{display:flex;align-items:stretch;gap:var(--bs-cell-gap);height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.booth-styles__track::-webkit-scrollbar{display:none}.booth-styles__cell{flex:0 0 calc((100% - var(--bs-cell-gap) * (var(--bs-cells-visible) - 1)) / var(--bs-cells-visible));scroll-snap-align:start;position:relative;border-radius:12px;background:var(--bs-cell-bg, #ededed);overflow:hidden}.booth-styles__cell>img,.booth-styles__cell>svg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.booth-styles__nav{position:absolute;bottom:8px;left:8px;right:8px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.booth-styles__arrow{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;box-sizing:border-box;border:0;border-radius:30px;background:#fff;color:#231900;cursor:pointer;box-shadow:0 1px #0000000d,0 3px 3px #0000000d}.booth-styles__arrow svg{width:24px;height:24px}@media screen and (max-width:989px)and (min-width:750px){.booth-styles{--bs-gutter: 24px}.booth-styles__rows{gap:40px}.booth-styles__cell{flex-basis:calc((100% - var(--bs-cell-gap)) / 2)}.booth-styles__header{margin-bottom:40px}.booth-styles__heading{font-size:28px;letter-spacing:.56px}}@media screen and (max-width:749px){.booth-styles{--bs-gutter: 0px;--bs-cell-gap: 12px}.booth-styles__rows{gap:12px}.booth-styles__header{margin-bottom:32px;padding:0 16px}.booth-styles__heading{font-size:24px;line-height:normal;letter-spacing:.48px}.booth-styles__subheading{line-height:22px}.booth-styles__row{flex-direction:column;align-items:stretch;gap:16px;min-height:0;padding:24px 16px;border-bottom:1px solid rgba(0,0,0,.15)}.booth-styles__row:last-child{border-bottom:0}.booth-styles__copy{display:contents}.booth-styles__copy-text{order:1;flex-direction:row;align-items:flex-start;gap:0}.booth-styles__titles,.booth-styles__bullets{flex:1 1 0;min-width:0;width:auto}.booth-styles__gallery{order:2;flex:0 0 auto;width:auto;height:160px;margin-right:-16px}.booth-styles__cell{flex:0 0 160px;width:160px}.booth-styles__nav{display:none}.booth-styles__button-wrap{order:3;height:auto}.booth-styles__button{width:100%;height:40px}.booth-styles__title{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-booth-styles.css.map */
