/* Ztoona - Single Product Page Styles */
*{box-sizing:border-box;margin:0;padding:0}
html,body{width:100%;overflow-x:hidden}
body{font-family:'Cairo',Tahoma,sans-serif;direction:rtl;background:#fff;color:#1a1a1a;font-size:14px}
a{text-decoration:none;color:inherit}
html,body{max-width:100%!important;padding:0!important;margin:0!important}
.ast-container,.ast-grid-common-col,.ast-row,
.site,.site-content,.site-inner,#page,#content,#primary,
.entry-content,.wp-site-blocks,.is-layout-constrained>*{
    max-width:100%!important;width:100%!important;
    padding-left:0!important;padding-right:0!important;float:none!important;
}
.zpb-page{width:100%;background:#fff;min-height:100vh}

/* HERO GRID */
.zpb-hero{display:grid;grid-template-columns:55% 45%;gap:0;border-bottom:1px solid #e5e5e5}
@media(max-width:700px){.zpb-hero{grid-template-columns:1fr;display:flex;flex-direction:column}}
.zpb-img-col{padding:24px;border-left:1px solid #e5e5e5}
.zpb-main-img{width:100%;aspect-ratio:1/1;background:#f5f5f5;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:12px;cursor:pointer}
.zpb-main-img img{width:100%;height:100%;object-fit:cover}
.zpb-thumbs{display:flex;gap:8px;flex-wrap:wrap}
.zpb-thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;flex-shrink:0}
.zpb-thumb.active{border-color:#D85A30}
.zpb-thumb img{width:100%;height:100%;object-fit:cover}
.zpb-info-col{padding:20px;display:flex;flex-direction:column;gap:12px}

/* PRODUCT INFO */
.zpb-stars-row{display:flex;align-items:center;gap:8px}
.zpb-stars{color:#f59e0b;font-size:15px}
.zpb-rev-link{font-size:12px;color:#D85A30;font-weight:600;cursor:pointer}
.zpb-title{font-size:22px;font-weight:900;line-height:1.3}
.zpb-tagline{font-size:13px;color:#666;line-height:1.7;border-bottom:1px solid #e5e5e5;padding-bottom:12px}
.zpb-stock-bar{background:#f5f5f5;border-radius:8px;padding:10px 14px}
.zpb-stock-top{display:flex;justify-content:space-between;margin-bottom:6px;font-size:12px}
.zpb-stock-top span:last-child{font-weight:700;color:#D85A30}
.zpb-track{height:6px;background:#ddd;border-radius:3px;overflow:hidden}
.zpb-fill{height:100%;background:#D85A30;border-radius:3px}
.zpb-timer{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:12px;padding:14px 16px;margin:10px 0;color:#fff;text-align:center}
.zpb-timer-label{font-size:13px;font-weight:700;margin-bottom:10px;color:#FFD089}
.zpb-timer-clock{display:flex;justify-content:center;align-items:center;gap:6px}
.zpb-timer-cell{display:flex;flex-direction:column;align-items:center;background:#D85A30;border-radius:8px;padding:6px 8px;min-width:52px}
.zpb-timer-num{font-size:22px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}
.zpb-timer-cap{font-size:9px;font-weight:600;margin-top:3px;opacity:.85}
.zpb-timer-sep{font-size:20px;font-weight:900;color:#D85A30;align-self:center;margin-top:-6px}
.zpb-viewers{display:flex;align-items:center;gap:10px;border:2px solid #E8A020;border-radius:12px;padding:12px 16px;margin:10px 0;background:#fff}
.zpb-viewers-dot{width:11px;height:11px;border-radius:50%;background:#E8A020;flex-shrink:0;animation:zpbDotPulse 2s infinite}
.zpb-viewers-label{font-size:14px;font-weight:800;color:#1a1a1a;display:flex;gap:5px;align-items:center}
.zpb-viewers-num{transition:opacity .3s}
.zpb-viewers-num.zpb-fade{opacity:0}
@keyframes zpbDotPulse{0%,100%{box-shadow:0 0 0 0 rgba(232,160,32,.5)}50%{box-shadow:0 0 0 5px rgba(232,160,32,0)}}
.zpb-bundles-label{font-size:12px;font-weight:700;color:#666}
.zpb-bundle{border:2px solid #e5e5e5;border-radius:8px;padding:10px 14px;cursor:pointer;display:flex;align-items:center;gap:10px;margin-bottom:8px;transition:border-color .15s,background .15s}
.zpb-bundle.active{border-color:#D85A30;background:#FAECE7}
.zpb-bundle-info{flex:1}
.zpb-bundle-name{font-size:13px;font-weight:700;color:#1a1a1a}
.zpb-bundle.active .zpb-bundle-name{color:#712B13}
.zpb-bundle-prices{display:flex;align-items:baseline;gap:6px;margin-top:2px}
.zpb-b-price{font-size:15px;font-weight:900;color:#D85A30}
.zpb-b-old{font-size:11px;color:#aaa;text-decoration:line-through}
.zpb-bundle-badge{background:#D85A30;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;white-space:nowrap}
.zpb-bundle.active .zpb-bundle-badge{background:#712B13}
.zpb-price-row{display:flex;align-items:baseline;gap:10px}
.zpb-price{font-size:26px;font-weight:900;color:#D85A30}
.zpb-old-price{font-size:14px;color:#aaa;text-decoration:line-through}
.zpb-savings{background:#FAECE7;color:#712B13;font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px}
.zpb-btn-buy{display:block;width:100%;background:#D85A30;color:#fff;border:none;padding:14px;border-radius:8px;font-family:'Cairo',Tahoma,sans-serif;font-size:15px;font-weight:700;cursor:pointer;text-align:center;margin-bottom:10px;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 2px 6px rgba(216,90,48,.2)}
.zpb-btn-buy:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(216,90,48,.4);background:#c44d27}
.zpb-btn-buy:active{transform:translateY(0);box-shadow:0 2px 6px rgba(216,90,48,.3)}
.zpb-btn-buy:disabled{opacity:.7;cursor:wait;transform:none}
.zpb-btn-cart{display:block;width:100%;background:#fff;color:#1a1a1a;border:2px solid #1a1a1a;padding:13px;border-radius:8px;font-family:'Cairo',Tahoma,sans-serif;font-size:14px;font-weight:700;cursor:pointer;text-align:center;transition:transform .15s,box-shadow .15s,background .15s,color .15s}
.zpb-btn-cart:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.12);background:#1a1a1a;color:#fff}
.zpb-btn-cart:active{transform:translateY(0);box-shadow:none}

/* TRUST */
.zpb-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5}
@media(max-width:640px){.zpb-trust{grid-template-columns:repeat(2,1fr)}}
.zpb-trust-item{padding:12px 14px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;border-left:1px solid #e5e5e5}
.zpb-trust-item:last-child{border:none}
.zpb-trust-ico{font-size:22px}
.zpb-trust-txt{font-size:11px;font-weight:700;color:#555;line-height:1.3}

/* SECTIONS */
.zpb-sec{padding:28px 28px;border-bottom:1px solid #e5e5e5}
.zpb-sec-title{font-size:17px;font-weight:900;margin-bottom:14px}
.zpb-sec-bg{background:#f9f9f7}
.zpb-desc-text{font-size:13px;color:#555;line-height:1.8;margin-bottom:14px}
.zpb-included{list-style:none;display:flex;flex-direction:column;gap:6px}
.zpb-included li{display:flex;align-items:center;gap:10px;font-size:13px;padding:5px 0;border-bottom:1px solid #f0f0f0}
.zpb-included li:last-child{border:none}
.zpb-dot{width:8px;height:8px;border-radius:50%;background:#D85A30;flex-shrink:0}

/* STEPS */
.zpb-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media(max-width:540px){.zpb-steps{grid-template-columns:repeat(2,1fr)}}
.zpb-step{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.zpb-step-num{width:30px;height:30px;border-radius:50%;background:#D85A30;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}
.zpb-step-ico{width:68px;height:68px;background:#fff;border-radius:10px;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:30px}
.zpb-step-lbl{font-size:12px;font-weight:700}

/* REVIEWS */
.zpb-rev-summary{display:flex;align-items:center;gap:20px;padding:16px;background:#f5f5f5;border-radius:12px;margin-bottom:16px}
.zpb-avg-num{font-size:44px;font-weight:900;line-height:1}
.zpb-bars{flex:1;display:flex;flex-direction:column;gap:4px}
.zpb-bar-row{display:flex;align-items:center;gap:6px}
.zpb-bar-lbl{font-size:11px;color:#666;width:12px}
.zpb-bar-track{flex:1;height:6px;background:#ddd;border-radius:3px;overflow:hidden}
.zpb-bar-fill{height:100%;background:#f59e0b;border-radius:3px}
.zpb-rev-cards{display:flex;flex-direction:column;gap:12px}
.zpb-rev-card{border:1px solid #e5e5e5;border-radius:10px;padding:14px}
.zpb-rev-header{display:flex;justify-content:space-between;margin-bottom:6px}
.zpb-rev-name{font-size:13px;font-weight:700}
.zpb-rev-date{font-size:11px;color:#888}
.zpb-rev-text{font-size:13px;color:#555;line-height:1.6}
.zpb-verified{font-size:11px;color:#059669;margin-top:6px}

/* FAQ */
.zpb-faq-item{border-bottom:1px solid #e5e5e5}
.zpb-faq-item:last-child{border:none}
.zpb-faq-q{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer}
.zpb-faq-q-text{font-size:14px;font-weight:700}
.zpb-faq-arrow{font-size:18px;color:#888;transition:transform .2s;line-height:1}
.zpb-faq-a{display:none;font-size:13px;color:#555;line-height:1.7;padding-bottom:14px}

/* STICKY */
.zpb-sticky{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;border-top:1px solid #e5e5e5;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;z-index:99}
@media(max-width:480px){.zpb-sticky{padding:10px 12px;gap:8px}}
.zpb-sticky-info .zpb-sticky-name{font-size:13px;font-weight:700}
.zpb-sticky-price-wrap{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;min-width:0}
.zpb-sticky-info{flex:1;min-width:0;overflow:hidden}
.zpb-sticky-name{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:480px){.zpb-sticky-old{display:none}}
.zpb-sticky-old{font-size:12px;color:#aaa;text-decoration:line-through}
.zpb-sticky-info .zpb-sticky-price{font-size:18px;font-weight:900;color:#D85A30}
.zpb-sticky-buy{background:#D85A30;color:#fff;border:none;padding:13px 28px;border-radius:8px;font-family:'Cairo',Tahoma,sans-serif;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 2px 6px rgba(216,90,48,.2)}
.zpb-sticky-buy:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(216,90,48,.4);background:#c44d27}
.zpb-sticky-buy:active{transform:translateY(0)}
/* Arrow animation for CTAs with arrows */
.zh-arr{display:inline-block;transition:transform .2s}
.zpb-btn-buy:hover .zh-arr,.zpb-sticky-buy:hover .zh-arr{transform:translateX(-5px)}
/* Loading spinner */
.zh-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:zhSpin .7s linear infinite;vertical-align:middle;margin-left:6px}
.zpb-btn-cart .zh-spinner{border-color:rgba(26,26,26,.2);border-top-color:#1a1a1a}
@keyframes zhSpin{to{transform:rotate(360deg)}}

/* REVIEW ACTIONS */
.zpb-rev-actions{display:flex;gap:8px;margin-top:8px}
.zpb-rev-act{background:none;border:1px solid #e5e5e5;border-radius:6px;padding:5px 12px;font-family:'Cairo',Tahoma,sans-serif;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s}
.zpb-rev-act-edit{color:#555}.zpb-rev-act-edit:hover{border-color:#1a1a1a;color:#1a1a1a}
.zpb-rev-act-del{color:#D85A30}.zpb-rev-act-del:hover{background:#FEF2F2;border-color:#D85A30}
.zpb-rev-edit-form{margin-top:10px;padding:12px;background:#f9f9f7;border-radius:8px;border:1px solid #e5e5e5}
.zpb-rev-edit-form textarea{width:100%;border:1.5px solid #e5e5e5;border-radius:8px;padding:10px 12px;font-family:'Cairo',Tahoma,sans-serif;font-size:13px;resize:vertical;min-height:70px;outline:none;transition:border-color .15s}
.zpb-rev-edit-form textarea:focus{border-color:#D85A30}
.zpb-rev-edit-btns{display:flex;gap:8px;margin-top:8px}
.zpb-rev-save-btn{background:#1a1a1a;color:#fff;border:none;border-radius:7px;padding:8px 18px;font-family:'Cairo',Tahoma,sans-serif;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s}
.zpb-rev-save-btn:hover{background:#D85A30}
.zpb-rev-cancel-btn{background:#f5f5f5;color:#555;border:1px solid #e5e5e5;border-radius:7px;padding:8px 14px;font-family:'Cairo',Tahoma,sans-serif;font-size:12px;font-weight:600;cursor:pointer}

.zpb-page-body{padding-bottom:70px}

/* COUPON BADGE */
.zpb-coupon-badge{display:flex;align-items:center;gap:10px;background:#FFF8F0;border:1.5px dashed #D85A30;border-radius:10px;padding:11px 14px;margin-bottom:14px;font-size:13px;color:#1a1a1a;flex-wrap:wrap}
.zpb-coupon-badge-icon{font-size:20px;flex-shrink:0}
.zpb-coupon-badge-text{flex:1;line-height:1.5}
.zpb-coupon-code{color:#D85A30;letter-spacing:.5px}
.zpb-copy-btn{background:#D85A30!important;color:#fff!important;border:none!important;border-radius:5px!important;padding:8px!important;font-family:'Cairo',Tahoma,sans-serif!important;font-size:10px!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important;transition:background .15s;line-height:1.4!important;height:auto!important}
.zpb-copy-btn:hover{background:#b8431e}
@media (max-width:921px){
  .zpb-copy-btn{padding-top:8px!important;padding-right:8px!important;padding-bottom:8px!important;padding-left:8px!important}
}
