.eip-wrap,.eip-wrap *,.eip-drawer,.eip-drawer *,.eip-floating{box-sizing:border-box}.eip-wrap{font-family:inherit;width:100%;overflow:hidden}.eip-toolbar{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:28px}.eip-search{min-width:260px;flex:1;height:48px;padding:12px 16px;border:1px solid #e5e5e5;border-radius:14px;background:#fff;box-shadow:none;outline:none}.eip-filters{display:flex;gap:10px;flex-wrap:wrap}.eip-filter{border:1px solid #e5e5e5;background:#fff;border-radius:999px;padding:10px 16px;cursor:pointer;line-height:1;white-space:nowrap}.eip-filter.active{background:#111;color:#fff;border-color:#111}.eip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.eip-card{border:1px solid #ececec;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.06);min-width:0}.eip-img{height:210px;background:#f5f5f5}.eip-img img{width:100%;height:100%;object-fit:cover;display:block}.eip-card-body{padding:20px}.eip-card-top{display:flex;gap:8px;justify-content:space-between;align-items:center;margin-bottom:12px}.eip-cat,.eip-badge,.eip-stock{font-size:12px;border-radius:999px;padding:6px 10px;background:#f4f4f4;line-height:1.2;white-space:nowrap}.eip-stock-in_stock{background:#edf8ef;color:#176b2c}.eip-stock-out_of_stock{background:#fff0f0;color:#b00020}.eip-card h3{font-size:20px;line-height:1.25;margin:0 0 8px;word-break:normal}.eip-card p{color:#666;margin:0 0 15px;line-height:1.5}.eip-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}.eip-specs div{background:#fafafa;border-radius:12px;padding:10px;min-width:0}.eip-specs span{font-size:11px;color:#777;display:block}.eip-specs strong{font-size:13px;word-break:break-word}.eip-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}.eip-price strong{font-size:22px}.eip-price span{font-size:13px;color:#777}.eip-add,.eip-form button{border:0;border-radius:14px;background:#111;color:#fff;padding:12px 15px;cursor:pointer;white-space:nowrap}.eip-floating{position:fixed;right:22px;bottom:22px;z-index:9998;background:#111;color:#fff;border:0;border-radius:999px;padding:14px 20px;box-shadow:0 15px 40px rgba(0,0,0,.25);cursor:pointer}.eip-floating span{background:#fff;color:#111;border-radius:999px;padding:2px 7px;margin-left:6px}.eip-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9998}.eip-drawer{position:fixed;top:0;right:-500px;width:460px;max-width:100vw;height:100dvh;background:#fff;z-index:9999;transition:right .28s ease;padding:24px;box-shadow:-20px 0 50px rgba(0,0,0,.18);overflow-y:auto;overflow-x:hidden;color:#111}.eip-open .eip-drawer{right:0}.eip-open .eip-overlay{display:block}.eip-drawer-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.eip-drawer-head h3{margin:0;font-size:26px;line-height:1.2}.eip-drawer-head button{font-size:28px;background:transparent;border:0;cursor:pointer;line-height:1}.eip-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid #eee}.eip-line-title{font-weight:700;line-height:1.35;word-break:break-word}.eip-line small{display:block;margin-top:5px;color:#666}.eip-remove{border:0;background:transparent;color:#b00;cursor:pointer;padding:2px 0;font-size:13px}.eip-datebox{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.eip-field label{display:block;font-size:12px;font-weight:700;margin-bottom:6px;color:#555}.eip-field input{width:100%;height:46px;padding:11px 12px;border:1px solid #ddd;border-radius:13px;background:#fff}.eip-days{margin:-6px 0 14px;font-size:13px;color:#555}.eip-total{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:18px 0;padding:16px;background:#fafafa;border-radius:16px}.eip-total span{font-weight:600}.eip-total strong{font-size:26px;white-space:nowrap}.eip-note{font-size:13px;color:#666;line-height:1.5}.eip-form{display:grid;gap:11px;margin-top:18px}.eip-form input,.eip-form textarea{width:100%;padding:13px 14px;border:1px solid #ddd;border-radius:13px;background:#fff;box-shadow:none}.eip-form textarea{min-height:95px;resize:vertical}.eip-message{font-size:14px}.eip-no-items,.eip-empty{text-align:center;padding:22px;color:#777}@media(max-width:1024px){.eip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.eip-toolbar{display:block}.eip-search{width:100%;min-width:0;margin-bottom:14px}.eip-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.eip-grid{grid-template-columns:1fr;gap:18px}.eip-card-body{padding:16px}.eip-card-foot{align-items:flex-start}.eip-add{padding:11px 13px}.eip-floating{right:14px;bottom:14px;padding:12px 16px}.eip-drawer{width:100vw;right:-105vw;padding:18px 16px}.eip-drawer-head h3{font-size:24px}.eip-datebox{grid-template-columns:1fr}.eip-total strong{font-size:24px}}@media(max-width:360px){.eip-card-foot{flex-direction:column}.eip-add{width:100%}.eip-drawer{padding:16px 12px}.eip-total{padding:14px}.eip-total strong{font-size:22px}}
/* v1.2 date picker modal + per-item date pricing */
.eip-date-modal{display:none;position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.58);align-items:center;justify-content:center;padding:18px;box-sizing:border-box}.eip-date-modal.active{display:flex}.eip-date-card{width:460px;max-width:100%;background:#fff;border-radius:22px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.28);color:#111}.eip-date-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.eip-date-head h3{margin:0;font-size:24px;line-height:1.2}.eip-date-head button{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer}.eip-date-item{margin:0 0 14px;color:#666}.eip-date-actions,.eip-form-actions{display:flex;gap:10px;align-items:center}.eip-date-actions button,.eip-form-actions button{flex:1}.eip-secondary{border:1px solid #ddd!important;background:#fff!important;color:#111!important;border-radius:14px;padding:12px 15px;cursor:pointer}.eip-confirm{border:0;border-radius:14px;background:#111;color:#fff;padding:12px 15px;cursor:pointer}.eip-form-actions{margin-top:4px}.eip-form-actions button[type="submit"]{flex:1}.eip-line small strong{color:#111}.eip-date-modal .eip-datebox{margin:14px 0}.eip-date-modal .eip-message{margin-top:10px;color:#b00}
@media(max-width:640px){.eip-date-card{padding:18px 16px;border-radius:18px}.eip-date-actions,.eip-form-actions{flex-direction:column}.eip-date-actions button,.eip-form-actions button{width:100%}.eip-date-head h3{font-size:22px}}
/* v1.3 Elementor card template support */
.eip-card-template{padding:0}
.eip-card-template .eip-add{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
/* v1.4 multiple image gallery */
.eip-gallery{width:100%;height:100%;position:relative;background:#f5f5f5}.eip-gallery-main{width:100%;height:100%}.eip-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.eip-gallery-thumbs{position:absolute;left:10px;right:10px;bottom:10px;display:flex;gap:7px;overflow-x:auto;padding:4px}.eip-gallery-thumbs button{width:42px;height:42px;min-width:42px;border:2px solid rgba(255,255,255,.8);border-radius:9px;padding:0;background:#fff;overflow:hidden;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.18)}.eip-gallery-thumbs button.active{border-color:#111}.eip-gallery-thumbs img{width:100%;height:100%;object-fit:cover;display:block}.eip-line{grid-template-columns:54px minmax(0,1fr) auto}.eip-line-img{width:54px;height:54px;border-radius:10px;object-fit:cover;background:#f5f5f5}.eip-date-preview{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;margin:12px 0}.eip-date-preview>img{width:92px;height:72px;object-fit:cover;border-radius:12px;background:#f5f5f5}.eip-date-preview>div{display:flex;gap:7px;overflow-x:auto}.eip-date-preview>div img{width:48px;height:48px;object-fit:cover;border-radius:9px;background:#f5f5f5;border:1px solid #eee}@media(max-width:420px){.eip-line{grid-template-columns:46px minmax(0,1fr)}.eip-line .eip-remove{grid-column:2}.eip-line-img{width:46px;height:46px}.eip-date-preview{grid-template-columns:1fr}.eip-date-preview>img{width:100%;height:150px}.eip-gallery-thumbs button{width:36px;height:36px;min-width:36px}}

/* v1.5 stock status + full-width feature checklist */
.eip-specs{display:none!important}
.eip-card-top{flex-wrap:wrap;justify-content:flex-start}
.eip-card-top .eip-badge{margin-left:auto}
.eip-card-top .eip-stock{margin-left:0}
.eip-features{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:8px;width:100%}
.eip-features li{position:relative;width:100%;padding:9px 0 9px 28px;border-bottom:1px solid #f0f0f0;color:#17213a;font-size:14px;line-height:1.45;font-weight:600}
.eip-features li:before{content:'✓';position:absolute;left:0;top:9px;width:18px;height:18px;border-radius:50%;background:#111;color:#fff;font-size:12px;line-height:18px;text-align:center;font-weight:700}
.eip-add.eip-disabled,.eip-add:disabled{background:#d8d8d8!important;color:#777!important;cursor:not-allowed!important}
@media(max-width:640px){.eip-card-top .eip-badge{margin-left:0}.eip-features li{font-size:13px}}
