.template-smokeshow{--smoke-primary:#006f45;--smoke-secondary:#daf9ed;--smoke-teal:#b7ded2;--smoke-cream:#faf3eb;--smoke-yellow:#f9cc36;--smoke-yellow-light:#f7e49a;--smoke-pink:#F6DEE6;--smoke-dark:#0d0d0b;--smoke-gray:#6c6c6c;--smoke-light-gray:#a7a7a7}.smokeshow-logo-img{height:80px;width:auto;object-fit:contain}@media (max-width:768px){.smokeshow-logo-img{height:50px}}@media (max-width:480px){.smokeshow-logo-img{height:40px}}.smokeshow-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--smoke-cream,#faf3eb);min-height:100vh}.smokeshow-page,.smokeshow-page>header{padding:0;margin:0}.smokeshow-hero{position:relative;min-height:500px;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center}.smokeshow-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.1)}.smokeshow-hero-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:800px}.smokeshow-hero-content h1{font-size:3rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;line-height:1.1}.smokeshow-hero-content p{font-size:1rem;max-width:600px;margin:0 auto 2rem;line-height:1.6}.smokeshow-hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:700;border-radius:.5rem;border:3px solid var(--smoke-dark);text-transform:uppercase;transition:all .2s;cursor:pointer}.smokeshow-hero-btn:hover{transform:translateY(-2px)}.smokeshow-zigzag{height:32px;width:100%;margin:-3px 0 -4px}.smokeshow-zigzag-top{position:relative;margin-top:-32px}.smokeshow-categories{background-color:var(--smoke-teal);position:relative}.smokeshow-categories-title{text-align:center;padding:2.5rem 0 2rem;font-size:2rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark)}.smokeshow-categories-grid{display:flex;justify-content:center;gap:1rem;padding:0 1rem 3rem;overflow-x:auto;scrollbar-width:none}.smokeshow-categories-grid::-webkit-scrollbar{display:none}.smokeshow-category-item{display:flex;flex-direction:column;align-items:center;flex-shrink:0;cursor:pointer;transition:transform .2s}.smokeshow-category-item:hover{transform:scale(1.05)}.smokeshow-category-icon{width:136px;height:136px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .2s ease}.smokeshow-category-item:hover .smokeshow-category-icon{transform:rotate(-15deg)}.smokeshow-category-icon img{width:100%;height:100%;object-fit:contain;padding:.5rem}.smokeshow-category-name{margin-top:.5rem;font-size:.75rem;font-weight:700;color:var(--smoke-dark);text-align:center;white-space:nowrap}.smokeshow-products-section{padding:3rem 0;border-top:5px dashed rgb(127,174,160)}.smokeshow-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:0 1rem}.smokeshow-section-title{font-size:1.5rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);position:relative}.smokeshow-section-title:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background:var(--smoke-pink);border-radius:2px}.smokeshow-carousel-wrapper{position:relative;padding:0 3rem}.smokeshow-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:.5rem}.smokeshow-carousel::-webkit-scrollbar{display:none}.smokeshow-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--smoke-cream,#faf3eb);border:2px solid var(--smoke-dark);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:1.5rem;transition:all .2s}.smokeshow-carousel-btn:hover{background:var(--smoke-dark);color:white}.smokeshow-carousel-prev{left:0}.smokeshow-carousel-next{right:0}.smokeshow-product-card{flex-shrink:0;width:280px;background:var(--smoke-cream,#faf3eb);border:3px solid var(--smoke-dark);border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.smokeshow-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.smokeshow-product-image{position:relative;height:200px;background:var(--smoke-cream,#faf3eb);display:flex;align-items:center;justify-content:center}.smokeshow-product-image img{max-width:100%;max-height:100%;object-fit:contain}.smokeshow-sale-badge{position:absolute;top:.75rem;right:.75rem;background:var(--smoke-pink);color:var(--smoke-dark);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;border:2px solid var(--smoke-dark)}.smokeshow-product-info{padding:1rem}.smokeshow-product-brand{font-size:.75rem;color:var(--smoke-gray);text-transform:uppercase;margin-bottom:.25rem}.smokeshow-product-name{font-size:1rem;font-weight:700;color:var(--smoke-dark);margin-bottom:.5rem;line-height:1.3}.smokeshow-product-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;min-height:24px}.smokeshow-tag{font-size:.625rem;padding:.125rem .5rem;border-radius:9999px;background:var(--smoke-secondary,#daf9ed);color:var(--smoke-gray);font-weight:500}.smokeshow-tag-strain{display:flex;align-items:center;gap:.25rem}.smokeshow-product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.smokeshow-price-original{font-size:.875rem;color:var(--smoke-gray);text-decoration:line-through}.smokeshow-price-current{font-size:1.125rem;font-weight:700;color:var(--smoke-dark)}.smokeshow-price-sale{color:var(--smoke-primary)}.smokeshow-discount-badge{font-size:.625rem;padding:.125rem .5rem;border-radius:9999px;background:var(--smoke-primary);color:white;font-weight:600}.smokeshow-add-to-cart-btn{width:100%;padding:.75rem;background:var(--smoke-pink);color:var(--smoke-dark);border:2px solid var(--smoke-dark);border-radius:.5rem;font-weight:700;font-size:.75rem;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background .2s}.smokeshow-add-to-cart-btn:hover{background:#f8c8cb}.smokeshow-our-story{position:relative;padding:12px 0 96px;overflow:hidden}.smokeshow-our-story .container{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 1rem}.smokeshow-our-story__inner{display:flex;flex-flow:row wrap;align-items:center}.smokeshow-our-story__left,.smokeshow-our-story__right{flex:1 1 50%;min-width:280px}.smokeshow-our-story__left{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;padding-right:10%}.smokeshow-our-story__left-image{display:block}.smokeshow-our-story__left-image img{max-width:180px;height:auto;object-fit:contain;transform:rotate(-15deg)}.smokeshow-our-story__left-title{margin:0;font-size:2rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);line-height:1.2}.smokeshow-our-story__left-button{display:inline-flex;padding:.875rem 2rem;background:var(--smoke-dark);color:white;font-weight:700;border-radius:9999px;border:3px solid var(--smoke-dark);text-transform:uppercase;cursor:pointer;transition:all .2s;width:-moz-fit-content;width:fit-content}.smokeshow-our-story__left-button:hover{background:#2c2c2c}.smokeshow-our-story__right{position:relative;display:grid;grid-gap:2rem;gap:2rem;justify-items:flex-start;padding-left:7%}.smokeshow-our-story__right-image{position:relative}.smokeshow-our-story__right-image>img:first-child{max-width:350px;width:100%;height:auto;object-fit:cover;border-radius:12px;transform:rotate(3.7deg);border:3px solid var(--smoke-dark)}.smokeshow-our-story__right-image:after{content:"";position:absolute;top:9px;left:-9px;width:100%;height:100%;background:var(--smoke-yellow);border-radius:12px;z-index:-1;transform:rotate(3.7deg)}.smokeshow-our-story__good-times{position:absolute;bottom:-80px;left:-50%;width:250px;height:230px;object-fit:contain;z-index:2}.smokeshow-our-story__right-card{position:absolute;top:25px;left:40%;max-width:300px;padding:24px;background:var(--smoke-cream,#faf3eb);border-radius:12px;border:1px solid var(--smoke-dark);text-align:center;transform:rotate(-3.4deg)}.smokeshow-our-story__clip{position:absolute;top:-45px;left:20px;width:32px;height:87px;object-fit:contain;z-index:2}.smokeshow-our-story__right-title{margin-bottom:1rem;font-size:1.25rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark)}.smokeshow-our-story__right-text{margin:0}.smokeshow-our-story__right-text p{font-size:.875rem;color:var(--smoke-dark);line-height:1.6;margin-bottom:1rem}.smokeshow-our-story__right-text p:last-child{margin-bottom:0}.smokeshow-icon-boxes{padding:3rem 0;background:var(--smoke-cream,#faf3eb)}.smokeshow-icon-boxes__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.icon-box{display:flex;align-items:center;flex-direction:column;text-align:center}.icon-box__icon{flex-shrink:0;margin-bottom:1rem}.icon-box__icon-image{width:80px;height:80px;object-fit:contain}.icon-box__content{flex-grow:1}.icon-box__text{margin-bottom:0}.icon-box__text h3{font-size:1rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin:0;white-space:pre-line}.icon-box__subtext{margin-top:.5rem}.icon-box__subtext p{font-size:.875rem;color:var(--smoke-gray);margin:0;max-width:200px}.how-pickup-delivery-work{padding:3rem 0;background:var(--smoke-cream,#faf3eb)}.how-pickup-delivery-work .title-has-bg{text-align:center;font-size:1.75rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin-bottom:2rem;position:relative;display:inline-block;width:100%}.how-pickup-delivery-work .title-has-bg:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:200px;height:4px;background:var(--smoke-pink);border-radius:2px}.how-pickup-delivery-work__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.how-pickup-delivery-work-col{border-radius:1rem;padding:2rem;border:3px solid var(--smoke-dark)}.how-pickup-delivery-work-col>h3{text-align:center;font-size:1.25rem;font-weight:900;text-transform:uppercase;color:white;background:var(--smoke-dark);padding:.75rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem}.how-delivery-work .icon-box{flex-direction:row;text-align:left;margin-bottom:1.25rem;gap:1rem}.how-delivery-work .icon-box__icon-image{width:48px;height:48px}.how-delivery-work .icon-box__text h3{font-size:.875rem;margin-bottom:.25rem}.how-delivery-work .icon-box__subtext p{font-size:.8125rem;max-width:none}.dk-block-image-text{position:relative}.dk-block-image-text__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.dk-block-image-text__image{position:relative}.dk-block-image-text__image img{width:100%;max-width:400px;height:auto;object-fit:contain}.dk-block-image-text__content{text-align:left;padding-bottom:16px}.dk-block-image-text__content__title{font-size:2rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin-bottom:1rem}.dk-block-image-text__content__shorttext{margin-bottom:1.5rem}.dk-block-image-text__content__shorttext p{font-size:.875rem;color:var(--smoke-dark);line-height:1.6;margin-bottom:1rem}.smokeshow-newsletter{background:var(--smoke-yellow-light);position:relative;padding:24px}.smokeshow-newsletter__row{display:grid;grid-template-columns:1fr 1fr;min-height:260px;height:100%;width:100%;margin:0 auto;border:2px solid var(--smoke-dark,#0d0d0b);border-radius:24px;overflow:hidden}.smokeshow-newsletter__bg{min-height:256px;height:100%}.smokeshow-newsletter__form{display:flex;flex-direction:column;justify-content:center;padding:3rem;background-color:var(--smoke-cream,#faf3eb)}.smokeshow-newsletter__form h2{font-size:1.75rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin-bottom:.75rem}.smokeshow-newsletter__form p{font-size:.875rem;color:var(--smoke-dark);margin-bottom:1.5rem}.smokeshow-newsletter__form-inner{display:flex;gap:.75rem;flex-wrap:wrap}.smokeshow-newsletter__input-wrap{flex:1 1;min-width:200px}.smokeshow-newsletter__input-wrap .form-control{width:100%;padding:.875rem 1rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:.875rem;background:var(--smoke-cream,#faf3eb)}.smokeshow-newsletter__input-wrap .form-control:focus{outline:none;border-color:var(--smoke-primary)}.smokeshow-newsletter__btn-wrap .btn{padding:.875rem 1.5rem;background:var(--smoke-pink);color:var(--smoke-dark);font-weight:700;border-radius:9999px;border:3px solid var(--smoke-dark);cursor:pointer;text-transform:uppercase;font-size:.875rem;white-space:nowrap;transition:all .2s}.smokeshow-newsletter__btn-wrap .btn:hover{background:#f8c8cb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s}.btn-secondary{padding:.875rem 2rem;background:var(--smoke-dark);color:white;font-weight:700;border-radius:9999px;border:3px solid var(--smoke-dark);text-transform:uppercase}.btn-secondary:hover{background:#2c2c2c}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.smokeshow-delivery{background:var(--smoke-teal);text-align:center;position:relative}.smokeshow-delivery-content{max-width:800px;margin:0 auto;padding:2rem 1rem 3rem;position:relative;z-index:1}.smokeshow-delivery h2{font-size:2rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin-bottom:1rem}.smokeshow-delivery p{font-size:.875rem;color:var(--smoke-dark);line-height:1.6;margin-bottom:1.5rem}.smokeshow-container{max-width:1280px;margin:0 auto;padding:0 1rem}.smokeshow-build-bag-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.smokeshow-how-it-works-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (max-width:1024px){.smokeshow-how-it-works-grid{grid-template-columns:1fr}.smokeshow-icon-boxes__grid{grid-template-columns:repeat(2,1fr)}.smokeshow-build-bag-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.how-pickup-delivery-work__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.dk-block-image-text__inner{grid-template-columns:1fr;text-align:center}.dk-block-image-text__image{order:-1}.dk-block-image-text__content{text-align:center}.smokeshow-newsletter__row{grid-template-columns:1fr}.smokeshow-newsletter__bg{min-height:200px}.smokeshow-newsletter__form{text-align:center;align-items:center}.smokeshow-our-story__left-image img{max-width:200px}.smokeshow-our-story__right-image>img:first-child{max-width:280px}.smokeshow-our-story__right-card{max-width:260px;left:35%}.smokeshow-our-story__good-times{width:180px;height:165px;left:-40%;bottom:-60px}}@media (max-width:767px){.smokeshow-our-story{padding-bottom:280px}.smokeshow-our-story__inner{flex-direction:column;gap:2rem}.smokeshow-our-story__left,.smokeshow-our-story__right{flex:1 1 100%}.smokeshow-our-story__left{padding-right:0;padding-bottom:48px;align-items:center;text-align:center}.smokeshow-our-story__left-image img{display:none}.smokeshow-our-story__left-title{text-align:center}.smokeshow-our-story__left-button{margin:0 auto}.smokeshow-our-story__right{padding-left:0;justify-items:center}.smokeshow-our-story__right-image>img:first-child{max-width:320px;transform:rotate(-3.7deg)}.smokeshow-our-story__right-image:after{top:-9px;right:-9px;left:unset;transform:rotate(-3.7deg)}.smokeshow-our-story__right-card{position:relative;top:unset;left:unset;max-width:323px;transform:none}.smokeshow-our-story__clip{top:-15px;width:19px;height:50px}.smokeshow-our-story__good-times{position:absolute;bottom:-45px;right:0;left:unset;width:123px;height:85px}}@media (max-width:640px){.smokeshow-hero-content h1{font-size:1.75rem}.smokeshow-icon-boxes__grid{grid-template-columns:1fr 1fr;gap:1rem}.icon-box__icon-image{width:60px;height:60px}.icon-box__text h3{font-size:.875rem}.icon-box__subtext p{font-size:.75rem}.smokeshow-newsletter__form-inner{flex-direction:column}.smokeshow-newsletter__input-wrap{width:100%}.smokeshow-category-icon{width:60px;height:60px}.smokeshow-newsletter-form{flex-direction:column}}.smokeshow-become-member-btn{background:var(--smoke-pink);color:var(--smoke-dark);border:2px solid var(--smoke-dark)}.smokeshow-page-header{background-color:var(--smoke-teal);padding:2rem 1rem;text-align:center}.smokeshow-page-header-title{font-size:2.5rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin-bottom:.5rem}.smokeshow-page-header-subtitle{color:var(--smoke-gray)}.smokeshow-main-content{background-color:var(--smoke-cream);min-height:50vh}.smokeshow-section-title-wrapper{display:flex;align-items:center;gap:.75rem}.smokeshow-section-title-wrapper--centered{justify-content:center}.smokeshow-star-icon{width:24px;height:24px}.smokeshow-section-title-text{font-size:1.5rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);position:relative}.smokeshow-section-title-text--centered{font-size:2rem}.smokeshow-section-title-underline{position:absolute;bottom:-4px;left:0;width:100%;height:4px;background:var(--smoke-pink);border-radius:2px}.smokeshow-hero-title{color:var(--smoke-dark);font-size:2.5rem;line-height:1.1}.smokeshow-hero-subtitle{color:var(--smoke-dark);margin-top:1rem}.smokeshow-hero-cta{background-color:var(--smoke-pink);color:var(--smoke-dark);margin-top:1.5rem}.smokeshow-categories-section--white{background-color:var(--smoke-cream,#faf3eb)}.smokeshow-categories-header{padding:2.5rem 0 2rem;display:flex;justify-content:center}.smokeshow-category-icon-color{color:var(--smoke-dark)}.smokeshow-section-header--centered{display:flex;justify-content:center;margin-bottom:1.5rem}.smokeshow-build-bag-section{background-color:var(--smoke-pink);position:relative}.smokeshow-build-bag-container{padding:2rem 1rem 3rem}.smokeshow-our-story-section{background-color:var(--smoke-teal)}.smokeshow-pickup-col{background-color:var(--smoke-teal,#b7ded2)}.smokeshow-delivery-col{background-color:var(--smoke-pink)}.smokeshow-same-day-section{background-color:var(--smoke-teal)}.smokeshow-newsletter-bg{border-radius:24px 0 0 24px;background-position:100% 0;background-repeat:no-repeat;background-size:cover;background-color:var(--smoke-cream,#faf3eb)}.smokeshow-product-placeholder{width:100%;height:100%;background:var(--smoke-cream,#faf3eb)}.smokeshow-cart-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:100}.smokeshow-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background-color:var(--smoke-cream);z-index:101;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.15)}.smokeshow-cart-header{padding:1rem 1.5rem;border-bottom:3px solid var(--smoke-dark);display:flex;align-items:center;justify-content:space-between;background-color:var(--smoke-teal)}.smokeshow-cart-header-title{font-size:1.25rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark);margin:0}.smokeshow-cart-close-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--smoke-dark)}.smokeshow-cart-items{flex:1 1;overflow-y:auto;padding:1rem 1.5rem}.smokeshow-cart-empty{text-align:center;padding:3rem 1rem;color:var(--smoke-gray)}.smokeshow-cart-empty-icon{margin:0 auto 1rem;opacity:.5}.smokeshow-cart-empty-text{margin-bottom:1rem}.smokeshow-cart-shop-btn{padding:.75rem 1.5rem;background-color:var(--smoke-dark);color:white;border:none;border-radius:9999px;font-weight:700;font-size:.875rem;text-transform:uppercase;cursor:pointer}.smokeshow-cart-items-list{display:flex;flex-direction:column;gap:1rem}.smokeshow-cart-item{display:flex;gap:1rem;padding:1rem;background-color:var(--smoke-cream,#faf3eb);border-radius:.75rem;border:2px solid var(--smoke-dark)}.smokeshow-cart-item-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background-color:var(--smoke-cream,#faf3eb)}.smokeshow-cart-item-img{width:100%;height:100%;object-fit:contain}.smokeshow-cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--smoke-light-gray)}.smokeshow-cart-item-info{flex:1 1;min-width:0}.smokeshow-cart-item-name{font-size:.875rem;font-weight:700;color:var(--smoke-dark);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smokeshow-cart-item-variation{font-size:.75rem;color:var(--smoke-gray);margin-bottom:.5rem}.smokeshow-cart-item-price{font-size:.875rem;font-weight:700;color:var(--smoke-primary)}.smokeshow-cart-qty-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.smokeshow-cart-qty-btn{width:28px;height:28px;border-radius:50%;border:2px solid var(--smoke-dark);background-color:var(--smoke-cream,#faf3eb);cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.smokeshow-cart-qty-value{font-weight:700;min-width:24px;text-align:center}.smokeshow-cart-remove-btn{margin-left:auto;background:none;border:none;cursor:pointer;color:#e04744;padding:.25rem}.smokeshow-cart-footer{padding:1.5rem;border-top:3px solid var(--smoke-dark);background-color:var(--smoke-cream,#faf3eb)}.smokeshow-cart-subtotal-row{display:flex;justify-content:space-between;margin-bottom:1rem}.smokeshow-cart-subtotal-label{font-weight:700;text-transform:uppercase}.smokeshow-cart-subtotal-value{font-weight:900;font-size:1.25rem}.smokeshow-cart-tax-note{font-size:.75rem;color:var(--smoke-gray);margin-bottom:1rem}.smokeshow-cart-checkout-btn{padding:1rem;background-color:var(--smoke-primary);color:white;border:none;border-radius:.5rem;font-size:1rem;transition:background-color .2s}.smokeshow-cart-checkout-btn,.smokeshow-cart-continue-btn{width:100%;font-weight:700;text-transform:uppercase;cursor:pointer}.smokeshow-cart-continue-btn{padding:.75rem;margin-top:.75rem;background-color:transparent;color:var(--smoke-dark);border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:.875rem}.smokeshow-footer{background-color:var(--smoke-dark);color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-cream)))}.smokeshow-footer-inner{max-width:1280px;margin:0 auto;padding:3rem 1rem 2rem}.smokeshow-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.smokeshow-footer-heading{font-size:.875rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-cream)))}.smokeshow-footer-contact-info{font-size:.875rem;line-height:1.6}.smokeshow-footer-contact-row{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.smokeshow-footer-contact-row--centered{align-items:center}.smokeshow-footer-contact-row--last{margin-bottom:0}.smokeshow-footer-icon-shrink{flex-shrink:0;margin-top:2px}.smokeshow-footer-muted-text{color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-light-gray)))}.smokeshow-footer-nav-list{list-style:none;padding:0;margin:0}.smokeshow-footer-nav-item{margin-bottom:.5rem}.smokeshow-footer-nav-btn{background:none;border:none;color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-light-gray)));font-size:.875rem;cursor:pointer;padding:0;transition:color .2s}.smokeshow-footer-nav-btn:hover{color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-cream)))}.smokeshow-footer-location-text{color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-light-gray)));font-size:.875rem}.smokeshow-footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #2c2c2c;justify-content:space-between;flex-wrap:wrap}.smokeshow-footer-bottom,.smokeshow-footer-bottom-left{display:flex;align-items:center;gap:1rem}.smokeshow-footer-logo{height:40px;width:auto;filter:brightness(0) invert(1)}.smokeshow-footer-copyright{font-size:.75rem;color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-gray)))}.smokeshow-footer-social{display:flex;align-items:center;gap:1rem}.smokeshow-footer-social-link{color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-light-gray)));transition:color .2s}.smokeshow-footer-social-link:hover{color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-cream)))}.smokeshow-footer-compliance{color:var(--smokeshow-footer-text,var(--smoke-dark,var(--smoke-gray)));text-align:center;margin-top:1rem}@media (max-width:768px){.smokeshow-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.smokeshow-footer-grid{grid-template-columns:1fr}}.smokeshow-header{position:relative;z-index:3;background:var(--smoke-teal)}.smokeshow-header-top{position:relative;display:flex;flex-direction:column}.smokeshow-header-top-overlay{position:absolute;inset:0;background-image:url(/images/smokeshow/overlay-header.png);background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:.1;z-index:-1;pointer-events:none}.smokeshow-header-top-inner{max-width:1280px;width:100%;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.smokeshow-logo{flex-shrink:0}.smokeshow-logo-btn{background:none;border:none;cursor:pointer;padding:0}.smokeshow-logo-fallback{display:none;font-size:1.5rem;font-weight:900;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a))}.smokeshow-desktop-nav{display:flex;align-items:center;gap:1.5rem}.smokeshow-nav-item-wrapper{position:relative}.smokeshow-nav-btn{background:none;border:none;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));font-size:1rem;font-weight:700;cursor:pointer;padding:.5rem;display:flex;align-items:center;gap:.25rem}.smokeshow-header-right{display:flex;align-items:center;gap:.75rem}.smokeshow-inline-search{display:flex;align-items:center;background-color:var(--smoke-cream,#faf3eb);border-radius:.5rem;border:2px solid var(--smoke-dark);padding:.5rem 1rem;width:346px;position:relative}.smokeshow-search-icon{flex-shrink:0;margin-right:.5rem}.smokeshow-search-input{flex:1 1;border:none;outline:none;font-size:.875rem;background-color:transparent;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a))}.smokeshow-search-clear-btn{color:var(--smokeshow-header-text,var(--smoke-dark,var(--smoke-gray)))}.smokeshow-search-clear-btn,.smokeshow-search-close-btn{background:none;border:none;cursor:pointer;padding:.25rem}.smokeshow-search-close-btn{margin-left:.25rem;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a))}.smokeshow-search-dropdown{position:absolute;top:100%;left:0;right:0;background-color:var(--smoke-cream,#faf3eb);border:2px solid var(--smoke-dark);border-top:none;border-radius:0 0 .5rem .5rem;max-height:300px;overflow-y:auto;z-index:101}.smokeshow-search-loading{display:flex;align-items:center;padding:.75rem 1rem;color:var(--smokeshow-header-text,var(--smoke-dark,var(--smoke-gray)));font-size:.8125rem;gap:.5rem}.smokeshow-search-suggestion-btn{display:flex;align-items:center;width:100%;padding:.5rem .75rem;border:none;cursor:pointer;text-align:left;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));font-size:.8125rem;gap:.75rem}.smokeshow-search-suggestion-img-wrap{width:40px;height:40px;flex-shrink:0;border-radius:4px;overflow:hidden;background-color:var(--smoke-cream,#faf3eb);display:flex;align-items:center;justify-content:center}.smokeshow-search-suggestion-img{width:100%;height:100%;object-fit:cover}.smokeshow-search-suggestion-info{flex:1 1;min-width:0}.smokeshow-search-suggestion-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smokeshow-search-suggestion-price{font-size:.75rem;color:var(--smokeshow-header-text,var(--smoke-dark,var(--smoke-gray)));font-weight:600}.smokeshow-shop-now-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:16px;cursor:pointer;white-space:nowrap}.smokeshow-location-btn{display:flex;align-items:center;gap:.25rem;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));font-size:.75rem;background:none;border:none;cursor:pointer;padding:.25rem}.smokeshow-location-text{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smokeshow-cart-btn,.smokeshow-icon-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a))}.smokeshow-cart-btn{position:relative}.smokeshow-cart-badge{position:absolute;top:0;right:0;background-color:rgb(127,174,160);font-size:.625rem;font-weight:700;border-radius:99px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 3px 0 rgba(0,0,0,.3)}.smokeshow-cart-badge,.smokeshow-mobile-menu-btn{color:var(--smokeshow-header-text,var(--smoke-dark,#fff))}.smokeshow-mobile-menu-btn{background:var(--smoke-dark);border:none;padding:.5rem;cursor:pointer;border-radius:4px;display:none}.smokeshow-header-bottom{position:relative;background:transparent;padding:16px;max-height:90px;border-top:3px solid var(--smoke-dark);border-bottom:3px solid var(--smoke-dark)}.smokeshow-header-bottom-bg{position:absolute;inset:0;background-image:url(/images/smokeshow/lines.png);background-position:50%;background-size:contain;z-index:-1;pointer-events:none}.smokeshow-header-bottom-inner{max-width:1280px;margin:0 auto;padding:16px 24px;border-radius:16px;background:var(--smoke-cream,#faf3eb);border:2px solid var(--smoke-dark);max-height:56px;display:flex;align-items:center;justify-content:center}.smokeshow-desktop-menu{display:flex;align-items:center;justify-content:center;gap:.25rem}.smokeshow-menu-item{position:relative}.smokeshow-menu-item-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:transparent;border:none;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;text-transform:capitalize}.smokeshow-sub-menu{position:absolute;top:100%;left:0;background-color:var(--smoke-cream,#faf3eb);border:2px solid var(--smoke-dark);border-radius:1rem;padding:24px 64px;min-width:max-content;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:60;margin-top:.25rem}.smokeshow-sub-menu--grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 40px;gap:0 40px}.smokeshow-sub-menu-btn{width:100%;padding:4px 8px;background:none;border:none;text-align:left;cursor:pointer;font-size:12px;line-height:16px;font-weight:500;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));transition:background-color .3s,color .3s;border-radius:.5rem}.smokeshow-sub-menu-btn:hover{background-color:var(--smoke-yellow-light)}.smokeshow-sub-menu-btn--bold{font-weight:600}.smokeshow-announcement-bar{background-color:var(--smoke-yellow);overflow:hidden;white-space:nowrap}.smokeshow-announcement-track{display:inline-flex;padding:.625rem 0}.smokeshow-announcement-segment{margin:0 2rem;font-size:.875rem;font-weight:600;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));display:flex;align-items:center;gap:.5rem}.smokeshow-mobile-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--smoke-cream);border-bottom:2px solid var(--smoke-dark);padding:1rem;z-index:50}.smokeshow-mobile-nav-btn{display:block;width:100%;padding:.75rem;background:none;border:none;text-align:left;font-size:1rem;font-weight:500;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a));cursor:pointer}.smokeshow-mobile-divider{margin:1rem 0;border-color:#e5e5e5}.smokeshow-mobile-cat-btn{padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--smokeshow-header-text,var(--smoke-dark,#1a1a1a))}.smokeshow-mobile-cat-btn,.smokeshow-mobile-subcat-btn{display:block;width:100%;background:none;border:none;text-align:left;cursor:pointer}.smokeshow-mobile-subcat-btn{padding:.375rem .75rem .375rem 1.5rem;font-size:.8125rem;color:var(--smokeshow-header-text,var(--smoke-dark,var(--smoke-gray)))}.smokeshow-products-card{background-color:var(--smoke-cream,#faf3eb);border:3px solid var(--smoke-dark);border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.smokeshow-products-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.smokeshow-products-card-image{position:relative;height:200px;background-color:var(--smoke-cream,#faf3eb);display:flex;align-items:center;justify-content:center}.smokeshow-products-card-img{max-width:100%;max-height:100%;object-fit:contain}.smokeshow-products-no-image{color:var(--smoke-light-gray)}.smokeshow-products-sale-badge{position:absolute;top:.75rem;right:.75rem;background-color:var(--smoke-pink);color:var(--smoke-dark);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;border:2px solid var(--smoke-dark)}.smokeshow-products-card-info{padding:1rem}.smokeshow-products-card-brand{font-size:.75rem;color:var(--smoke-gray);text-transform:uppercase;margin-bottom:.25rem}.smokeshow-products-card-name{font-size:1rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.smokeshow-products-card-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;min-height:24px}.smokeshow-products-card-tag{font-size:.625rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500}.smokeshow-products-card-tag--thc{background-color:var(--smoke-secondary,#daf9ed);color:var(--smoke-gray)}.smokeshow-products-card-price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.smokeshow-products-card-price-original{font-size:.875rem;color:var(--smoke-gray);text-decoration:line-through}.smokeshow-products-card-price-current{font-size:1.125rem;font-weight:700;color:var(--smoke-dark)}.smokeshow-products-card-price-current--sale{color:var(--smoke-primary)}.smokeshow-products-card-discount{font-size:.625rem;padding:.125rem .5rem;border-radius:9999px;background-color:var(--smoke-primary);color:white;font-weight:600}.smokeshow-products-page-header{background-color:var(--smoke-cream);padding:1.5rem 0;border-bottom:3px solid var(--smoke-dark)}.smokeshow-products-page-title{font-size:2rem;font-weight:900;text-transform:uppercase;margin:0;color:var(--smoke-dark)}.smokeshow-products-page-count{margin:.25rem 0 0;color:var(--smoke-gray);font-size:.9rem}.smokeshow-filter-section{background-color:var(--smoke-teal,#b7ded2);border:2px solid var(--smoke-dark);border-radius:1rem;overflow:hidden}.smokeshow-filter-toggle-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:900;text-transform:uppercase;color:var(--smoke-dark)}.smokeshow-filter-content{padding:0 1rem 1rem}.smokeshow-filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;margin-bottom:.5rem}.smokeshow-filter-checkbox,.smokeshow-filter-radio{accent-color:var(--smoke-primary)}.smokeshow-filter-scroll{max-height:250px;overflow-y:auto}.smokeshow-filter-brand-input{width:100%;padding:.5rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:.8rem;margin-bottom:.5rem;background-color:var(--smoke-cream);box-sizing:border-box}.smokeshow-filter-brand-scroll{max-height:200px;overflow-y:auto}.smokeshow-filter-brand-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smokeshow-filter-show-more-btn{background:none;border:none;color:var(--smoke-primary);font-size:.8rem;cursor:pointer;padding:.25rem 0}.smokeshow-filter-clear-btn{width:100%;padding:.75rem 1rem;background-color:var(--smoke-pink);color:var(--smoke-dark);border:2px solid var(--smoke-dark);border-radius:.5rem;font-weight:700;font-size:.875rem;cursor:pointer}.smokeshow-filter-price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.smokeshow-filter-price-label{font-size:.875rem}.smokeshow-filter-price-input{width:65px;padding:.5rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:.8rem;background-color:var(--smoke-cream)}.smokeshow-filter-range-input{width:100%;accent-color:var(--smoke-primary)}.smokeshow-filter-range-labels{display:flex;justify-content:space-between;font-size:.8rem;color:#666}.smokeshow-sort-wrapper{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.smokeshow-sort-select{padding:.5rem 1rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:.875rem;background-color:var(--smoke-cream,#faf3eb);cursor:pointer}.smokeshow-products-loading{text-align:center;padding:4rem 2rem;color:var(--smoke-gray)}.smokeshow-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.smokeshow-products-empty{text-align:center;padding:4rem 2rem;background-color:var(--smoke-cream,#faf3eb);border-radius:1rem;border:2px solid #e5e5e5}.smokeshow-products-empty-text{color:var(--smoke-gray);margin-bottom:1rem}.smokeshow-products-view-all-btn{padding:.75rem 1.5rem;background-color:var(--smoke-dark);color:white;border:none;border-radius:.5rem;font-weight:700;cursor:pointer}.smokeshow-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 0;flex-wrap:wrap}.smokeshow-pagination-btn{padding:.5rem 1rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;background-color:var(--smoke-cream,#faf3eb);color:var(--smoke-dark)}.smokeshow-pagination-btn--disabled{background-color:#e5e5e5;color:var(--smoke-light-gray);cursor:not-allowed}.smokeshow-pagination-btn--active{background-color:var(--smoke-dark);color:white;font-weight:700}.smokeshow-pagination-ellipsis{padding:.5rem .25rem;color:var(--smoke-gray)}.smokeshow-pagination-info{padding:.5rem 1rem;color:var(--smoke-gray);font-size:.85rem;width:100%;text-align:center;margin-top:.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.smokeshow-spinner{animation:spin 1s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1024px){.smokeshow-desktop-nav{display:none!important}.smokeshow-mobile-menu-btn{display:block!important}}@media (max-width:992px){.smokeshow-header-top{min-height:56px!important}.smokeshow-header-bottom{padding-block:0!important;max-height:max-content!important}.smokeshow-become-member-btn{display:none!important}.smokeshow-inline-search{width:200px!important}}@media (max-width:640px){.smokeshow-inline-search{width:160px!important}}.smokeshow-filter-chevron{transition:transform .2s}.smokeshow-filter-chevron--open{transform:rotate(180deg)}@media (max-width:768px){.smokeshow-page main{grid-template-columns:1fr!important}.smokeshow-page aside{display:none}}.smokeshow-checkout-empty{min-height:60vh;display:flex;align-items:center;justify-content:center;background-color:var(--smoke-cream)}.smokeshow-checkout-empty-inner{text-align:center;padding:2rem}.smokeshow-checkout-empty-icon{margin:0 auto 1.5rem;opacity:.5}.smokeshow-checkout-empty-title{font-size:1.5rem;font-weight:900;margin-bottom:1rem;color:var(--smoke-dark)}.smokeshow-checkout-empty-btn{padding:1rem 2rem;background-color:var(--smoke-pink);color:var(--smoke-dark);border:3px solid var(--smoke-dark);border-radius:9999px;font-weight:700;font-size:1rem;text-transform:uppercase;cursor:pointer}.smokeshow-checkout-confirmed{min-height:60vh;display:flex;align-items:center;justify-content:center;background-color:var(--smoke-cream);padding:2rem}.smokeshow-checkout-confirmed-card{background-color:var(--smoke-cream,#faf3eb);border:3px solid var(--smoke-dark);border-radius:1rem;padding:2.5rem;max-width:500px;width:100%;text-align:center}.smokeshow-checkout-confirmed-icon{width:80px;height:80px;border-radius:50%;background-color:var(--smoke-teal);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.smokeshow-checkout-confirmed-title{font-size:1.75rem;font-weight:900;text-transform:uppercase;margin-bottom:.75rem;color:var(--smoke-dark)}.smokeshow-checkout-confirmed-text{color:var(--smoke-gray);margin-bottom:2rem}.smokeshow-checkout-confirmed-btn{padding:1rem 2rem;background-color:var(--smoke-dark);color:white;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;text-transform:uppercase}.smokeshow-checkout-breadcrumb{background-color:var(--smoke-teal);padding:.75rem 0}.smokeshow-checkout-breadcrumb-nav{display:flex;align-items:center;font-size:.875rem;color:var(--smoke-dark)}.smokeshow-checkout-breadcrumb-btn{background:none;border:none;cursor:pointer;color:var(--smoke-dark)}.smokeshow-checkout-breadcrumb-sep{margin:0 .5rem}.smokeshow-checkout-breadcrumb-current{font-weight:600}.smokeshow-checkout-body{background-color:var(--smoke-cream);min-height:100vh}.smokeshow-checkout-body>.smokeshow-container{padding:2rem 1rem}.smokeshow-checkout-title{font-size:2rem;font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:.5rem;color:var(--smoke-dark)}.smokeshow-checkout-login-prompt{text-align:center;color:var(--smoke-gray);margin-bottom:2rem}.smokeshow-checkout-link-btn{background:none;border:none;color:var(--smoke-dark);text-decoration:underline;cursor:pointer;padding:0}.smokeshow-checkout-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.smokeshow-checkout-form{display:flex;flex-direction:column;gap:2rem}.smokeshow-checkout-section-title{font-size:1.25rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;color:var(--smoke-dark)}.smokeshow-checkout-options{display:flex;flex-direction:column;gap:.75rem}.smokeshow-checkout-option-label{display:flex;align-items:center;padding:1rem;border:2px solid var(--smoke-dark);border-radius:.5rem;cursor:pointer;transition:background-color .2s}.smokeshow-checkout-option-label--start{align-items:flex-start}.smokeshow-checkout-option-label--selected{background-color:var(--smoke-teal)}.smokeshow-checkout-option-label--unselected{background-color:var(--smoke-cream,#faf3eb)}.smokeshow-checkout-radio{margin-right:.75rem;width:18px;height:18px}.smokeshow-checkout-radio--top{margin-top:.25rem}.smokeshow-checkout-option-icon{margin-right:.5rem}.smokeshow-checkout-option-text{font-weight:600}.smokeshow-checkout-option-desc{font-size:.8125rem;color:var(--smoke-gray);margin-top:.5rem}.smokeshow-checkout-form-error{color:#e04744;font-size:.75rem;margin-top:.25rem}.smokeshow-checkout-form-error--mb{margin-bottom:.5rem}.smokeshow-checkout-form-error--lg{font-size:.875rem;margin-top:.5rem}.smokeshow-checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.smokeshow-checkout-form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.smokeshow-checkout-form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:1rem;background-color:var(--smoke-cream,#faf3eb)}.smokeshow-checkout-form-input--error{border-color:#e04744}.smokeshow-checkout-form-input--mb{margin-bottom:.5rem}.smokeshow-checkout-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--smoke-dark);border-radius:.5rem;font-size:1rem;background-color:var(--smoke-cream,#faf3eb);resize:vertical}.smokeshow-checkout-form-textarea--error{border-color:#e04744}.smokeshow-checkout-full-col{grid-column:span 2}.smokeshow-checkout-pickup-info{grid-column:span 2;padding:1.5rem;background-color:#f9fafb;border-radius:.5rem;border:2px solid var(--smoke-dark)}.smokeshow-checkout-pickup-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.smokeshow-checkout-pickup-name{font-size:.875rem;margin-bottom:.25rem}.smokeshow-checkout-pickup-address{font-size:.875rem;color:#6b7280}.smokeshow-checkout-dob-hint{color:#6b7280;font-size:.75rem;margin-top:.25rem}.smokeshow-checkout-account-label{display:flex;align-items:center;cursor:pointer}.smokeshow-checkout-account-checkbox{margin-right:.5rem;width:18px;height:18px}.smokeshow-checkout-account-text{font-size:.875rem}.smokeshow-checkout-loyalty-wrapper{margin-top:1rem}.smokeshow-checkout-age-label{display:flex;align-items:flex-start;cursor:pointer}.smokeshow-checkout-age-checkbox{margin-right:.75rem;margin-top:.25rem;width:18px;height:18px}.smokeshow-checkout-age-text{font-size:.875rem}.smokeshow-checkout-privacy-note{font-size:.75rem;color:var(--smoke-gray);margin-top:.75rem}.smokeshow-checkout-summary-card{background-color:var(--smoke-yellow);border:3px solid var(--smoke-dark);border-radius:1rem;padding:1.5rem;position:-webkit-sticky;position:sticky;top:6rem}.smokeshow-checkout-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.smokeshow-checkout-summary-title{font-size:1.25rem;font-weight:900;text-transform:uppercase}.smokeshow-checkout-edit-cart-btn{background:none;border:none;font-size:.875rem;text-decoration:underline;cursor:pointer}.smokeshow-checkout-items-scroll{max-height:300px;overflow-y:auto;margin-bottom:1rem}.smokeshow-checkout-item-row{display:flex;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.smokeshow-checkout-item-img-wrap{width:60px;height:60px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background-color:var(--smoke-cream,#faf3eb);border:1px solid var(--smoke-dark)}.smokeshow-checkout-item-img{width:100%;height:100%;object-fit:cover}.smokeshow-checkout-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.smokeshow-checkout-item-info{flex:1 1;min-width:0}.smokeshow-checkout-item-name{font-weight:700;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smokeshow-checkout-item-variation{font-size:.75rem;color:rgba(0,0,0,.6)}.smokeshow-checkout-item-qty-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.smokeshow-checkout-item-qty-group{display:flex;align-items:center;border:1px solid var(--smoke-dark);border-radius:.25rem;overflow:hidden}.smokeshow-checkout-item-qty-btn{padding:.25rem .5rem;background:none;border:none;cursor:pointer}.smokeshow-checkout-item-qty-value{padding:.25rem .5rem;font-size:.8125rem;font-weight:600;border-left:1px solid var(--smoke-dark);border-right:1px solid var(--smoke-dark)}.smokeshow-checkout-item-remove-btn{background:none;border:none;cursor:pointer;color:rgba(0,0,0,.5)}.smokeshow-checkout-item-total{font-weight:700;font-size:.875rem;white-space:nowrap}.smokeshow-checkout-tip-section{padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem}.smokeshow-checkout-tip-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem}.smokeshow-checkout-tip-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.smokeshow-checkout-tip-btn{padding:.5rem .75rem;font-size:.8125rem;border-radius:.25rem;border:2px solid var(--smoke-dark);font-weight:600;cursor:pointer}.smokeshow-checkout-tip-btn--selected{background-color:var(--smoke-teal)}.smokeshow-checkout-tip-btn--unselected{background-color:var(--smoke-cream,#faf3eb)}.smokeshow-checkout-totals{padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.smokeshow-checkout-total-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.smokeshow-checkout-total-value{font-weight:600}.smokeshow-checkout-grand-total{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1);font-size:1.25rem;font-weight:900}.smokeshow-checkout-shop-note{font-size:.75rem;color:rgba(0,0,0,.6);margin-top:1rem;text-align:center}.smokeshow-checkout-submit-btn{width:100%;margin-top:1rem;padding:1rem;background-color:var(--smoke-pink);color:var(--smoke-dark);border:3px solid var(--smoke-dark);border-radius:.5rem;font-weight:900;font-size:1.125rem;text-transform:uppercase}.smokeshow-checkout-coupon-note{font-size:.75rem;color:rgba(0,0,0,.6);margin-top:.5rem;text-align:center}.smokeshow-checkout-submit-btn--disabled{cursor:not-allowed}.smokeshow-checkout-submit-btn--processing{opacity:.7}.smokeshow-checkout-confirmed-btn--primary{background-color:var(--smoke-pink);margin-bottom:.75rem}.smokeshow-checkout-confirmed-btn--primary,.smokeshow-checkout-confirmed-btn--secondary{width:100%;padding:1rem;color:var(--smoke-dark);border:3px solid var(--smoke-dark);border-radius:.5rem;font-weight:700;font-size:1rem;text-transform:uppercase;cursor:pointer}.smokeshow-checkout-confirmed-btn--secondary{background-color:var(--smoke-cream,#faf3eb)}@media (min-width:1024px){.smokeshow-checkout-grid{grid-template-columns:2fr 1fr}}@media (max-width:640px){.smokeshow-checkout-form-grid{grid-template-columns:1fr}.smokeshow-checkout-full-col,.smokeshow-checkout-pickup-info{grid-column:span 1}}.lm-banner{justify-content:space-between;gap:12px;padding:14px 18px;border-radius:10px;border:1.5px solid;margin-bottom:16px}.lm-banner,.lm-banner__content{display:flex;align-items:center}.lm-banner__content{gap:10px;flex:1 1;min-width:0}.lm-banner__icon{font-size:1.2rem;flex-shrink:0;line-height:1}.lm-banner__text{font-size:.875rem;color:#1a3a28;line-height:1.45}.lm-banner__text strong{font-weight:700}.lm-banner__btn{flex-shrink:0;color:#fff;border:none;padding:8px 22px;border-radius:999px;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:filter .15s ease,transform .1s ease;letter-spacing:.01em}.lm-banner__btn:hover{filter:brightness(.88)}.lm-banner__btn:active{transform:scale(.97)}.lm-connected-block{margin-bottom:16px}.lm-banner--connected{justify-content:flex-start;border-width:0;border-radius:10px;margin-bottom:10px}.lm-connected__points{font-size:1.125rem;font-weight:700;color:#fff;line-height:1}.lm-connected__points strong{font-size:1.25rem}.lm-connected__switch{display:inline-block;background:#1a1a1a;color:#fff;border:none;padding:9px 20px;border-radius:999px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease;letter-spacing:.01em;white-space:nowrap}.lm-connected__switch:hover{background:#333}.lm-connected__switch:active{transform:scale(.97)}.lm-connected-banner{border-radius:10px;padding:14px 20px;margin-bottom:12px}.lm-coupon-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.lm-coupon-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.lm-coupon-card:hover{border-color:#c4d4cb;box-shadow:0 2px 8px rgba(0,0,0,.06)}.lm-coupon-card--selected{border-color:#4A7C59;background:#f5faf7}.lm-coupon-card__body{flex:1 1;min-width:0}.lm-coupon-card__title{margin:0 0 3px;font-size:.9375rem;line-height:1.45;color:#111}.lm-coupon-card__meta{font-size:.875rem;font-weight:400;color:#555}.lm-coupon-card__desc{margin:0;font-size:.8125rem;color:#666;line-height:1.4}.lm-coupon-btn{flex-shrink:0;background:#1a1a1a;color:#fff;border:none;padding:9px 20px;border-radius:999px;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .1s ease,opacity .15s ease;letter-spacing:.01em}.lm-coupon-btn:hover:not(:disabled){background:#333}.lm-coupon-btn:active:not(:disabled){transform:scale(.97)}.lm-coupon-btn:disabled{opacity:.5;cursor:not-allowed}.lm-overlay{position:fixed;inset:0;background:rgba(10,10,20,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.lm-modal{position:relative;background:#ffffff;border-radius:12px;padding:44px 44px 40px;width:100%;max-width:660px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.04),0 20px 60px rgba(0,0,0,.22);animation:lmModalIn .22s cubic-bezier(.34,1.18,.64,1)}@keyframes lmModalIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lm-modal__close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:.8125rem;color:#666;text-decoration:underline;cursor:pointer;padding:4px 2px;line-height:1;transition:color .12s ease}.lm-modal__close:hover{color:#111}.lm-step{display:flex;flex-direction:column}.lm-heading{font-size:1.4rem;font-weight:700;color:#4A7C59;margin:0 0 14px;line-height:1.3}.lm-heading--otp{font-size:1.25rem;text-align:center}.lm-description{font-size:.9375rem;color:#555;margin:0 0 14px;line-height:1.55}.lm-phone-display{font-size:.9375rem;color:#333;margin:0 0 8px}.lm-phone-display strong{color:#111}.lm-btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#4A7C59;color:#ffffff;border:none;padding:13px 32px;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s ease,transform .1s ease;margin-top:20px;align-self:flex-start;letter-spacing:.01em}.lm-btn-primary:hover:not(:disabled){background:#3a6348}.lm-btn-primary:active:not(:disabled){transform:scale(.98)}.lm-btn-primary:disabled{opacity:.45;cursor:not-allowed}.lm-btn-full{width:100%;align-self:stretch}.lm-link-btn{background:none;border:none;color:#4A7C59;font-size:.875rem;text-decoration:underline;cursor:pointer;padding:0;transition:color .12s ease;align-self:flex-start}.lm-link-btn:hover{color:#2e5c40}.lm-form{display:flex;flex-direction:column;gap:14px;margin-bottom:0}.lm-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.lm-form-group{display:flex;flex-direction:column;gap:5px}.lm-input{padding:11px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9375rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background:#fafafa;color:#111;width:100%;box-sizing:border-box}.lm-input:focus{border-color:#4A7C59;box-shadow:0 0 0 3px rgba(74,124,89,.15);background:#fff}.lm-input--error{border-color:#dc2626}.lm-input--error:focus{box-shadow:0 0 0 3px rgba(220,38,38,.12)}.lm-field-error{font-size:.78rem;color:#dc2626;line-height:1.3}.lm-step--terms{gap:0}.lm-terms-scroll{margin-bottom:22px}.lm-terms-scroll p{margin:0;font-size:.875rem;color:#444;line-height:1.65}.lm-sig-section{display:flex;flex-direction:column;gap:8px;margin-bottom:6px}.lm-sig-label{font-size:.9rem;font-weight:600;color:#333}.lm-canvas{width:100%;height:160px;border:1.5px solid #d1d5db;border-radius:8px;cursor:crosshair;background:#fff;touch-action:none;display:block;transition:border-color .15s ease}.lm-canvas:hover{border-color:#4A7C59}.lm-return-row{display:flex;justify-content:center;margin-top:12px}.lm-step--otp{align-items:center;text-align:center}.lm-otp-row{display:flex;gap:10px;justify-content:center;margin:28px 0 14px}.lm-otp-box{width:56px;height:64px;background:#1E2A3A;border:2px solid #2d3e52;border-radius:10px;color:#ffffff;font-size:1.875rem;font-weight:700;text-align:center;outline:none;caret-color:transparent;transition:border-color .15s ease,box-shadow .15s ease;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.lm-otp-box:focus{border-color:#29B6D2;box-shadow:0 0 0 3px rgba(41,182,210,.28)}.lm-otp-box:disabled{opacity:.45;cursor:not-allowed}.lm-otp-error{color:#dc2626;font-size:.875rem;margin:0 0 8px}.lm-otp-hint{font-size:.775rem;color:#9ca3af;margin:6px 0 0}.lm-otp-hint strong{color:#6b7280}.lm-modal::-webkit-scrollbar,.lm-terms-scroll::-webkit-scrollbar{display:none}.lm-modal::-webkit-scrollbar-track{background:transparent}.lm-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}@media (max-width:640px){.lm-modal{padding:36px 20px 28px}.lm-form-row{grid-template-columns:1fr;gap:10px}.lm-heading{font-size:1.2rem}.lm-banner{flex-wrap:wrap;gap:10px}.lm-otp-box{width:48px;height:56px;font-size:1.5rem}.lm-otp-row{gap:8px}}@media (max-width:400px){.lm-otp-box{width:42px;height:50px;font-size:1.3rem}.lm-otp-row{gap:6px}}.lm-template-modern .lm-connected-banner,.lm-template-sleek .lm-connected-banner{border-radius:2px}.lm-template-bold .lm-connected-banner,.lm-template-boutique .lm-connected-banner,.lm-template-editorial .lm-connected-banner,.lm-template-elegant .lm-connected-banner,.lm-template-retro .lm-connected-banner{border-radius:0}.lm-template-fresh .lm-connected-banner,.lm-template-playful .lm-connected-banner{border-radius:1.5rem}.lm-template-cozy .lm-connected-banner{border-radius:1rem}.lm-template-smokeshow .lm-connected-banner,.lm-template-spiritleaf .lm-connected-banner{border-radius:8px}.lm-template-artisan .lm-connected-banner,.lm-template-plantlife .lm-connected-banner{border-radius:4px}.lm-template-modern .lm-coupon-card,.lm-template-sleek .lm-coupon-card{border-radius:2px}.lm-template-bold .lm-coupon-card{border-radius:0;border-width:2px}.lm-template-boutique .lm-coupon-card,.lm-template-elegant .lm-coupon-card,.lm-template-retro .lm-coupon-card{border-radius:0}.lm-template-fresh .lm-coupon-card,.lm-template-playful .lm-coupon-card{border-radius:1rem}.lm-template-cozy .lm-coupon-card{border-radius:.75rem}.lm-template-artisan .lm-coupon-card{border-radius:4px;border-style:dashed}.lm-template-smokeshow .lm-coupon-card,.lm-template-spiritleaf .lm-coupon-card{border-radius:8px}.lm-template-plantlife .lm-coupon-card{border-radius:4px}.lm-template-modern .lm-coupon-btn,.lm-template-sleek .lm-coupon-btn{border-radius:2px;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.lm-template-bold .lm-coupon-btn{border-radius:0;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.lm-template-boutique .lm-coupon-btn,.lm-template-elegant .lm-coupon-btn{border-radius:0;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}.lm-template-editorial .lm-coupon-btn{border-radius:0}.lm-template-fresh .lm-coupon-btn,.lm-template-playful .lm-coupon-btn{border-radius:50px}.lm-template-cozy .lm-coupon-btn{border-radius:.6rem}.lm-template-artisan .lm-coupon-btn{border-radius:2px}.lm-template-retro .lm-coupon-btn{border-radius:0;border:2px solid rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.06em}.lm-template-smokeshow .lm-coupon-btn{border-radius:6px;text-transform:uppercase;font-weight:700}.lm-template-spiritleaf .lm-coupon-btn{border-radius:8px}.lm-template-plantlife .lm-coupon-btn{border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.lm-banner.lm-template-modern{border-radius:2px}.lm-banner.lm-template-modern .lm-banner__btn{border-radius:0}.lm-modal.lm-template-modern{border-radius:2px}.lm-modal.lm-template-modern .lm-btn-primary{border-radius:0;font-weight:500}.lm-modal.lm-template-modern .lm-input{border-radius:0}.lm-banner.lm-template-bold{border-radius:0;border-width:3px;box-shadow:5px 5px 0 rgba(0,0,0,.15)}.lm-banner.lm-template-bold .lm-banner__btn{border-radius:0;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.lm-modal.lm-template-bold{border-radius:0;box-shadow:8px 8px 0 rgba(0,0,0,.18),0 20px 60px rgba(0,0,0,.22)}.lm-modal.lm-template-bold .lm-heading{font-weight:900;text-transform:uppercase;font-size:1.5rem;letter-spacing:-.02em}.lm-modal.lm-template-bold .lm-btn-primary{border-radius:0;font-weight:900;text-transform:uppercase;letter-spacing:.1em;box-shadow:4px 4px 0 rgba(0,0,0,.2)}.lm-modal.lm-template-bold .lm-btn-primary:hover:not(:disabled){transform:translate(-3px,-3px);box-shadow:7px 7px 0 rgba(0,0,0,.2);background:#3a6348}.lm-modal.lm-template-bold .lm-input{border-radius:0}.lm-banner.lm-template-elegant{border-radius:0;border-color:currentColor}.lm-banner.lm-template-elegant .lm-banner__btn{border-radius:0;font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}.lm-modal.lm-template-elegant{border-radius:0;font-family:Georgia,Times New Roman,serif}.lm-modal.lm-template-elegant .lm-heading{font-family:Georgia,serif;font-style:italic;font-weight:400}.lm-modal.lm-template-elegant .lm-btn-primary{border-radius:0;font-family:Georgia,serif;letter-spacing:.12em;text-transform:uppercase;font-size:.8rem}.lm-modal.lm-template-elegant .lm-input{border-radius:0;font-family:Georgia,serif}.lm-banner.lm-template-playful{border-radius:1.5rem}.lm-banner.lm-template-playful .lm-banner__btn{border-radius:50px}.lm-modal.lm-template-playful{border-radius:24px}.lm-modal.lm-template-playful .lm-heading{font-weight:800}.lm-modal.lm-template-playful .lm-btn-primary{border-radius:50px;font-weight:700}.lm-modal.lm-template-playful .lm-input{border-radius:1rem}.lm-banner.lm-template-boutique{border-radius:0}.lm-banner.lm-template-boutique .lm-banner__btn{border-radius:0;font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem}.lm-modal.lm-template-boutique{border-radius:0;font-family:Georgia,Times New Roman,serif}.lm-modal.lm-template-boutique .lm-heading{font-family:Georgia,serif;font-weight:400;letter-spacing:.12em;text-transform:uppercase;font-size:1.2rem}.lm-modal.lm-template-boutique .lm-btn-primary{border-radius:0;font-family:Georgia,serif;letter-spacing:.2em;text-transform:uppercase;font-size:.7rem}.lm-modal.lm-template-boutique .lm-input{border-radius:0}.lm-banner.lm-template-cozy{border-radius:1rem;border:none;box-shadow:0 4px 16px rgba(0,0,0,.08)}.lm-modal.lm-template-cozy{border-radius:1rem;box-shadow:0 12px 40px rgba(0,0,0,.14)}.lm-modal.lm-template-cozy .lm-btn-primary,.lm-modal.lm-template-cozy .lm-input{border-radius:.75rem}.lm-banner.lm-template-editorial{border-radius:0;border-top:none;border-left:none;border-right:none;border-bottom-width:2px;background:transparent!important}.lm-banner.lm-template-editorial .lm-banner__btn{border-radius:0;border:1px solid;background:transparent!important;color:inherit;filter:none}.lm-banner.lm-template-editorial .lm-banner__btn:hover{background:rgba(0,0,0,.06)!important;filter:none}.lm-modal.lm-template-editorial{border-radius:0;font-family:Georgia,Times New Roman,serif}.lm-modal.lm-template-editorial .lm-heading{font-family:Georgia,serif;font-style:italic;font-weight:700}.lm-modal.lm-template-editorial .lm-btn-primary{border-radius:0;background:transparent!important;border:1px solid #4a7c59;color:#4A7C59;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.lm-modal.lm-template-editorial .lm-btn-primary:hover:not(:disabled){background:rgba(74,124,89,.08)!important}.lm-modal.lm-template-editorial .lm-input{border-radius:0}.lm-banner.lm-template-compact{padding:10px 14px;border-radius:4px}.lm-banner.lm-template-compact .lm-banner__text{font-size:.8rem}.lm-modal.lm-template-compact{padding:30px 30px 26px}.lm-modal.lm-template-compact .lm-heading{font-size:1.15rem}.lm-modal.lm-template-compact .lm-btn-primary{padding:9px 20px;font-size:.875rem;border-radius:4px;margin-top:14px}.lm-modal.lm-template-compact .lm-input{padding:8px 12px;font-size:.875rem;border-radius:4px}.lm-banner.lm-template-fresh{border-radius:1.25rem;border:none;box-shadow:0 4px 16px rgba(0,0,0,.08)}.lm-banner.lm-template-fresh .lm-banner__btn{border-radius:50px}.lm-modal.lm-template-fresh{border-radius:1.25rem;border:none;box-shadow:0 8px 32px rgba(0,0,0,.16)}.lm-modal.lm-template-fresh .lm-btn-primary{border-radius:50px}.lm-modal.lm-template-fresh .lm-input{border-radius:50px;padding-left:18px}.lm-banner.lm-template-retro{border-radius:0;border:2px solid;box-shadow:4px 4px 0 rgba(0,0,0,.15)}.lm-banner.lm-template-retro .lm-banner__btn{border-radius:0;border:2px solid rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.lm-modal.lm-template-retro{border-radius:0;border:2px solid #333;box-shadow:6px 6px 0 rgba(0,0,0,.2),0 20px 60px rgba(0,0,0,.18);font-family:Georgia,Times New Roman,serif}.lm-modal.lm-template-retro .lm-heading{font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.08em}.lm-modal.lm-template-retro .lm-btn-primary{border-radius:0;border:2px solid #4a7c59;text-transform:uppercase;letter-spacing:.08em}.lm-modal.lm-template-retro .lm-input{border-radius:0}.lm-banner.lm-template-sleek{border-radius:2px}.lm-banner.lm-template-sleek .lm-banner__btn{border-radius:2px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.lm-modal.lm-template-sleek{border-radius:2px}.lm-modal.lm-template-sleek .lm-heading{font-weight:800;letter-spacing:-.01em}.lm-modal.lm-template-sleek .lm-btn-primary{border-radius:2px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.lm-modal.lm-template-sleek .lm-input{border-radius:2px}.lm-banner.lm-template-artisan{border-radius:4px;border-style:dashed}.lm-modal.lm-template-artisan{border-radius:4px;border:1px dashed #4a7c59;font-family:Georgia,Times New Roman,serif}.lm-modal.lm-template-artisan .lm-heading{font-family:Georgia,serif;font-style:italic;font-weight:600}.lm-modal.lm-template-artisan .lm-btn-primary{border-radius:2px;border:2px dashed #4a7c59;background:transparent!important;color:#4A7C59}.lm-modal.lm-template-artisan .lm-btn-primary:hover:not(:disabled){background:rgba(74,124,89,.1)!important}.lm-modal.lm-template-artisan .lm-input{border-radius:2px;border-style:dashed}.lm-banner.lm-template-artisan .lm-banner__btn{border-radius:2px}.lm-banner.lm-template-smokeshow{border-width:2px;border-radius:8px}.lm-banner.lm-template-smokeshow .lm-banner__btn{border-radius:6px;text-transform:uppercase;font-weight:700}.lm-modal.lm-template-smokeshow{border-radius:8px;border:3px solid #0d0d0b}.lm-modal.lm-template-smokeshow .lm-heading{color:#006f45}.lm-modal.lm-template-smokeshow .lm-btn-primary{background:#006f45;border-radius:6px;text-transform:uppercase;font-weight:700}.lm-modal.lm-template-smokeshow .lm-btn-primary:hover:not(:disabled){background:#005a37}.lm-modal.lm-template-smokeshow .lm-link-btn{color:#006f45}.lm-modal.lm-template-smokeshow .lm-input{border-radius:6px}.lm-banner.lm-template-spiritleaf{border-radius:8px}.lm-modal.lm-template-spiritleaf{border-radius:8px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif}.lm-modal.lm-template-spiritleaf .lm-heading{font-family:Montserrat,sans-serif}.lm-modal.lm-template-spiritleaf .lm-btn-primary{border-radius:8px;font-family:Montserrat,sans-serif}.lm-banner.lm-template-plantlife{border-radius:4px}.lm-banner.lm-template-plantlife .lm-banner__btn{border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.lm-modal.lm-template-plantlife{border-radius:4px}.lm-modal.lm-template-plantlife .lm-heading{font-family:Bebas Neue,Impact,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.02em}.lm-modal.lm-template-plantlife .lm-btn-primary{border-radius:4px;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.lm-modal.lm-template-plantlife .lm-input{border-radius:4px}