.location-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.location-picker-bg-dim{position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:0}.location-picker-container{position:relative;z-index:1;text-align:center;max-width:720px;width:100%}.location-picker-title{font-size:1.75rem;font-weight:700;color:#ffffff;margin:0 0 .5rem}.location-picker-description{font-size:1rem;color:rgba(255,255,255,.75);margin:0 0 2rem}.location-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.location-picker-card{background:#ffffff;border:2px solid transparent;border-radius:12px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.location-picker-card:hover{border-color:var(--lp-primary,#2563eb);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.location-picker-card-name{font-size:1rem;font-weight:700;color:#1a1a1a}.location-picker-card-address{font-size:.8rem;color:#666;line-height:1.4}.location-picker-close{margin-top:1.5rem;background:transparent;border:1px solid rgba(255,255,255,.4);color:#ffffff;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.85rem}.location-picker-close:hover{background:rgba(255,255,255,.1)}.smokeshow-location-picker-overlay{background:transparent}.smokeshow-location-picker-checkerboard{position:absolute;inset:0;background-image:linear-gradient(45deg,#b7ded2 25%,transparent 0),linear-gradient(-45deg,#b7ded2 25%,transparent 0),linear-gradient(45deg,transparent 75%,#b7ded2 0),linear-gradient(-45deg,transparent 75%,#b7ded2 0);background-size:40px 40px;background-position:0 0,0 20px,20px -20px,-20px 0;background-color:#faf3eb}.smokeshow-location-picker-bg-image{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat}.smokeshow-location-picker-bg-dim{position:absolute;inset:0;background:rgba(0,0,0,.45)}.smokeshow-location-picker-container{position:relative;z-index:1;text-align:center;max-width:800px;width:100%;padding:2rem}.smokeshow-location-picker-logo{margin-bottom:1.5rem}.smokeshow-location-picker-logo img{max-width:160px;max-height:100px;height:auto;object-fit:contain}.smokeshow-location-picker-logo-text{font-family:Montserrat,sans-serif;font-size:28px;font-weight:900;letter-spacing:2px;color:#0d0d0b;text-transform:uppercase}.smokeshow-location-picker-title{font-family:Cook Retroish,Montserrat,sans-serif;font-size:42px;font-weight:700;line-height:1.2;color:#0d0d0b;margin:0 0 8px;text-transform:uppercase}.smokeshow-location-picker-description{font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;color:#0d0d0b;margin:0 0 2rem;opacity:.8}.smokeshow-location-picker-overlay .smokeshow-location-picker-bg-image~.smokeshow-location-picker-container .smokeshow-location-picker-description,.smokeshow-location-picker-overlay .smokeshow-location-picker-bg-image~.smokeshow-location-picker-container .smokeshow-location-picker-logo-text,.smokeshow-location-picker-overlay .smokeshow-location-picker-bg-image~.smokeshow-location-picker-container .smokeshow-location-picker-title{color:#ffffff}.smokeshow-location-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem;max-height:60vh;overflow-y:auto}.smokeshow-location-card{background:#ffffff;border:3px solid #0d0d0b;border-radius:16px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.smokeshow-location-card:hover{background:#EFA1A7;transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.smokeshow-location-card-icon{width:36px;height:36px;color:#0d0d0b;margin-bottom:.25rem}.smokeshow-location-card-icon svg{width:100%;height:100%}.smokeshow-location-card-name{font-family:Cook Retroish,Montserrat,sans-serif;font-size:18px;font-weight:700;color:#0d0d0b;text-transform:uppercase}.smokeshow-location-card-address{font-family:Montserrat,sans-serif;font-size:13px;color:#555;line-height:1.4}.smokeshow-location-card-phone{font-family:Montserrat,sans-serif;font-size:12px;color:#888}.smokeshow-location-picker-empty{grid-column:1/-1;padding:2rem;text-align:center}.smokeshow-location-picker-empty p{font-family:Montserrat,sans-serif;font-size:16px;color:#666}.smokeshow-location-picker-close{margin-top:1.5rem;background:#ffffff;border:2px solid #0d0d0b;color:#0d0d0b;padding:.6rem 2rem;border-radius:9999px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease}.smokeshow-location-picker-close:hover{background:#faf3eb}.smokeshow-location-picker-methods{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.smokeshow-location-method-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#ffffff;border:3px solid #0d0d0b;border-radius:16px;padding:1.25rem 2rem;cursor:pointer;transition:all .2s ease;font-family:Cook Retroish,Montserrat,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#0d0d0b;min-width:120px}.smokeshow-location-method-btn svg{width:32px;height:32px}.smokeshow-location-method-btn:hover{background:#EFA1A7;transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.smokeshow-location-picker-list{display:flex;flex-direction:column;gap:.75rem;max-height:50vh;overflow-y:auto}.smokeshow-location-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#ffffff;border:3px solid #0d0d0b;border-radius:16px;padding:1rem 1.25rem}.smokeshow-location-list-info{display:flex;flex-direction:column;gap:.15rem;text-align:left}.smokeshow-location-list-name{font-family:Cook Retroish,Montserrat,sans-serif;font-size:16px;font-weight:700;color:#0d0d0b;text-transform:uppercase}.smokeshow-location-list-address{font-family:Montserrat,sans-serif;font-size:13px;color:#555;line-height:1.4}.smokeshow-location-list-phone{font-family:Montserrat,sans-serif;font-size:12px;color:#888}.smokeshow-location-shop-btn{background:#0d0d0b;color:#ffffff;border:none;border-radius:9999px;padding:.6rem 1.5rem;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.smokeshow-location-shop-btn:hover{background:#333}@media (max-width:600px){.smokeshow-location-picker-container{padding:1.5rem 1rem}.smokeshow-location-picker-title{font-size:32px}.smokeshow-location-picker-methods{flex-wrap:wrap;gap:.75rem}.smokeshow-location-method-btn{flex:1 1 100px;min-width:0;padding:1rem}.smokeshow-location-picker-list{max-height:40vh}.smokeshow-location-list-item{flex-direction:column;text-align:center;gap:.75rem}.smokeshow-location-list-info{text-align:center}.location-picker-grid{grid-template-columns:1fr}}@media (max-width:400px){.smokeshow-location-picker-title{font-size:26px}.smokeshow-location-picker-checkerboard{background-size:30px 30px;background-position:0 0,0 15px,15px -15px,-15px 0}}.lsp-page{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--lsp-secondary,#0D0D0B)}.lsp-bg-image{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat}.lsp-bg-dim{position:absolute;inset:0;background:rgba(0,0,0,.45)}.lsp-bg-default{position:absolute;inset:0;background:var(--lsp-secondary,#0D0D0B)}.lsp-smokeshow .lsp-bg-default{background-image:linear-gradient(45deg,#b7ded2 25%,transparent 0),linear-gradient(-45deg,#b7ded2 25%,transparent 0),linear-gradient(45deg,transparent 75%,#b7ded2 0),linear-gradient(-45deg,transparent 75%,#b7ded2 0);background-size:40px 40px;background-position:0 0,0 20px,20px -20px,-20px 0;background-color:#faf3eb}.lsp-plantlife .lsp-bg-default{background:var(--lsp-secondary,#1D1F1A)}.lsp-generation .lsp-bg-default{background:linear-gradient(135deg,var(--lsp-secondary,#0A0E27) 0,#1A1F3A 100%)}.lsp-spiritleaf .lsp-bg-default{background:var(--lsp-secondary,#0D0D0B)}.lsp-container{position:relative;z-index:1;text-align:center;max-width:800px;width:100%;padding:2rem}.lsp-logo{margin-bottom:1.5rem}.lsp-logo img{max-width:160px;max-height:100px;height:auto;object-fit:contain}.lsp-logo-text{font-size:28px;font-weight:900;letter-spacing:2px;color:#fff;text-transform:uppercase}.lsp-smokeshow:not(:has(.lsp-bg-image)) .lsp-description,.lsp-smokeshow:not(:has(.lsp-bg-image)) .lsp-logo-text,.lsp-smokeshow:not(:has(.lsp-bg-image)) .lsp-title{color:#0d0d0b}.lsp-title{font-size:42px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 8px;text-transform:uppercase}.lsp-description{font-size:16px;font-weight:400;color:rgba(255,255,255,.8);margin:0 0 2rem}.lsp-plantlife .lsp-description,.lsp-plantlife .lsp-title{color:var(--lsp-surface,#EBF1EC)}.lsp-plantlife .lsp-description{opacity:.8}.lsp-generation .lsp-title{color:#fff}.lsp-generation .lsp-description{color:var(--lsp-primary,#00D9FF);opacity:.9}.lsp-methods{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.lsp-method-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#ffffff;border:3px solid var(--lsp-text,#0d0d0b);border-radius:16px;padding:1.25rem 2rem;cursor:pointer;transition:all .2s ease;font-family:inherit;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--lsp-text,#0d0d0b);min-width:120px}.lsp-method-btn svg{width:32px;height:32px}.lsp-method-btn:hover{background:var(--lsp-primary,#EFA1A7);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.lsp-generation .lsp-method-btn{background:rgba(255,255,255,.05);border-color:var(--lsp-primary,#E91E8C);color:#fff}.lsp-generation .lsp-method-btn:hover{background:var(--lsp-primary,#E91E8C);color:#fff}.lsp-plantlife .lsp-method-btn{background:var(--lsp-surface,#EBF1EC);border-color:var(--lsp-primary,#71AA50);color:var(--lsp-text,#1D1F1A)}.lsp-plantlife .lsp-method-btn:hover{background:var(--lsp-primary,#71AA50);color:#fff}.lsp-spiritleaf .lsp-method-btn{background:var(--lsp-bg,#FFFFFF);border-color:var(--lsp-primary,#9CAF88);color:var(--lsp-secondary,#0D0D0B)}.lsp-spiritleaf .lsp-method-btn:hover{background:var(--lsp-primary,#9CAF88);color:#fff}.lsp-list{display:flex;flex-direction:column;gap:.75rem;max-height:50vh;overflow-y:auto}.lsp-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#ffffff;border:3px solid var(--lsp-text,#0d0d0b);border-radius:16px;padding:1rem 1.25rem}.lsp-generation .lsp-list-item{background:rgba(255,255,255,.05);border-color:var(--lsp-primary,#E91E8C)}.lsp-plantlife .lsp-list-item{background:var(--lsp-surface,#EBF1EC);border-color:var(--lsp-primary,#71AA50)}.lsp-spiritleaf .lsp-list-item{background:var(--lsp-bg,#FFFFFF);border-color:var(--lsp-primary,#9CAF88)}.lsp-list-info{display:flex;flex-direction:column;gap:.15rem;text-align:left}.lsp-list-name{font-size:16px;font-weight:700;color:var(--lsp-text,#0d0d0b);text-transform:uppercase}.lsp-list-address{font-size:13px;color:var(--lsp-text-secondary,#555);line-height:1.4}.lsp-list-phone{font-size:12px;color:var(--lsp-text-secondary,#888)}.lsp-generation .lsp-list-name{color:#fff}.lsp-generation .lsp-list-address{color:rgba(255,255,255,.6)}.lsp-generation .lsp-list-phone{color:rgba(255,255,255,.4)}.lsp-shop-btn{background:var(--lsp-text,#0d0d0b);color:#ffffff;border:none;border-radius:9999px;padding:.6rem 1.5rem;font-family:inherit;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.lsp-shop-btn:hover{opacity:.85}.lsp-generation .lsp-shop-btn{background:var(--lsp-primary,#E91E8C);color:#fff}.lsp-plantlife .lsp-shop-btn{background:var(--lsp-primary,#71AA50);color:#fff}.lsp-spiritleaf .lsp-shop-btn{background:var(--lsp-primary,#9CAF88);color:#fff}.lsp-plantrepublic .lsp-bg-default{background:linear-gradient(135deg,#000000,#0a0a0a)}.lsp-plantrepublic .lsp-title{color:#fff}.lsp-plantrepublic .lsp-description{color:#00FF00;opacity:.9}.lsp-plantrepublic .lsp-method-btn{background:rgba(255,255,255,.05);border-color:#00FF00;color:#fff}.lsp-plantrepublic .lsp-method-btn:hover{background:#00FF00;color:#000}.lsp-plantrepublic .lsp-list-item{background:rgba(255,255,255,.05);border-color:#00FF00}.lsp-plantrepublic .lsp-list-name{color:#fff}.lsp-plantrepublic .lsp-list-address{color:rgba(255,255,255,.6)}.lsp-plantrepublic .lsp-list-phone{color:rgba(255,255,255,.4)}.lsp-plantrepublic .lsp-shop-btn{background:#00FF00;color:#000}.lsp-empty{padding:2rem;text-align:center}.lsp-empty p{font-size:16px;color:rgba(255,255,255,.6)}@media (max-width:600px){.lsp-container{padding:1.5rem 1rem}.lsp-title{font-size:32px}.lsp-methods{flex-wrap:wrap;gap:.75rem}.lsp-method-btn{flex:1 1 100px;min-width:0;padding:1rem}.lsp-list{max-height:40vh}.lsp-list-item{flex-direction:column;gap:.75rem}.lsp-list-info,.lsp-list-item{text-align:center}}@media (max-width:400px){.lsp-title{font-size:26px}}.lsp-generation{background:#0A0E27}.generation-lsp-bg-image,.generation-lsp-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.generation-lsp-bg-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.generation-lsp-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;width:100%;padding:40px 20px}.generation-lsp-logo{margin-bottom:32px}.generation-lsp-logo img{max-width:200px;height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.generation-lsp-logo-text{font-size:28px;text-shadow:0 2px 12px rgba(233,30,140,.5)}.generation-lsp-logo-text,.generation-lsp-title{font-family:Montserrat,sans-serif;font-weight:900;letter-spacing:2px;color:#fff;text-transform:uppercase}.generation-lsp-title{font-size:36px;line-height:1.15;margin:0 0 28px;text-shadow:0 2px 16px rgba(0,0,0,.5)}.generation-lsp-locations{display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px;margin-bottom:28px}.generation-lsp-location-item{display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 0;justify-content:center}.generation-lsp-location-item input[type=radio]{width:18px;height:18px;accent-color:#E91E8C;cursor:pointer;flex-shrink:0}.generation-lsp-location-name{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 4px rgba(0,0,0,.4)}.generation-lsp-coming-soon{font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;color:rgba(255,255,255,.5);font-style:italic}.generation-lsp-empty{color:rgba(255,255,255,.6)}.generation-lsp-empty,.generation-lsp-shop-btn{font-family:Montserrat,sans-serif;font-size:14px}.generation-lsp-shop-btn{display:inline-flex;align-items:center;gap:8px;background:#E91E8C;color:#fff;border:none;border-radius:9999px;padding:12px 28px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .25s ease}.generation-lsp-shop-btn:hover:not(:disabled){background:#d4177d;transform:translateY(-2px);box-shadow:0 4px 20px rgba(233,30,140,.4)}.generation-lsp-shop-btn:disabled{opacity:.4;cursor:not-allowed}.generation-lsp-shop-btn svg{width:18px;height:14px}@media (max-width:600px){.generation-lsp-title{font-size:28px;letter-spacing:1px}.generation-lsp-location-name{font-size:14px}}@media (max-width:400px){.generation-lsp-title{font-size:24px}}.template-modern header nav{justify-content:center;flex-wrap:wrap;gap:2rem}.pl-header{padding:0}.template-modern header nav h1{width:100%;text-align:center;font-weight:300;font-size:1.5rem;letter-spacing:.2em;text-transform:uppercase}.template-modern header ul{justify-content:center;gap:3rem}.template-modern header a{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.template-modern .header-controls{width:100%;justify-content:center;margin-top:1rem}.template-modern .home-hero{min-height:80vh;text-align:center}.template-modern .home-hero-content h2{font-size:3.5rem;font-weight:200;letter-spacing:-.02em}.template-modern .home-hero-content p{font-size:1.1rem;max-width:500px;margin:0 auto 2rem}.template-modern .home-categories{padding:5rem 0}.template-modern .categories-grid{max-width:800px;margin:0 auto;gap:1rem}.template-modern .category-card{border:none;background:transparent}.template-modern .home-carousel-section{padding:5rem 0}.template-modern .home-product-card{border:none;box-shadow:none;background:transparent;text-align:center}.template-modern .products-grid{gap:3rem}.template-modern .product-card{border:none;box-shadow:none;text-align:center;padding:2rem}.template-modern .product-card button{border:1px solid transparent}.template-modern footer{text-align:center}.template-modern .footer-grid{justify-content:center;text-align:center}.modern-hero{padding:6rem 0}.modern-hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.modern-hero-text{padding:2rem 0}.modern-hero-label{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;display:block}.modern-hero-text h2{font-size:3.5rem;font-weight:200;line-height:1.1;margin:0 0 1.5rem}.modern-hero-text p{font-size:1.1rem;line-height:1.7;margin:0 0 2rem}.modern-hero-buttons{display:flex;gap:1.5rem;align-items:center}.modern-hero-buttons button{padding:1rem 2rem;border-radius:0;font-weight:500;letter-spacing:.05em;border:none;cursor:pointer}.modern-link-btn{background:transparent!important;font-weight:500!important}.modern-hero-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:2px}.modern-hero-image .hero-emoji{font-size:8rem}.template-bold header{padding:0;border-bottom-width:5px!important}.template-bold header nav{padding:1.5rem 2rem}.template-bold header nav h1{font-size:2.75rem;font-weight:900;text-transform:uppercase;letter-spacing:-.05em}.template-bold header a{font-weight:800;text-transform:uppercase;font-size:.95rem;letter-spacing:.1em}.template-bold .home-hero{min-height:95vh;-webkit-clip-path:polygon(0 0,100% 0,100% 82%,0 100%);clip-path:polygon(0 0,100% 0,100% 82%,0 100%);padding-bottom:12rem}.template-bold .home-hero-content h2{font-size:8rem;font-weight:900;text-transform:uppercase;line-height:.85;letter-spacing:-.05em;text-shadow:6px 6px 0 rgba(0,0,0,.15)}.template-bold .home-hero-content p{font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-top:2rem}.template-bold .home-hero-buttons button{padding:1.75rem 4rem;font-size:1.15rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;border-radius:0;box-shadow:8px 8px 0 rgba(0,0,0,.25);transition:all .15s ease}.template-bold .home-hero-buttons button:hover{transform:translate(-4px,-4px);box-shadow:12px 12px 0 rgba(0,0,0,.25)}.template-bold .home-categories{padding:5rem 0;margin-top:-6rem}.template-bold .categories-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.template-bold .category-card{border-radius:0;border-width:5px;padding:2.5rem;box-shadow:8px 8px 0 rgba(0,0,0,.12);transition:all .15s ease}.template-bold .category-card:hover{transform:translate(-5px,-5px);box-shadow:13px 13px 0 rgba(0,0,0,.12)}.template-bold .category-icon{font-size:4.5rem}.template-bold .category-card h3{font-size:1.4rem;margin-top:1rem}.template-bold h2,.template-bold h3{text-transform:uppercase;font-weight:900;letter-spacing:-.03em}.template-bold .listing-header h2,.template-bold .section-header h2{font-size:3.5rem;text-shadow:4px 4px 0 rgba(0,0,0,.08)}.template-bold .carousel-header h3{font-size:2.75rem}.template-bold .home-product-card,.template-bold .product-card{border-radius:0;border-width:5px;box-shadow:6px 6px 0 rgba(0,0,0,.12);transition:all .15s ease}.template-bold .home-product-card:hover,.template-bold .product-card:hover{transform:translate(-4px,-4px);box-shadow:10px 10px 0 rgba(0,0,0,.12)}.template-bold .home-product-card h3,.template-bold .product-card h3{font-size:1.3rem;font-weight:900}.template-bold button{border-radius:0;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.template-bold .location-card,.template-bold .location-section{border-radius:0;border-width:5px;box-shadow:6px 6px 0 rgba(0,0,0,.12)}.template-bold .filter-section h4{text-transform:uppercase;font-weight:800;letter-spacing:.05em}.template-bold footer{-webkit-clip-path:polygon(0 18%,100% 0,100% 100%,0 100%);clip-path:polygon(0 18%,100% 0,100% 100%,0 100%);padding-top:7rem}.template-bold footer h4{font-size:1.2rem;letter-spacing:.12em}.bold-hero{min-height:95vh;display:flex;align-items:center;justify-content:center;position:relative;-webkit-clip-path:polygon(0 0,100% 0,100% 82%,0 100%);clip-path:polygon(0 0,100% 0,100% 82%,0 100%);padding-bottom:12rem}.bold-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.bold-hero-content{position:relative;z-index:1;text-align:center;padding:3rem}.bold-hero-content h2{font-size:9rem;font-weight:900;text-transform:uppercase;line-height:.85;letter-spacing:-.05em;margin:0 0 1.5rem;text-shadow:8px 8px 0 rgba(0,0,0,.15)}.bold-hero-content p{font-size:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.35em;margin:0 0 2.5rem}.bold-hero-content button{padding:2rem 4rem;font-weight:900;text-transform:uppercase;letter-spacing:.2em;font-size:1.2rem;border-radius:0;box-shadow:8px 8px 0 rgba(0,0,0,.25);transition:all .15s ease}.bold-hero-content button:hover{transform:translate(-4px,-4px);box-shadow:12px 12px 0 rgba(0,0,0,.25);border:none;cursor:pointer}.template-elegant{font-family:Georgia,Times New Roman,serif}.template-elegant header{border-bottom:none;padding:2rem 0}.template-elegant header nav h1{font-family:Georgia,serif;font-weight:400;font-style:italic;font-size:2rem;letter-spacing:.02em}.template-elegant header ul{gap:2.5rem}.template-elegant header a{font-family:Georgia,serif;font-size:.9rem;letter-spacing:.05em}.template-elegant .home-hero{min-height:70vh}.template-elegant .home-hero:before{content:"";position:absolute;top:0;left:5%;right:5%;bottom:0;border:1px solid rgba(255,255,255,.3);pointer-events:none}.template-elegant .home-hero-content h2{font-family:Georgia,serif;font-weight:400;font-style:italic;font-size:3.5rem;letter-spacing:.02em}.template-elegant .home-hero-content p{font-style:italic;letter-spacing:.02em}.template-elegant .home-hero-buttons button{font-family:Georgia,serif;letter-spacing:.15em;text-transform:uppercase;font-size:.8rem;padding:1rem 2.5rem;border-radius:0}.template-elegant .home-categories{padding:5rem 0}.template-elegant .categories-grid{gap:2rem}.template-elegant .category-card{border-radius:0;border:none;box-shadow:none;position:relative}.template-elegant .category-card:before{content:"";position:absolute;top:0;left:50%;width:40px;height:1px;background:currentColor;transform:translateX(-50%)}.template-elegant h2,.template-elegant h3{font-family:Georgia,serif;font-weight:400}.template-elegant .home-product-card,.template-elegant .product-card{border-radius:0;border:none;box-shadow:0 2px 10px rgba(0,0,0,.05)}.template-elegant .home-product-info h4,.template-elegant .product-card h4{font-family:Georgia,serif;font-style:italic}.template-elegant button{border-radius:0;font-family:Georgia,serif;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem}.template-elegant footer{border-top:1px solid}.elegant-hero{padding:4rem 0}.elegant-hero-frame{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border:1px solid;max-width:1000px;margin:0 auto}.elegant-hero-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.elegant-hero-image .hero-emoji{font-size:8rem}.elegant-hero-text{padding:3rem;display:flex;flex-direction:column;justify-content:center;text-align:center}.elegant-subtitle{font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;font-style:italic;margin-bottom:1rem}.elegant-hero-text h2{font-family:Georgia,serif;font-weight:400;font-style:italic;font-size:2.5rem;margin:0 0 1rem;line-height:1.2}.elegant-hero-text p{font-style:italic;margin:0 0 2rem;font-size:1rem}.elegant-hero-buttons button{padding:1rem 2.5rem;border-radius:0;font-family:Georgia,serif;letter-spacing:.15em;text-transform:uppercase;font-size:.8rem;border:none;cursor:pointer}.template-playful header{border-radius:0 0 2rem 2rem;margin:0 1rem;border-bottom:none}.template-playful header nav h1{font-weight:800;font-size:1.75rem}.template-playful .home-hero{margin:1rem;border-radius:2rem;min-height:500px}.template-playful .home-hero-content h2{font-weight:800;font-size:3rem}.template-playful .home-hero-buttons button{border-radius:50px;padding:1rem 2rem;font-weight:700}.template-playful .home-categories{padding:3rem 1rem}.template-playful .container{max-width:1200px}.template-playful .categories-grid{gap:1rem}.template-playful .category-card{border-radius:1.5rem;padding:1.5rem;transition:transform .3s,box-shadow .3s}.template-playful .category-card:hover{transform:translateY(-8px) rotate(-2deg);box-shadow:0 12px 30px rgba(0,0,0,.15)}.template-playful .category-icon{font-size:3rem}.template-playful .home-product-card,.template-playful .product-card{border-radius:1.5rem;overflow:hidden}.template-playful .home-product-card:hover,.template-playful .product-card:hover{transform:translateY(-8px)}.template-playful .home-product-image,.template-playful .product-image{border-radius:1rem}.template-playful button{border-radius:50px;font-weight:700}.template-playful .carousel-nav button{border-radius:50%;width:48px;height:48px}.template-playful footer{border-radius:2rem 2rem 0 0;margin:0 1rem}.playful-hero,.template-playful .home-cta{margin:1rem;border-radius:2rem}.playful-hero{min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:3rem}.playful-hero-content{text-align:center;position:relative;z-index:1}.playful-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:50px;font-weight:700;font-size:.9rem;margin-bottom:1.5rem}.playful-hero-content h2{font-size:3.5rem;font-weight:800;margin:0 0 1rem;line-height:1.1}.playful-hero-content p{font-size:1.25rem;margin:0 0 2rem}.playful-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.playful-buttons button{padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer}.playful-emojis{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.float-emoji{position:absolute;font-size:4rem;opacity:.3;animation:float 6s ease-in-out infinite}.float-emoji:first-child{top:10%;left:10%;animation-delay:0s}.float-emoji:nth-child(2){top:20%;right:15%;animation-delay:2s}.float-emoji:nth-child(3){bottom:15%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.template-boutique header{padding:2.5rem 0;border-bottom:none}.template-boutique header:after{content:"";display:block;width:60px;height:1px;background:currentColor;margin:1.5rem auto 0;opacity:.3}.template-boutique header nav{flex-direction:column;align-items:center;gap:1.5rem}.template-boutique header nav h1{font-family:Georgia,serif;font-weight:400;font-size:1.5rem;letter-spacing:.3em;text-transform:uppercase}.template-boutique header ul{gap:2rem}.template-boutique header a{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.template-boutique .home-hero{min-height:80vh}.template-boutique .home-hero-content{max-width:600px}.template-boutique .home-hero-content h2{font-family:Georgia,serif;font-weight:400;font-size:3rem;letter-spacing:.1em;text-transform:uppercase;line-height:1.3}.template-boutique .home-hero-content p{letter-spacing:.1em;font-size:.9rem}.template-boutique .home-hero-buttons button{padding:1.25rem 3rem;letter-spacing:.2em;text-transform:uppercase;font-size:.7rem;border-radius:0}.template-boutique .home-categories{padding:6rem 0}.template-boutique .categories-grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:900px;margin:0 auto}.template-boutique .category-card{padding:3rem;border:none;text-align:center}.template-boutique .category-name{font-family:Georgia,serif;letter-spacing:.15em;text-transform:uppercase;font-size:.85rem}.template-boutique h2,.template-boutique h3{font-family:Georgia,serif;font-weight:400;letter-spacing:.15em;text-transform:uppercase;font-size:1rem}.template-boutique .products-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.template-boutique .product-card{border:none;padding:2rem}.template-boutique .product-card h4{font-family:Georgia,serif;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}.template-boutique button{letter-spacing:.2em;text-transform:uppercase;font-size:.7rem}.boutique-header{padding:2rem 0}.boutique-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.boutique-nav h1{font-family:Georgia,serif;font-weight:400;font-size:1.5rem;letter-spacing:.3em;text-transform:uppercase;margin:0}.boutique-nav .nav-logo{height:88px;top:0;margin-bottom:-20px}.boutique-nav-list{display:flex;align-items:center;gap:1rem;list-style:none;padding:0;margin:0}.boutique-nav-list a{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none}.nav-divider{opacity:.3;font-size:.7rem}.template-cozy header{border-bottom:none;box-shadow:0 4px 20px rgba(0,0,0,.05)}.template-cozy header nav h1{font-weight:700;font-size:1.5rem}.template-cozy .home-hero{border-radius:0 0 3rem 3rem;margin-bottom:-2rem;padding-bottom:5rem}.template-cozy .home-hero-content h2{font-weight:700;font-size:2.75rem}.template-cozy .home-categories{padding:4rem 0 2rem;position:relative;z-index:1}.template-cozy .categories-grid{gap:1rem;padding:0 1rem}.template-cozy .category-card{border-radius:1rem;box-shadow:0 8px 24px rgba(0,0,0,.08);border:none;transform:translateY(0);transition:transform .3s,box-shadow .3s}.template-cozy .category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.template-cozy .home-carousel-section{padding:3rem 0}.template-cozy .home-product-card,.template-cozy .product-card{border-radius:1rem;box-shadow:0 8px 24px rgba(0,0,0,.06);border:none}.template-cozy button{border-radius:.75rem;font-weight:600}.template-cozy footer{border-radius:3rem 3rem 0 0;margin-top:2rem}.template-cozy .home-cta{border-radius:2rem;margin:2rem}.cozy-reviews{padding:4rem 0}.cozy-reviews h3{text-align:center;font-size:1.5rem;margin-bottom:2rem}.cozy-reviews-stack{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem}.cozy-review-card{padding:2rem;border-radius:1rem;box-shadow:0 8px 24px rgba(0,0,0,.08);max-width:320px;border:1px solid}.cozy-review-card .review-stars{margin-bottom:1rem}.cozy-review-card p{font-size:.95rem;line-height:1.6;margin-bottom:1rem;font-style:italic}.template-editorial header{border-bottom:2px solid;padding:1rem 0}.template-editorial header nav h1{font-family:Georgia,serif;font-weight:700;font-size:2.5rem;font-style:italic}.template-editorial header ul{gap:1.5rem}.template-editorial header a{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.template-editorial .home-hero{min-height:auto;padding:3rem 0}.template-editorial .home-hero-content{text-align:left;max-width:60%}.template-editorial .home-hero-content h2{font-family:Georgia,serif;font-weight:700;font-size:4.5rem;line-height:1;font-style:italic}.template-editorial .home-hero-content p{font-size:1.1rem;line-height:1.8;border-left:3px solid;padding-left:1.5rem;margin:2rem 0}.template-editorial .home-hero-buttons{justify-content:flex-start}.template-editorial .home-categories{padding:3rem 0;border-top:1px solid;border-bottom:1px solid}.template-editorial .categories-grid{display:flex;justify-content:center;gap:3rem}.template-editorial .category-card{background:transparent;border:none;padding:0}.template-editorial .category-name{font-family:Georgia,serif;font-style:italic}.template-editorial .carousel-header{border-bottom:1px solid;padding-bottom:1rem;margin-bottom:2rem}.template-editorial h2,.template-editorial h3{font-family:Georgia,serif;font-style:italic}.template-editorial .carousel-header h3{font-size:1.75rem}.template-editorial .home-product-card{border:none;border-bottom:1px solid;border-radius:0;padding-bottom:1.5rem}.template-editorial .products-grid{grid-template-columns:repeat(3,1fr)}.template-editorial .product-card{border:none;border-radius:0}.template-editorial .product-card h4{font-family:Georgia,serif;font-style:italic;font-size:1.1rem}.template-editorial button{border-radius:0;border:1px solid;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.template-editorial footer{border-top:2px solid}.editorial-header{padding:1rem 0}.editorial-header-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid;margin-bottom:1.5rem}.editorial-date{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.editorial-header-main{text-align:center;padding:1rem 0}.editorial-title{font-family:Georgia,serif;font-size:3rem;font-weight:700;font-style:italic;margin:0}.editorial-logo{height:80px;max-height:80px;margin-bottom:-16px}.editorial-nav{padding-top:1rem}.editorial-nav ul{display:flex;justify-content:center;gap:2rem;list-style:none;padding:0;margin:0}.editorial-nav a{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none}.editorial-categories{padding:3rem 0;border-top:1px solid;border-bottom:1px solid}.editorial-categories-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.editorial-category-tile{padding:2rem;display:flex;align-items:center;gap:1.5rem;border:1px solid;cursor:pointer;transition:all .2s;background:none;text-align:left}.editorial-category-tile:hover{transform:translateY(-2px)}.editorial-category-tile.featured{grid-row:span 2;flex-direction:column;text-align:center;justify-content:center}.editorial-category-icon{font-size:3rem}.editorial-category-tile.featured .editorial-category-icon{font-size:5rem}.editorial-category-text h4{font-family:Georgia,serif;font-style:italic;font-size:1.1rem;margin:0 0 .5rem}.editorial-category-text p{font-size:.85rem;margin:0}.template-compact header{padding:.5rem 0}.template-compact header nav{gap:1rem}.template-compact header nav h1{font-size:1.1rem;font-weight:700}.template-compact header ul{gap:.75rem}.template-compact header a{font-size:.8rem;padding:.25rem .5rem;border-radius:.25rem}.template-compact .home-hero{min-height:300px;padding:2rem}.template-compact .home-hero-content h2{font-size:2rem;font-weight:700}.template-compact .home-hero-content p{font-size:.9rem}.template-compact .home-hero-buttons button{padding:.5rem 1.25rem;font-size:.85rem}.template-compact .home-categories{padding:1.5rem 0}.template-compact .categories-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.template-compact .category-card{flex:0 0 auto;padding:.5rem 1rem;border-radius:2rem;flex-direction:row;gap:.5rem}.template-compact .category-icon{font-size:1.25rem}.template-compact .category-name{font-size:.85rem}.template-compact .category-desc{display:none}.template-compact .home-carousel-section{padding:1.5rem 0}.template-compact .carousel-header h3{font-size:1rem}.template-compact .home-carousel{gap:.75rem}.template-compact .home-product-card{min-width:160px;padding:.75rem}.template-compact .home-product-image{font-size:2.5rem}.template-compact .home-product-info h4{font-size:.85rem}.template-compact .products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.template-compact .product-card{padding:.75rem}.template-compact .product-image{font-size:3rem;padding:.75rem}.template-compact button{padding:.4rem .75rem;font-size:.8rem}.template-compact footer{padding:1.5rem 0}.template-compact .footer-grid{gap:1.5rem}.compact-header{padding:.5rem 0}.compact-nav{display:flex;align-items:center;gap:1rem}.compact-brand{font-weight:800;font-size:1.25rem}.compact-logo{height:44px;max-height:44px;top:4px}.compact-nav ul{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;flex:1 1}.compact-nav ul a{font-size:.8rem;padding:.25rem .5rem;border-radius:.25rem;text-decoration:none}.compact-categories{padding:1rem 0}.compact-categories-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.compact-category-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:50px;border:1px solid;cursor:pointer;transition:all .2s;font-size:.85rem}.compact-category-pill:hover{transform:scale(1.05)}.template-fresh header{border-bottom:none}.template-fresh header nav h1{font-weight:600}.template-fresh .home-hero{position:relative;min-height:550px}.template-fresh .home-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:80px;background:inherit;-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%)}.template-fresh .home-hero-content h2{font-weight:500;font-size:3rem}.template-fresh .home-hero-buttons button{border-radius:50px;padding:1rem 2rem}.template-fresh .home-categories{padding:4rem 0;position:relative;margin-top:-2rem}.template-fresh .categories-grid{gap:1.5rem}.template-fresh .category-card{border-radius:1.5rem;border:none;box-shadow:0 4px 16px rgba(0,0,0,.06)}.template-fresh .home-product-card,.template-fresh .product-card{border-radius:1.25rem;border:none;box-shadow:0 4px 16px rgba(0,0,0,.06)}.template-fresh button{border-radius:50px}.template-fresh .home-cta{position:relative;margin-top:2rem}.template-fresh .home-cta:before{content:"";position:absolute;top:-1px;left:0;right:0;height:80px;background:inherit;-webkit-clip-path:ellipse(55% 100% at 50% 0);clip-path:ellipse(55% 100% at 50% 0);transform:translateY(-100%)}.template-fresh footer{position:relative;margin-top:4rem}.template-fresh footer:before{content:"";position:absolute;top:-40px;left:0;right:0;height:80px;background:inherit;-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%)}.fresh-categories{position:relative;padding:5rem 0}.fresh-categories h3{text-align:center;margin-bottom:2rem;font-size:1.5rem}.fresh-wave-top{top:0;-webkit-clip-path:ellipse(55% 100% at 50% 0);clip-path:ellipse(55% 100% at 50% 0)}.fresh-wave-bottom,.fresh-wave-top{position:absolute;left:0;right:0;height:60px}.fresh-wave-bottom{bottom:0;-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%)}.fresh-category{border:none!important}.template-retro{font-family:Georgia,Times New Roman,serif}.template-retro header{border-bottom:3px double;padding:1.5rem 0}.template-retro header nav h1{font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:1.5rem}.template-retro header a{text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.template-retro .home-hero{position:relative;border:4px solid;margin:2rem;min-height:450px}.template-retro .home-hero:before{content:"";position:absolute;top:8px;left:8px;right:-8px;bottom:-8px;border:2px solid;z-index:-1}.template-retro .home-hero-content h2{font-weight:700;font-size:3rem;text-transform:uppercase;letter-spacing:.05em}.template-retro .home-hero-buttons button{border:2px solid;border-radius:0;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.template-retro .home-categories{padding:3rem 0}.template-retro .categories-grid{gap:2rem}.template-retro .category-card{border:2px solid;border-radius:0;position:relative;box-shadow:4px 4px 0 currentColor}.template-retro .category-name{text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.template-retro h2,.template-retro h3{text-transform:uppercase;letter-spacing:.08em;font-weight:700}.template-retro .home-product-card,.template-retro .product-card{border:2px solid;border-radius:0;box-shadow:4px 4px 0 currentColor}.template-retro button{border:2px solid;border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.template-retro .location-option,.template-retro .location-selector-trigger{text-transform:none;letter-spacing:normal;font-weight:500;border-width:.5px;border-radius:6px}.template-retro footer{border-top:3px double}.template-retro .home-cta{border:4px solid;margin:2rem}.retro-hero{padding:2rem}.retro-hero-frame{border:4px solid;padding:8px;position:relative;max-width:1000px;margin:0 auto}.retro-hero-frame:before{content:"";position:absolute;top:8px;left:8px;right:-8px;bottom:-8px;border:2px solid;z-index:-1}.retro-hero-inner{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:3rem;text-align:center}.retro-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.retro-badge{padding:.5rem 1.5rem;font-size:.75rem;letter-spacing:.15em;margin-bottom:1.5rem}.retro-badge,.retro-hero-inner h2{position:relative;z-index:1;font-weight:700}.retro-hero-inner h2{font-size:3rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.retro-hero-inner p{position:relative;z-index:1;font-size:1.1rem;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.1em}.retro-emoji{font-size:6rem;display:block;margin-bottom:1.5rem;position:relative;z-index:1}.retro-hero-inner button{position:relative;z-index:1;padding:1rem 2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:2px solid;cursor:pointer}.template-sleek header{padding:.75rem 0}.template-sleek header nav h1{font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:1.1rem}.template-sleek header a{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.template-sleek .home-hero{-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);min-height:600px;padding-bottom:6rem}.template-sleek .home-hero-content h2{font-weight:800;font-size:3.5rem;letter-spacing:-.02em}.template-sleek .home-hero-buttons button{border-radius:2px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.template-sleek .home-categories{padding:3rem 0;margin-top:-3rem;position:relative;z-index:1}.template-sleek .categories-grid{gap:1rem}.template-sleek .category-card{border-radius:2px;border:none;box-shadow:0 4px 20px rgba(0,0,0,.1);position:relative;overflow:hidden}.template-sleek .category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,currentColor,transparent)}.template-sleek .home-product-card,.template-sleek .product-card{border-radius:2px;border:none;box-shadow:0 4px 20px rgba(0,0,0,.1)}.template-sleek button{border-radius:2px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.template-sleek footer{-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 100%);clip-path:polygon(0 15%,100% 0,100% 100%,0 100%);padding-top:4rem}.template-sleek .home-cta{-webkit-clip-path:polygon(0 10%,100% 0,100% 90%,0 100%);clip-path:polygon(0 10%,100% 0,100% 90%,0 100%);padding:5rem 0}.sleek-reviews{padding:4rem 0}.sleek-reviews-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.sleek-reviews-header h3{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.sleek-line{flex:1 1;height:3px}.sleek-reviews-scroll{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-snap-type:x mandatory}.sleek-review-card{min-width:300px;padding:1.5rem;scroll-snap-align:start}.sleek-review-card p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.sleek-review-footer{display:flex;justify-content:space-between;align-items:center}.sleek-review-footer span{font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.template-artisan{font-family:Georgia,Times New Roman,serif}.template-artisan header{border-bottom:1px dashed;padding:1.5rem 0}.template-artisan header nav h1{font-weight:600;font-size:1.75rem}.template-artisan header a{font-size:.9rem}.template-artisan .home-hero{position:relative}.template-artisan .home-hero:before{content:"★ HANDCRAFTED ★";position:absolute;top:2rem;right:2rem;padding:.5rem 1rem;border:2px dashed rgba(255,255,255,.5);border-radius:50px;font-size:.7rem;letter-spacing:.15em;color:rgba(255,255,255,.8);transform:rotate(15deg)}.template-artisan .home-hero-content h2{font-weight:600;font-size:3rem}.template-artisan .home-hero-buttons button{border-radius:2px;border:2px dashed}.template-artisan .home-categories{padding:3rem 0;position:relative}.template-artisan .home-categories:before{content:"~ Our Specialties ~";display:block;text-align:center;font-style:italic;font-size:.9rem;margin-bottom:1.5rem;opacity:.7}.template-artisan .categories-grid{gap:1.5rem}.template-artisan .category-card{border:1px dashed;border-radius:.5rem;position:relative}.template-artisan h2,.template-artisan h3{font-weight:600}.template-artisan .home-product-card,.template-artisan .product-card{border:1px dashed;border-radius:.5rem}.template-artisan .new-badge,.template-artisan .product-badge{border:1px dashed;border-radius:50px}.template-artisan button{border-radius:2px}.template-artisan footer{border-top:1px dashed;position:relative}.template-artisan footer:before{content:"♥ Made with love ♥";display:block;text-align:center;font-style:italic;font-size:.8rem;padding:1rem 0;opacity:.7}.template-artisan .home-cta{border:2px dashed rgba(255,255,255,.3);margin:2rem;border-radius:1rem}.artisan-hero{padding:4rem 0}.artisan-hero .container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.artisan-hero-content{text-align:center}.artisan-stamp{display:inline-block;padding:.75rem 1.5rem;border:2px dashed;border-radius:50px;font-size:.75rem;letter-spacing:.15em;margin-bottom:1.5rem;transform:rotate(-3deg)}.artisan-hero-content h2{font-size:2.5rem;font-weight:600;margin:0 0 1rem}.artisan-hero-content p{font-size:1.1rem;margin:0 0 1.5rem}.artisan-divider{display:flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:1.5rem}.artisan-divider:after,.artisan-divider:before{content:"";flex:1 1;max-width:100px;height:1px;border-top:1px dashed}.artisan-hero-content button{padding:1rem 2rem;cursor:pointer}.artisan-hero-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:2px dashed;border-radius:1rem}.artisan-hero-image .hero-emoji{font-size:8rem}@media (max-width:768px){.template-bold .home-hero-content h2{font-size:3.5rem;text-shadow:4px 4px 0 rgba(0,0,0,.15)}.template-bold .home-hero-content p{font-size:1rem;letter-spacing:.1em}.template-bold .home-hero-buttons button{padding:1.25rem 2rem;font-size:1rem;box-shadow:5px 5px 0 rgba(0,0,0,.2)}.template-bold .carousel-header h3,.template-bold .listing-header h2,.template-bold .section-header h2{font-size:2rem}.template-bold header nav h1{font-size:1.75rem}.template-boutique .home-hero-content h2,.template-elegant .home-hero-content h2{font-size:2rem}.template-editorial .home-hero-content{max-width:100%}.template-editorial .home-hero-content h2{font-size:2.5rem}.template-boutique .categories-grid,.template-boutique .products-grid,.template-editorial .products-grid{grid-template-columns:1fr}.template-artisan .home-cta,.template-retro .home-cta,.template-retro .home-hero{margin:1rem}.template-bold .home-hero,.template-sleek .home-hero{-webkit-clip-path:polygon(0 0,100% 0,100% 95%,0 100%);clip-path:polygon(0 0,100% 0,100% 95%,0 100%)}.template-playful .home-hero,.template-playful footer,.template-playful header{margin:.5rem;border-radius:1rem}.modern-hero-grid{grid-template-columns:1fr;gap:2rem}.modern-hero-text h2{font-size:2.5rem}.modern-hero-image{order:-1;max-height:300px}.bold-hero-content h2{font-size:3rem}.bold-hero-content p{font-size:1rem;letter-spacing:.1em}.elegant-hero-frame{grid-template-columns:1fr}.elegant-hero-image{aspect-ratio:16/9}.playful-hero-content h2{font-size:2.5rem}.editorial-header-top{flex-direction:column;gap:1rem}.editorial-title{font-size:2rem}.editorial-categories-grid{grid-template-columns:1fr}.editorial-category-tile.featured{grid-row:auto}.retro-hero-inner h2{font-size:2rem}.artisan-hero .container{grid-template-columns:1fr}.artisan-hero-image{order:-1;max-height:300px}.cozy-reviews-stack{flex-direction:column;align-items:center}.cozy-review-card{transform:none!important}.sleek-reviews-scroll{padding-bottom:1rem}.sleek-review-card{min-width:260px}}.template-plantlife .plantlife-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.plantlife-header-top{padding:.5rem 0;font-size:.85rem}.plantlife-top-content{display:flex;justify-content:space-between;align-items:center}.plantlife-contact{display:flex;align-items:center;gap:.5rem}.plantlife-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.plantlife-nav h1{font-family:Bebas Neue,Impact,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.05em;margin:0}.plantlife-logo{height:48px;max-height:48px}.plantlife-nav-list{display:flex;align-items:center;gap:2rem;list-style:none;padding:0;margin:0}.plantlife-nav-list a{text-decoration:none;font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.plantlife-header-actions{display:flex;align-items:center;gap:1rem}.plantlife-icon-btn{background:none;border:none;padding:.5rem;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.plantlife-cart-btn{position:relative}.plantlife-cart-count{position:absolute;top:0;right:0;width:16px;height:16px;border-radius:50%;font-size:.65rem;font-weight:700;color:white;display:flex;align-items:center;justify-content:center}.plantlife-hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden}.plantlife-hero .container{position:relative;z-index:2;max-width:50%}.plantlife-hero-content h2{font-family:Bebas Neue,Impact,sans-serif;font-size:4rem;font-weight:700;line-height:1;margin:0 0 1rem;white-space:pre-line}.plantlife-hero-content p{font-size:1.1rem;margin:0 0 2rem;opacity:.9}.plantlife-hero-buttons{display:flex;gap:1rem}.plantlife-hero-buttons button{padding:1rem 2rem;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;cursor:pointer;transition:all .2s}.plantlife-hero-buttons button:first-child:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.plantlife-hero-image{position:absolute;top:0;right:0;width:50%;height:100%;display:flex;align-items:center;justify-content:center}.plantlife-hero-image .hero-emoji{font-size:12rem;opacity:.3}.plantlife-categories{padding:3rem 0}.plantlife-categories-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.plantlife-category-tile{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;border-radius:8px;cursor:pointer;transition:all .2s;border:none;min-width:120px}.plantlife-category-tile:hover{transform:translateY(-4px)}.plantlife-category-icon{width:80px;height:80px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:2rem;background:transparent}.plantlife-category-icon img{width:60%;height:60%;object-fit:cover;border-radius:50%}.plantlife-category-name{font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.plantlife-budtender-picks{padding:4rem 0}.plantlife-section-header{text-align:center;margin-bottom:2rem}.plantlife-section-header h3{font-family:Bebas Neue,Impact,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:.02em}.plantlife-section-header p{font-size:1rem;margin:0}.plantlife-products-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.plantlife-products-carousel::-webkit-scrollbar{display:none}.plantlife-product-card{flex:0 0 auto;width:240px;padding:1rem;border-radius:8px;border:1px solid;scroll-snap-align:start;cursor:pointer;transition:all .2s}.plantlife-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.plantlife-product-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:4px;overflow:hidden}.plantlife-product-image img{width:100%;height:100%;object-fit:cover}.plantlife-product-image span{font-size:4rem}.plantlife-product-info{text-align:center}.plantlife-product-brand{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem}.plantlife-product-info h4{font-size:1rem;font-weight:600;margin:0 0 .5rem}.plantlife-product-thc{font-size:.85rem;font-weight:600;margin-bottom:.5rem}.plantlife-product-price{font-size:1.25rem;font-weight:700;margin:0}.plantlife-carousel-nav{justify-content:center;margin-top:1.5rem}.plantlife-carousel-nav button{border:1px solid;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.plantlife-community{padding:4rem 0}.plantlife-community-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.plantlife-community-text h3{font-family:Bebas Neue,Impact,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.plantlife-community-text p{font-size:1.1rem;line-height:1.7;margin:0 0 2rem}.plantlife-community-text button{padding:1rem 2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.plantlife-community-image{aspect-ratio:4/3;border-radius:8px;display:flex;align-items:center;justify-content:center}.community-emoji{font-size:8rem;opacity:.5}.plantlife-delivery{padding:4rem 0}.plantlife-delivery h3{font-family:Bebas Neue,Impact,sans-serif;font-size:2rem;font-weight:700;text-align:center;margin:0 0 2rem}.plantlife-delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.plantlife-delivery-item{text-align:center}.plantlife-delivery-item .delivery-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.plantlife-delivery-item h4{font-size:1rem;font-weight:600;margin:0 0 .5rem}.plantlife-delivery-item p{font-size:.9rem;margin:0;line-height:1.5}.plantlife-faq{padding:4rem 0}.plantlife-faq h3{font-family:Bebas Neue,Impact,sans-serif;font-size:2rem;font-weight:700;text-align:center;margin:0 0 2rem}.plantlife-faq-list{max-width:800px;margin:0 auto}.plantlife-faq-item{border-bottom:1px solid;padding:1rem 0}.plantlife-faq-item summary{font-weight:600;font-size:1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.plantlife-faq-item summary::-webkit-details-marker{display:none}.plantlife-faq-item summary:after{content:"+";font-size:1.5rem;font-weight:300}.plantlife-faq-item[open] summary:after{content:"−"}.plantlife-faq-item p{margin:1rem 0 0;line-height:1.6;font-size:.95rem}.plantlife-compliance{padding:3rem 0}.plantlife-compliance-content{display:flex;align-items:center;gap:2rem;max-width:800px;margin:0 auto}.plantlife-aglc-badge{flex:0 0 auto;width:80px;height:80px;border:2px solid;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.plantlife-aglc-badge span:first-child{font-weight:700;font-size:1rem}.plantlife-aglc-badge span:last-child{font-size:.65rem;text-transform:uppercase}.plantlife-compliance-text{flex:1 1}.plantlife-compliance-text p{font-size:.85rem;line-height:1.6;margin:0 0 .5rem}.plantlife-compliance-text p:last-child{margin:0}.template-plantlife footer,.template-plantlife header{font-family:Avenir,Helvetica Neue,Helvetica,Arial,sans-serif}.template-plantlife h1,.template-plantlife h2,.template-plantlife h3{font-family:Bebas Neue,Impact,sans-serif}.template-plantlife .home-reviews{padding:4rem 0}.template-plantlife .reviews-header h3{font-family:Bebas Neue,Impact,sans-serif;font-size:2rem}.template-plantlife .review-card{border-radius:8px}.template-plantlife .home-cta{padding:4rem 0}.template-plantlife footer{padding:3rem 0}@media (max-width:768px){.plantlife-hero .container{max-width:100%}.plantlife-hero-content h2{font-size:2.5rem}.plantlife-hero-image{position:static;width:100%;height:200px}.plantlife-hero{flex-direction:column-reverse;min-height:auto;padding:2rem 0}.plantlife-categories-grid{gap:1rem}.plantlife-category-tile{min-width:100px;padding:1rem}.plantlife-category-icon{width:60px;height:60px;font-size:1.5rem}.plantlife-community-grid{grid-template-columns:1fr;gap:2rem}.plantlife-community-image{order:-1}.plantlife-delivery-grid{grid-template-columns:repeat(2,1fr)}.plantlife-section-header h3{font-size:2rem}.plantlife-nav-list{display:none}.plantlife-nav h1{font-size:1.5rem}.plantlife-compliance-content{flex-direction:column;text-align:center}}@media (max-width:480px){.plantlife-hero-content h2{font-size:2rem}.plantlife-hero-buttons{flex-direction:column}.plantlife-hero-buttons button{width:100%}.plantlife-category-tile{min-width:80px;padding:.75rem}.plantlife-category-icon{width:50px;height:50px;font-size:1.25rem}.plantlife-category-name{font-size:.75rem}.plantlife-delivery-grid{grid-template-columns:1fr}.plantlife-product-card{width:200px}}