/* Dizaara shopping-center trial UI */
:root{--dz-ref-red:#ff3157;--dz-ref-text:#101010;--dz-ref-soft:#f7f7f7;--dz-ref-line:#ececec;--dz-ref-orange:#ff6a00}
body{background:#fff!important;color:var(--dz-ref-text);font-family:'Manrope',Arial,sans-serif}
.dz-ref-header{background:#fff;border-top:1px solid #ddd}
.dz-ref-header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 30px}
.dz-ref-logo-wrap{display:flex;align-items:center;gap:8px;min-width:180px}
.dz-ref-logo-wrap .custom-logo-link{display:inline-flex;align-items:center}
.dz-ref-logo-wrap .custom-logo{max-height:26px;max-width:135px;width:auto;object-fit:contain}
.dz-ref-shop-label{font:500 27px/1.1 'Manrope',sans-serif;color:#111}
.dz-ref-wordmark{display:inline-flex;align-items:center;gap:4px;font:700 27px/1 'Manrope',sans-serif;color:#111}
.dz-ref-wordmark .dz-ref-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#111;color:#fff;font-size:15px}
.dz-ref-wordmark span:last-child{font-weight:400}
.dz-ref-header-actions{display:flex;align-items:center;gap:0;border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.10);padding:7px}
.dz-ref-app-button,.dz-ref-login-button{min-height:48px;border:0;border-radius:999px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:700 14px/1 'Manrope',sans-serif;cursor:pointer}
.dz-ref-app-button{background:#fff;color:#111}.dz-ref-app-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.dz-ref-login-button{background:var(--dz-ref-red);color:#fff;padding-inline:25px}.dz-ref-login-button:hover{filter:brightness(.96)}
.dz-ref-home{background:#fff}.dz-ref-layout{display:block;min-height:calc(100vh - 104px)}
.dz-ref-content{min-width:0;padding:18px 28px 84px}
.dz-promo-banner{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:8px;margin:0 0 46px}
.dz-promo-main,.dz-promo-small{position:relative;overflow:hidden;background-size:cover;background-position:center;color:#fff;text-decoration:none}
.dz-promo-main{min-height:238px;border-radius:3px;padding:22px 28px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);align-items:center;gap:18px}
.dz-promo-main:before,.dz-promo-small:before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.13) 39% 41%,transparent 42% 100%)}
.dz-promo-demo{position:absolute;left:18px;top:16px;padding:5px 8px;border-radius:5px;background:#111;color:#fff;font:800 8px/1 'Manrope',sans-serif;letter-spacing:.08em}
.dz-promo-main-copy{position:relative;z-index:1;padding-top:18px}.dz-promo-kicker{display:block;margin-bottom:9px;font:800 12px/1 'Manrope',sans-serif;letter-spacing:.08em}
.dz-promo-main-copy>strong{display:block;font:900 clamp(30px,3.6vw,52px)/.9 'Manrope',sans-serif;letter-spacing:-.05em;text-shadow:0 5px 16px rgba(0,0,0,.18)}
.dz-promo-main-copy>em{display:inline-block;margin-top:14px;padding:8px 12px;border-radius:999px;background:#fff;color:#111;font:800 11px/1 'Manrope',sans-serif;font-style:normal}
.dz-promo-benefits{position:relative;z-index:1;display:grid;gap:11px}.dz-promo-benefits>span{display:block;padding:12px 14px;border:2px solid rgba(255,255,255,.85);background:rgba(0,0,0,.18);transform:skew(-8deg);text-align:center;box-shadow:0 5px 12px rgba(0,0,0,.08)}
.dz-promo-benefits b,.dz-promo-benefits small{display:block;transform:skew(8deg)}.dz-promo-benefits b{font:900 18px/1.05 'Manrope',sans-serif}.dz-promo-benefits small{margin-top:4px;font:700 10px/1.1 'Manrope',sans-serif}
.dz-promo-side{display:grid;grid-template-rows:1fr 1fr;gap:8px}.dz-promo-small{min-height:115px;border-radius:3px;padding:15px 18px;display:flex;flex-direction:column;justify-content:center;background-position:right center}
.dz-promo-small>span{position:relative;z-index:1;align-self:flex-start;margin-bottom:8px;padding:5px 8px;border-radius:4px;background:var(--dz-ref-red);font:800 9px/1 'Manrope',sans-serif;letter-spacing:.05em}
.dz-promo-small>strong{position:relative;z-index:1;font:800 clamp(22px,2.1vw,34px)/.96 'Manrope',sans-serif;letter-spacing:-.035em}.dz-promo-small>strong b{font-size:1.12em;color:#fff}
.dz-promo-small-gold{color:#111}.dz-promo-small-gold>span{background:#111;color:#fff}.dz-promo-small-gold>strong b{color:#111}
.dz-promo-banner{margin-bottom:24px}
.dz-quick-links{margin:0 0 34px;padding:16px 0 4px;border-bottom:1px solid #eee}
.dz-quick-grid{display:grid;grid-template-columns:repeat(10,minmax(78px,1fr));gap:10px}
.dz-quick-item{min-width:0;display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;color:#111;text-decoration:none}
.dz-quick-icon{width:62px;height:62px;border:1px solid #e7e7e7;border-radius:15px;background:#fff;display:grid;place-items:center;box-shadow:0 2px 7px rgba(0,0,0,.035)}
.dz-quick-icon svg{width:34px;height:34px;fill:none;stroke:var(--dz-ref-orange);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.dz-quick-item strong{max-width:104px;font:600 12px/1.25 'Manrope',sans-serif;color:#222}
.dz-quick-item:hover .dz-quick-icon{border-color:#ffb27a;background:#fff8f3;transform:translateY(-2px)}
.dz-quick-icon{transition:.18s ease}

.dz-ref-categories h1,.dz-ref-section-row h2{margin:0;font-family:'Manrope',sans-serif;color:#111}
.dz-ref-categories h1{font-size:30px;line-height:1.1;font-weight:800;margin-bottom:34px}
.dz-ref-category-stage{position:relative;padding-right:42px}
.dz-ref-category-scroller{display:flex;gap:28px;align-items:flex-start;overflow:hidden;scroll-behavior:smooth}
.dz-ref-category{flex:0 0 126px;display:flex;flex-direction:column;align-items:center;gap:17px;text-align:center;color:#111}
.dz-ref-category-circle{width:126px;height:126px;border-radius:50%;overflow:hidden;background:#f4f4f4;display:block}
.dz-ref-category-circle img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}
.dz-ref-category strong{max-width:145px;font:700 17px/1.38 'Manrope',sans-serif}
.dz-ref-category-next{position:absolute;right:0;top:42px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.10);display:grid;place-items:center;font-size:33px;line-height:1;color:#111;cursor:pointer}
.dz-ref-photo-credit{margin:18px 0 0;color:#a0a0a0;font-size:9px;line-height:1.5}
.dz-ref-videos,.dz-ref-shop{margin-top:58px}.dz-ref-section-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}
.dz-ref-section-row h2{font-size:27px;font-weight:800}.dz-ref-eyebrow{display:block;margin-bottom:6px;color:var(--dz-ref-red);font:800 10px/1 'Manrope',sans-serif;letter-spacing:.08em}
.dz-ref-section-row>a,.dz-ref-shop-links a{color:#111;font:700 13px/1 'Manrope',sans-serif}.dz-ref-shop-links{display:flex;gap:10px}.dz-ref-shop-links a{padding:10px 15px;border-radius:999px;background:#f5f5f5}
.dz-ref-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dz-ref-video-card{overflow:hidden;border-radius:14px;background:#fafafa;border:1px solid #eee}.dz-ref-video-card video{width:100%;aspect-ratio:9/14;display:block;object-fit:cover;background:#111}
.dz-ref-video-card>strong{display:block;padding:11px 12px;font:700 13px/1.35 'Manrope',sans-serif}
.dz-ref-video-card-copy{padding:11px 12px}.dz-ref-video-card-copy span{display:block;margin-bottom:5px;color:var(--dz-ref-red);font:800 9px/1 'Manrope',sans-serif;letter-spacing:.06em}.dz-ref-video-card-copy strong{font:700 13px/1.35 'Manrope',sans-serif}
.dz-ref-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.dz-ref-product-card{overflow:hidden;background:#fff;border:1px solid #eee;border-radius:12px}
.dz-ref-product-image{display:block;aspect-ratio:1/1.16;background:#f5f5f5;overflow:hidden}.dz-ref-product-image img{width:100%;height:100%;display:block;object-fit:cover}
.dz-ref-product-info{padding:11px}.dz-ref-product-info h3{margin:0 0 8px;font:600 13px/1.42 'Manrope',sans-serif}
.dz-ref-demo-label{display:inline-flex;margin-bottom:6px;padding:4px 6px;border-radius:4px;background:#fff0f3;color:var(--dz-ref-red);font:800 8px/1 'Manrope',sans-serif}
.dz-ref-product-price{margin-bottom:10px;color:var(--dz-ref-red);font:800 15px/1.2 'Manrope',sans-serif}
.dz-ref-add{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:36px!important;padding:0 10px!important;border:0!important;border-radius:8px!important;background:#111!important;color:#fff!important;font:700 11px/1 'Manrope',sans-serif!important;box-shadow:none!important;cursor:pointer}
.dz-ref-footer{border-top:1px solid #eee;background:#fff}.dz-ref-footer-inner{display:flex;justify-content:space-between;gap:20px;padding:22px 28px;color:#777;font:500 11px/1.4 'Manrope',sans-serif}

/* Demo app download popup */
.dz-app-overlay[hidden]{display:none!important}.dz-app-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.42);backdrop-filter:blur(4px);display:grid;place-items:center;padding:18px}
.dz-app-modal{position:relative;width:min(430px,100%);border-radius:22px;background:#fff;padding:30px;box-shadow:0 25px 80px rgba(0,0,0,.24);text-align:center}
.dz-app-close{position:absolute;right:15px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#f5f5f5;color:#111;font-size:27px;line-height:1;cursor:pointer}
.dz-app-icon{width:58px;height:58px;margin:0 auto 15px;border-radius:16px;background:#111;color:#fff;display:grid;place-items:center;font:900 25px/1 'Manrope',sans-serif}
.dz-app-modal h2{margin:0 0 8px;font:800 26px/1.2 'Manrope',sans-serif}.dz-app-modal>p{margin:0 auto 22px;max-width:330px;color:#777;font-size:13px;line-height:1.55}
.dz-app-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dz-app-buttons a{min-height:58px;border-radius:12px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 12px;text-align:left}.dz-app-buttons a:hover{color:#fff;filter:brightness(1.08)}.dz-app-buttons small,.dz-app-buttons strong{display:block}.dz-app-buttons small{font-size:8px;letter-spacing:.03em}.dz-app-buttons strong{font-size:15px;line-height:1.1}.dz-app-store-icon{font-size:19px}.dz-app-play-icon{font-size:17px;color:#7bdc68}
.dz-app-qr{margin:18px auto 0;width:138px;min-height:92px;border:1px dashed #bbb;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:11px;background:#fafafa}.dz-app-qr>span{width:48px;height:48px;border-radius:8px;background:repeating-linear-gradient(45deg,#111 0 5px,#fff 5px 10px);color:#ff3157;display:grid;place-items:center;font-weight:900;text-shadow:0 0 3px #fff}.dz-app-qr p{margin:0;text-align:left;font-size:10px;line-height:1.4;color:#777}

/* Demo auth popup */
.dz-auth-overlay[hidden]{display:none!important}.dz-auth-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);display:grid;place-items:center;padding:18px}
.dz-auth-modal{position:relative;width:min(460px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:22px;background:#fff;padding:28px;box-shadow:0 25px 80px rgba(0,0,0,.25)}
.dz-auth-close{position:absolute;right:15px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#f5f5f5;color:#111;font-size:27px;line-height:1;cursor:pointer}
.dz-auth-brand{display:flex;align-items:center;gap:6px;margin:0 44px 22px 0}.dz-auth-brand>span{width:34px;height:34px;border-radius:8px;background:#111;color:#fff;display:grid;place-items:center;font-weight:900}.dz-auth-brand strong{font-size:24px}.dz-auth-brand small{font-size:19px}
.dz-auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;border-radius:12px;background:#f4f4f4;margin-bottom:22px}.dz-auth-tabs button{min-height:43px;border:0;border-radius:9px;background:transparent;font-weight:800;cursor:pointer}.dz-auth-tabs button.is-active{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.dz-auth-panel{display:none}.dz-auth-panel.is-active{display:block}.dz-auth-panel h2{margin:0 0 7px;font-size:25px}.dz-auth-panel>p{margin:0 0 20px;color:#777;font-size:13px;line-height:1.55}
.dz-auth-form{display:grid;gap:13px}.dz-auth-form label{display:grid;gap:7px;color:#333;font-size:12px;font-weight:700}.dz-auth-form input{height:47px;border:1px solid #ddd;border-radius:10px;padding:0 13px;font:500 14px/1 'Manrope',sans-serif;outline:none}.dz-auth-form input:focus{border-color:#111}
.dz-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.dz-auth-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:7px!important;font-weight:500!important}.dz-auth-check input{width:15px;height:15px}.dz-auth-text{border:0;background:none;padding:0;color:#555;font-size:11px;font-weight:700;cursor:pointer}
.dz-auth-submit{min-height:48px;border:0;border-radius:10px;background:var(--dz-ref-red);color:#fff;font-weight:800;cursor:pointer}
.dz-auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0}.dz-auth-divider:before,.dz-auth-divider:after{content:'';height:1px;background:#e8e8e8;flex:1}.dz-auth-divider span{color:#999;font-size:11px}
.dz-auth-socials{display:grid;grid-template-columns:1fr 1fr;gap:9px}.dz-auth-socials button{min-height:45px;border:1px solid #e3e3e3;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.dz-auth-socials button:hover{background:#fafafa}
.dz-social-g{color:#4285f4;font-weight:900}.dz-social-apple{color:#111;font-size:13px}.dz-social-f{width:19px;height:19px;border-radius:50%;background:#1877f2;color:#fff;display:grid;place-items:center;font-family:Arial;font-weight:900}.dz-social-ms{color:#00a4ef;font-size:20px}
.dz-auth-legal{margin:16px 0 0;text-align:center;color:#aaa;font-size:9px;line-height:1.45}
.dz-demo-toast{position:fixed;left:50%;bottom:28px;z-index:10000;transform:translate(-50%,20px);padding:11px 16px;border-radius:999px;background:#111;color:#fff;font:700 11px/1.2 'Manrope',sans-serif;opacity:0;pointer-events:none;transition:.2s ease;box-shadow:0 8px 24px rgba(0,0,0,.18)}.dz-demo-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:1450px){.dz-ref-category{flex-basis:118px}.dz-ref-category-circle{width:118px;height:118px}.dz-ref-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1100px){.dz-ref-content{padding-left:22px;padding-right:22px}.dz-ref-category{flex-basis:108px}.dz-ref-category-circle{width:108px;height:108px}.dz-ref-category strong{font-size:15px}.dz-ref-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dz-ref-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.dz-promo-banner{grid-template-columns:1fr;gap:7px;margin-bottom:18px}.dz-promo-main{min-height:205px;padding:20px 16px;grid-template-columns:1fr}.dz-promo-main-copy>strong{font-size:42px}.dz-promo-benefits{grid-template-columns:repeat(3,1fr);gap:5px}.dz-promo-benefits>span{padding:9px 5px}.dz-promo-benefits b{font-size:11px}.dz-promo-benefits small{font-size:7px}.dz-promo-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.dz-promo-small{min-height:120px;padding:14px}.dz-promo-small>strong{font-size:17px}.dz-quick-links{margin-bottom:28px;padding-top:10px;overflow:hidden}.dz-quick-grid{display:flex;overflow-x:auto;gap:13px;padding:0 2px 10px;scrollbar-width:none}.dz-quick-grid::-webkit-scrollbar{display:none}.dz-quick-item{flex:0 0 76px}.dz-quick-icon{width:58px;height:58px}.dz-quick-icon svg{width:31px;height:31px}.dz-quick-item strong{font-size:10px;line-height:1.25}.dz-ref-header-inner{min-height:70px;padding:0 13px}.dz-ref-logo-wrap{min-width:0}.dz-ref-logo-wrap .custom-logo{max-height:20px;max-width:105px}.dz-ref-shop-label{font-size:17px}.dz-ref-app-button{display:none}.dz-ref-login-button{min-height:40px;padding:0 16px}.dz-ref-header-actions{box-shadow:none;padding:0}.dz-ref-layout{display:block}.dz-ref-content{padding:22px 12px 76px}.dz-ref-categories h1{font-size:24px;margin-bottom:22px}.dz-ref-category-stage{padding-right:0}.dz-ref-category-scroller{overflow-x:auto;gap:17px;padding-bottom:10px;scrollbar-width:none}.dz-ref-category-scroller::-webkit-scrollbar{display:none}.dz-ref-category{flex:0 0 88px}.dz-ref-category-circle{width:88px;height:88px}.dz-ref-category strong{font-size:12px;line-height:1.3}.dz-ref-category-next{display:none}.dz-ref-photo-credit{font-size:8px}.dz-ref-videos,.dz-ref-shop{margin-top:38px}.dz-ref-section-row h2{font-size:22px}.dz-ref-video-grid{display:flex;overflow-x:auto;gap:10px;scrollbar-width:none}.dz-ref-video-card{flex:0 0 170px}.dz-ref-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dz-ref-footer-inner{padding:18px 12px;display:block}.dz-ref-footer-inner span{display:block;margin:3px 0}.dz-auth-modal{padding:22px 17px;border-radius:18px}.dz-auth-socials{grid-template-columns:1fr}.dz-ai-chat{left:12px!important;bottom:12px!important}}
