.fph{background:var(--fph-bg);color:var(--fph-text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;max-width:1180px;margin:auto;overflow:hidden;padding-bottom:36px;font-weight:400}.fph *{box-sizing:border-box;font-weight:400}.fph-top{padding:18px 18px 26px;background:var(--fph-wallpaper);border-radius:0 0 34px 34px;position:relative}.fph-brand-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.fph-logo{max-width:178px;max-height:72px;object-fit:contain}.fph-weather{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.fph-weather span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);padding:9px 11px;border-radius:999px;font-size:13px}.fph-delivery{font-size:26px;line-height:1.1;margin:8px 0 16px}.fph-delivery span{display:block;letter-spacing:.5px}.fph-delivery em{font-style:normal;color:var(--fph-muted);font-size:17px}.fph-search-wrap{position:relative}.fph-search-form{background:#f7f7f7;color:#111;border-radius:20px;height:58px;display:flex;align-items:center;gap:10px;padding:0 12px;box-shadow:0 14px 40px rgba(0,0,0,.25)}.fph-search-form span{font-size:28px;color:#333}.fph-search-form input{border:0;outline:0;background:transparent;flex:1;font-size:18px;min-width:0}.fph-search-form button{border:0;background:var(--fph-accent);color:white;border-radius:14px;padding:12px 14px;cursor:pointer}.fph-suggestions{display:none;position:absolute;z-index:20;left:0;right:0;top:66px;background:#111;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:12px;box-shadow:0 25px 60px rgba(0,0,0,.6)}.fph-weather-note{color:var(--fph-muted);margin:14px 0 0;font-size:13px}.fph-hero{position:relative;height:310px;margin:24px 12px 12px;display:flex;align-items:center;justify-content:center}.fph-screen{background:#111;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 80px rgba(0,0,0,.55);overflow:hidden}.fph-screen img,.fph-screen video{width:100%;height:100%;object-fit:cover;display:block}.fph-main{width:min(760px,78vw);aspect-ratio:16/9;border-radius:30px;z-index:2;position:relative}.fph-left,.fph-right{position:absolute;width:min(210px,28vw);aspect-ratio:9/16;border-radius:28px;z-index:3}.fph-left{left:2%;animation:fphLeft .9s ease both}.fph-right{right:2%;animation:fphRight .9s ease both}.fph-rider{position:absolute!important;right:2%;bottom:-8px;width:26%!important;height:auto!important;object-fit:contain!important}.fph-empty{display:flex;align-items:center;justify-content:center;color:var(--fph-muted);background:linear-gradient(145deg,#171717,#0b0b0b)}@keyframes fphLeft{from{transform:translateX(-120%) rotate(-5deg);opacity:0}to{transform:translateX(0) rotate(-2deg);opacity:1}}@keyframes fphRight{from{transform:translateX(120%) rotate(5deg);opacity:0}to{transform:translateX(0) rotate(2deg);opacity:1}}.fph-cats{padding:10px 14px 22px}.fph-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.fph-cat-grid.more{display:none;margin-top:14px}.fph-cat-grid.more.open{display:grid}.fph-cat{min-height:112px;text-decoration:none;color:var(--fph-text);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:12px 8px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.fph-cat img{width:62px;height:62px;object-fit:contain}.fph-cat-icon{font-size:34px;color:var(--fph-accent2)}.fph-cat span:last-child{font-size:13px}.fph-curve{display:block;margin:14px auto 0;width:190px;height:30px;border:0;color:#fff;background:linear-gradient(90deg,transparent,var(--fph-accent),transparent);clip-path:ellipse(50% 45% at 50% 0%);cursor:pointer}.fph-curve span{display:block;margin-top:-2px;font-size:22px}.fph-deals{margin:10px 14px 28px;background:#f8fff7;color:#142018;border-radius:28px;padding:16px;box-shadow:0 25px 60px rgba(0,0,0,.22)}.fph-deal-head{min-height:170px;border-radius:24px;background:radial-gradient(circle at 15% 40%,#dff5d7,transparent 32%),linear-gradient(135deg,#fff,#ecffe9);border:1px solid #d9efd5;display:flex;flex-direction:column;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.5px}.fph-deal-head strong{font-size:72px;color:var(--fph-accent);line-height:1}.fph-deal-head em{font-style:normal;background:var(--fph-accent);color:#fff;border-radius:999px;padding:7px 16px}.fph-deal-row{display:grid;grid-template-columns:150px 1fr;gap:14px;margin-top:16px;align-items:stretch}.fph-deal-tag{border-radius:22px;background:linear-gradient(160deg,var(--fph-accent),#087128);color:#fff;padding:18px 14px;display:flex;flex-direction:column;justify-content:center;gap:6px}.fph-deal-row:nth-child(3) .fph-deal-tag{background:linear-gradient(160deg,#ffb21d,#f28b00)}.fph-deal-tag strong{font-size:48px;line-height:1;color:#fff}.fph-deal-tag em{font-style:normal;font-size:13px}.fph-deal-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fph-product{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:20px;padding:10px;text-align:left;min-width:0;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:7px;color:#101010}.fph-product img{height:110px;width:100%;object-fit:contain}.fph-product .name{font-size:13px;min-height:34px;line-height:1.25}.fph-product .price{color:#078433;font-size:16px}.fph-product .add{align-self:center;background:var(--fph-accent);color:#fff;border-radius:999px;padding:7px 18px;font-size:13px}.fph-sections{padding:0 14px}.fph-section{margin-bottom:26px}.fph-section h3{font-size:24px;margin:0 0 12px}.fph-scroll{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fph-sections .fph-product{background:var(--fph-card);color:var(--fph-text);border-color:rgba(255,255,255,.08)}.fph-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;z-index:99999;align-items:flex-end;justify-content:center}.fph-modal.open{display:flex}.fph-modal-card{width:min(560px,96vw);background:#101010;color:#fff;border-radius:28px 28px 0 0;padding:20px;position:relative;animation:fphModal .25s ease}.fph-close{position:absolute;right:14px;top:12px;background:#222;color:#fff;border:0;border-radius:50%;width:34px;height:34px;font-size:22px}.modal-img{height:230px;width:100%;object-fit:contain}.modal-price{color:var(--fph-accent);font-size:24px}.modal-cart{display:block;text-align:center;background:var(--fph-accent);color:#fff;text-decoration:none;border-radius:16px;padding:14px;margin-top:12px}@keyframes fphModal{from{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:720px){.fph{max-width:100%}.fph-top{border-radius:0 0 28px 28px}.fph-logo{max-width:148px}.fph-delivery{font-size:23px}.fph-hero{height:255px;margin-left:0;margin-right:0}.fph-main{width:84vw;border-radius:24px}.fph-left,.fph-right{width:34vw;border-radius:22px}.fph-left{left:-4vw}.fph-right{right:-4vw}.fph-cat-grid{gap:9px}.fph-cat{min-height:96px;border-radius:20px}.fph-cat img{width:48px;height:48px}.fph-deal-row{grid-template-columns:96px 1fr;gap:8px}.fph-deal-tag{padding:12px 9px;border-radius:18px}.fph-deal-tag strong{font-size:34px}.fph-deal-products{grid-template-columns:repeat(3,1fr);gap:7px}.fph-product{border-radius:16px;padding:8px}.fph-product img{height:82px}.fph-product .name{font-size:11px;min-height:30px}.fph-product .price{font-size:14px}.fph-product .add{padding:6px 14px}.fph-scroll{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.fph-section h3{font-size:21px}}@media(max-width:430px){.fph-hero{height:220px}.fph-left,.fph-right{width:31vw}.fph-main{width:82vw}.fph-rider{width:30%!important}.fph-search-form{height:54px}.fph-search-form button{display:none}.fph-cat span:last-child{font-size:11px}.fph-deals{padding:10px;margin-left:8px;margin-right:8px}.fph-deal-head{min-height:140px}.fph-deal-head strong{font-size:62px}.fph-product img{height:70px}.fph-product .add{font-size:11px;padding:5px 10px}}

/* FreshOne V1.1 fixes */
.fph{padding-bottom:115px}.fph-weather-note:empty{display:none}.fph-left{left:-8%;}.fph-right{right:-8%;}.fph-empty span{opacity:.65}.fph-deal-row{grid-template-columns:132px minmax(0,1fr);overflow:hidden}.fph-deal-products{min-width:0}.fph-product{overflow:hidden;min-height:245px;align-items:stretch}.fph-product .name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;min-height:34px;max-height:36px}.fph-product .price{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:22px}.fph-product .price del{opacity:.65;margin-right:4px}.fph-product .price ins{text-decoration:none}.fph-sections .fph-product{min-height:255px}.fph-brandman-chat{position:fixed;right:14px;bottom:14px;z-index:9999;width:86px;height:112px;pointer-events:none;filter:drop-shadow(0 12px 25px rgba(0,0,0,.45));animation:fphHelperFloat 2.6s ease-in-out infinite}.fph-brandman-chat img{width:100%;height:100%;object-fit:contain;display:block}.fph-brandman-chat .fph-mouth{position:absolute;left:40px;top:42px;width:14px;height:5px;border-radius:0 0 10px 10px;background:#111;opacity:.55;animation:fphTalk .42s ease-in-out infinite}.fph-speech{position:absolute;right:78px;bottom:46px;background:#fff;color:#111;border-radius:16px 16px 4px 16px;padding:8px 10px;width:145px;font-size:12px;line-height:1.25;box-shadow:0 10px 25px rgba(0,0,0,.25);opacity:.96}.fph-speech:after{content:"";position:absolute;right:-7px;bottom:8px;border-left:8px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}@keyframes fphTalk{0%,100%{transform:scaleY(.55)}50%{transform:scaleY(1.6)}}@keyframes fphHelperFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@media(max-width:720px){.fph-left{left:-13vw}.fph-right{right:-13vw}.fph-deal-row{grid-template-columns:118px minmax(0,1fr)}.fph-product{min-height:214px}.fph-sections .fph-product{min-height:220px}.fph-product .price{font-size:12px}.fph-brandman-chat{width:78px;height:104px;right:8px;bottom:8px}.fph-brandman-chat .fph-mouth{left:36px;top:39px}.fph-speech{display:none}}
@media(max-width:430px){.fph-left{left:-16vw}.fph-right{right:-16vw}.fph-deal-row{grid-template-columns:108px minmax(0,1fr)}.fph-deal-products{gap:6px}.fph-product{min-height:202px;padding:7px}.fph-product img{height:78px}.fph-product .name{font-size:10.5px;line-height:1.2;min-height:26px}.fph-product .price{font-size:11.5px}.fph-section .fph-product img{height:76px}.fph-sections .fph-product{min-height:205px}.fph-brandman-chat{width:70px;height:94px}}


/* FreshOne V3 polish: clean cards, live suggestions, media fit */
.fph-suggestions{top:64px;background:#0b0d0c;border-radius:22px;padding:10px;max-height:430px;overflow:auto;border:1px solid rgba(255,255,255,.14)}
.fph-suggest-list{display:flex;flex-direction:column;gap:8px}.fph-suggest-item{width:100%;border:0;background:linear-gradient(180deg,#151a17,#0f130f);color:var(--fph-text);border-radius:16px;padding:8px;display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.fph-suggest-item img{width:62px;height:62px;object-fit:contain;background:#fff;border-radius:12px;padding:4px}.fph-suggest-title{font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fph-suggest-price{font-size:12px;color:var(--fph-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.fph-suggest-add{background:var(--fph-accent);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px}.fph-empty-search,.fph-skel{padding:14px;text-align:center;color:var(--fph-muted)}
.fph-left,.fph-right{width:min(180px,22vw)}.fph-left{left:-4%}.fph-right{right:-4%}
.fph-curve{display:flex;align-items:flex-start;justify-content:center;width:230px;height:38px;margin:16px auto 0;border-radius:0 0 999px 999px;background:radial-gradient(ellipse at top,rgba(25,166,74,.9),rgba(25,166,74,.22) 58%,transparent 62%);clip-path:none;box-shadow:0 12px 32px rgba(25,166,74,.18);position:relative}.fph-curve:before{content:"";position:absolute;top:0;left:22px;right:22px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent)}.fph-curve span{margin-top:2px;transition:.25s}.fph-curve.open span{transform:rotate(180deg)}
.fph-deals{overflow:hidden}.fph-deal-row{grid-template-columns:126px minmax(0,1fr);align-items:stretch}.fph-deal-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;overflow:hidden}.fph-product{height:100%;min-height:214px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:hidden}.fph-product img{height:96px;width:100%;object-fit:contain;background:rgba(255,255,255,.96);border-radius:14px;padding:5px;flex:0 0 auto}.fph-product .name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.23;min-height:30px;max-height:31px;word-break:normal;overflow-wrap:anywhere}.fph-product .price{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:1.2;min-height:18px}.fph-product .price del{opacity:.6;margin-right:4px}.fph-product .price ins{text-decoration:none}.fph-product .add{margin-top:auto;align-self:center;min-width:64px;text-align:center}
.fph-sections .fph-product{min-height:226px}.fph-sections .fph-product img{height:100px}.fph-scroll{align-items:stretch}.fph-section h3{padding-left:2px}
@media(max-width:720px){.fph-left,.fph-right{width:27vw}.fph-left{left:-10vw}.fph-right{right:-10vw}.fph-deal-row{grid-template-columns:104px minmax(0,1fr)}.fph-deal-products{gap:7px}.fph-product{min-height:190px;padding:7px}.fph-product img{height:72px;border-radius:12px}.fph-product .name{font-size:10.5px;min-height:27px;max-height:28px}.fph-product .price{font-size:11px}.fph-product .add{padding:6px 10px;min-width:56px}.fph-suggestions{top:62px;left:0;right:0;max-height:360px}.fph-suggest-item{grid-template-columns:54px minmax(0,1fr) auto}.fph-suggest-item img{width:54px;height:54px}.fph-suggest-title{font-size:12px}.fph-suggest-add{padding:6px 10px}}
@media(max-width:430px){.fph-left,.fph-right{width:25vw}.fph-left{left:-11vw}.fph-right{right:-11vw}.fph-deal-row{grid-template-columns:96px minmax(0,1fr)}.fph-deal-tag{padding:12px 8px}.fph-deal-tag strong{font-size:32px}.fph-product{min-height:178px}.fph-product img{height:66px}.fph-sections .fph-product{min-height:185px}.fph-sections .fph-product img{height:70px}.fph-scroll{gap:6px}.fph-curve{width:210px}.fph-suggest-add{display:none}}

/* FreshOne V4 requested changes */
.fph{background:radial-gradient(circle at top left,rgba(25,166,74,.10),transparent 34%),var(--fph-bg)}
.fph-search-form button,.fph-product .add,.modal-cart,.fph-suggest-add{background:var(--fph-button)!important}
.fph-product .price{color:var(--fph-price)!important}.fph-product .price del{color:var(--fph-mrp)!important;opacity:1}.fph-product .price ins{color:var(--fph-price)!important;text-decoration:none}
.fph-product{border-radius:20px;align-items:stretch;text-align:left}.fph-product-view{border:0;background:transparent;padding:0;margin:0;width:100%;cursor:pointer;display:block}.fph-product-view img{display:block}.fph-product .add{text-decoration:none;color:#fff!important;text-align:center;border-radius:999px;margin-top:auto;align-self:center;line-height:1.1}
.fph-brandman-chat{right:auto!important;left:12px!important}.fph-speech{right:auto;left:76px;border-radius:16px 16px 16px 4px}.fph-speech:after{right:auto;left:-7px;border-left:0;border-right:8px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}
.fph-curve{width:min(270px,70vw)!important;height:34px!important;margin:14px auto 0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),var(--fph-accent),rgba(255,255,255,.12),transparent)!important;border-radius:999px!important;clip-path:none!important;box-shadow:0 8px 24px rgba(0,0,0,.22)!important}.fph-curve span{margin:0!important;line-height:1!important}.fph-curve:before{display:none}.fph-cat-grid.more.open{display:grid!important}
.fph-left,.fph-right{width:min(150px,18vw)!important}.fph-left{left:-3%!important;top:54%!important;transform:translateY(-50%) rotate(-2deg)}.fph-right{right:-3%!important;top:39%!important;transform:translateY(-50%) rotate(2deg)}
.fph-deal-products .fph-product img,.fph-sections .fph-product img{object-fit:contain!important;object-position:center!important;background:#fff!important}
.fph-deal-products{align-items:stretch}.fph-deal-products .fph-product{min-width:0;max-width:100%}.fph-product .name{width:100%;text-align:left}.fph-product .price{width:100%;text-align:left}.fph-product .add{min-width:62px}
@media(max-width:720px){.fph-left,.fph-right{width:22vw!important}.fph-left{left:-8vw!important;top:58%!important}.fph-right{right:-8vw!important;top:36%!important}.fph-brandman-chat{left:8px!important;right:auto!important}.fph-product{min-height:182px}.fph-product img{height:70px!important}.fph-deal-products .fph-product{min-height:176px}.fph-speech{display:none}}
@media(max-width:430px){.fph-left,.fph-right{width:20vw!important}.fph-left{left:-8vw!important;top:60%!important}.fph-right{right:-8vw!important;top:34%!important}.fph-product{min-height:172px}.fph-product img{height:64px!important}.fph-product .name{font-size:10.2px}.fph-product .price{font-size:10.8px}.fph-product .add{padding:6px 12px}.fph-curve{height:31px!important;width:220px!important}}

/* FreshOne V5 final requested refinements */
.fph{
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--fph-accent) 16%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--fph-bg) 88%, #15351f 12%) 0%, var(--fph-bg) 46%, #020303 100%) !important;
  color:var(--fph-text)!important;
}
.fph *{font-weight:400!important;box-sizing:border-box}
.fph-logo{object-fit:contain!important}.fph-weather span{background:color-mix(in srgb,var(--fph-card) 78%,#ffffff 10%)!important;border-color:rgba(255,255,255,.12)!important}
.fph-search-form button,.fph-product .add,.modal-cart,.fph-suggest-add{background:var(--fph-button)!important;color:#fff!important;border:0!important}
.fph-product .price del,.fph-suggest-price del,.modal-price del{color:var(--fph-mrp)!important;opacity:1!important;text-decoration:line-through!important}
.fph-product .price ins,.fph-suggest-price ins,.modal-price ins{color:var(--fph-price)!important;text-decoration:none!important}.fph-product .price,.fph-suggest-price,.modal-price{color:var(--fph-price)!important}

/* product card alignment + no overflow */
.fph-product{display:flex!important;flex-direction:column!important;gap:7px!important;min-width:0!important;overflow:hidden!important;text-align:left!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--fph-card) 96%,#fff 4%),var(--fph-card))!important}
.fph-product-view{appearance:none!important;-webkit-appearance:none!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0!important;border-radius:0!important;width:100%!important;cursor:pointer!important;display:block!important;overflow:visible!important}
.fph-product-view:before,.fph-product-view:after,.fph-product-view img:before,.fph-product-view img:after{display:none!important;content:none!important}
.fph-product-view:focus,.fph-product-view:active{outline:0!important;box-shadow:none!important;background:transparent!important}
.fph-product img{width:100%!important;height:86px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:14px!important;padding:6px!important;display:block!important;flex:0 0 auto!important}
.fph-product .name{width:100%!important;min-height:32px!important;max-height:32px!important;line-height:16px!important;font-size:12px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;color:var(--fph-text)!important}
.fph-product .price{width:100%!important;min-height:18px!important;line-height:18px!important;font-size:12px!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.fph-product .add{margin:auto auto 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:64px!important;height:36px!important;border-radius:999px!important;text-decoration:none!important;line-height:1!important;padding:0 16px!important}
.fph-deal-products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important;overflow:hidden!important}.fph-deal-products .fph-product{min-height:196px!important}.fph-scroll .fph-product{min-width:130px!important;max-width:130px!important;min-height:210px!important}

/* centered one-line dropdown */
.fph-curve{position:relative!important;margin:15px auto 0!important;width:min(250px,64vw)!important;height:30px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.10) 18%,color-mix(in srgb,var(--fph-button) 82%,#fff 18%) 50%,rgba(255,255,255,.10) 82%,transparent 100%)!important;box-shadow:0 8px 22px rgba(0,0,0,.28)!important;clip-path:none!important;border:0!important;padding:0!important}.fph-curve span{margin:0!important;display:block!important;font-size:20px!important;line-height:1!important;transform:translateY(-1px)}.fph-curve.open span{transform:translateY(-1px) rotate(180deg)!important}.fph-cat-grid.more.open{display:grid!important}

/* brandman fixed left */
.fph-brandman-chat{left:10px!important;right:auto!important;bottom:10px!important;width:74px!important;height:98px!important;z-index:30!important}.fph-brandman-chat img{object-fit:contain!important}.fph-brandman-chat .fph-mouth{left:35px!important;top:38px!important}.fph-speech{left:72px!important;right:auto!important;bottom:36px!important}

/* side media: smaller, inside, left lower and right upper */
.fph-hero{overflow:hidden!important}.fph-left,.fph-right{width:min(128px,15.5vw)!important;aspect-ratio:9/16!important}.fph-left{left:2.5%!important;top:62%!important;transform:translateY(-50%) rotate(-3deg)!important}.fph-right{right:2.5%!important;top:34%!important;transform:translateY(-50%) rotate(3deg)!important}.fph-screen img,.fph-screen video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}

/* modal: product opens only by image click, image clean */
.fph-modal-card{background:linear-gradient(180deg,#111512,#070908)!important;border:1px solid rgba(255,255,255,.12)!important}.fph-modal-body .modal-img{background:#fff!important;border-radius:18px!important;padding:8px!important;object-fit:contain!important;box-shadow:none!important}.fph-modal-body h2{font-size:18px!important;line-height:1.25!important}.modal-cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;text-decoration:none!important;padding:12px 20px!important}

/* search suggestions cleaner and fitted */
.fph-suggestions{background:#070908!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;padding:8px!important;box-shadow:0 20px 50px rgba(0,0,0,.45)!important}.fph-suggest-item{grid-template-columns:54px minmax(0,1fr) auto!important;background:linear-gradient(180deg,#111612,#090b0a)!important;border-radius:14px!important;padding:7px!important;gap:9px!important;overflow:hidden!important}.fph-suggest-item img{width:54px!important;height:54px!important;object-fit:contain!important;background:#fff!important;border-radius:10px!important;padding:4px!important}.fph-suggest-title{font-size:12px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fph-suggest-price{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fph-suggest-add{font-size:11px!important;padding:7px 10px!important;border-radius:999px!important;white-space:nowrap!important}
@media(max-width:720px){.fph-left,.fph-right{width:18vw!important}.fph-left{left:3vw!important;top:64%!important}.fph-right{right:3vw!important;top:32%!important}.fph-product img{height:70px!important}.fph-deal-products{gap:7px!important}.fph-deal-products .fph-product{min-height:178px!important}.fph-scroll .fph-product{min-width:118px!important;max-width:118px!important;min-height:190px!important}.fph-product .name{font-size:10.5px!important;line-height:14px!important;min-height:28px!important;max-height:28px!important}.fph-product .price{font-size:10.5px!important}.fph-product .add{height:32px!important;min-width:56px!important;padding:0 13px!important}.fph-brandman-chat{left:6px!important;width:66px!important;height:88px!important}.fph-speech{display:none!important}}
@media(max-width:430px){.fph-left,.fph-right{width:16.5vw!important}.fph-left{left:4vw!important;top:65%!important}.fph-right{right:4vw!important;top:31%!important}.fph-curve{width:210px!important;height:28px!important}.fph-deal-row{grid-template-columns:96px minmax(0,1fr)!important}.fph-deal-products{gap:6px!important}.fph-product{padding:7px!important;border-radius:16px!important}.fph-product img{height:62px!important}.fph-deal-products .fph-product{min-height:166px!important}.fph-scroll .fph-product{min-width:110px!important;max-width:110px!important;min-height:178px!important}.fph-product .name{font-size:10px!important;line-height:13px!important;min-height:26px!important;max-height:26px!important}.fph-product .price{font-size:10px!important}.fph-product .add{height:30px!important;min-width:52px!important;padding:0 11px!important}.fph-suggest-add{display:none!important}.fph-suggest-item{grid-template-columns:50px minmax(0,1fr)!important}.fph-suggest-item img{width:50px!important;height:50px!important}}

/* V6 final polish: 3 products per line, no center brandman, static helper, greeting header, shining bg */
.fph{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 20% 0%,rgba(39,169,88,.18),transparent 32%),radial-gradient(circle at 90% 10%,rgba(245,197,66,.08),transparent 28%),var(--fph-bg)!important}
.fph:before{content:"";position:fixed;inset:-40%;pointer-events:none;z-index:0;background:linear-gradient(115deg,transparent 0%,transparent 42%,rgba(255,255,255,.07) 49%,rgba(255,255,255,.13) 50%,rgba(255,255,255,.06) 51%,transparent 58%,transparent 100%);animation:fphPageShine 7.5s linear infinite;mix-blend-mode:screen}.fph>*{position:relative;z-index:1}@keyframes fphPageShine{0%{transform:translateX(-45%) rotate(0deg)}100%{transform:translateX(45%) rotate(0deg)}}
.fph-top{position:relative!important;overflow:hidden!important}.fph-shine{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.10),transparent 24%),linear-gradient(115deg,transparent,rgba(255,255,255,.08),transparent);animation:fphHeaderShine 5s ease-in-out infinite}@keyframes fphHeaderShine{0%,100%{opacity:.22;transform:translateX(-30%)}50%{opacity:.55;transform:translateX(30%)}}
.fph-greeting{display:flex!important;align-items:center!important;gap:8px!important;margin:12px 0 6px!important;color:var(--fph-text)!important;font-size:18px!important;line-height:1.25!important;letter-spacing:.1px!important;font-weight:400!important}.fph-greeting *{font-weight:400!important}.fph-greeting-icons{font-size:20px!important;white-space:nowrap!important}.fph-morning{background:linear-gradient(135deg,#08220f 0%,#133416 48%,#080909 100%)!important}.fph-afternoon{background:linear-gradient(135deg,#09220f 0%,#1b3312 48%,#080909 100%)!important}.fph-evening{background:linear-gradient(135deg,#11100a 0%,#30200d 48%,#080909 100%)!important}.fph-night{background:linear-gradient(135deg,#05070d 0%,#111d35 48%,#060707 100%)!important}.fph-night:after{content:"✦  ✧   ✦  ✧";position:absolute;right:14px;top:84px;color:rgba(255,255,255,.72);font-size:15px;letter-spacing:10px;animation:fphTwinkle 1.8s ease-in-out infinite}.fph-morning:after{content:"";position:absolute;right:18px;top:80px;width:52px;height:52px;border-radius:50%;background:radial-gradient(circle,#ffd65a,#f5a623 62%,transparent 63%);opacity:.22}.fph-evening:after{content:"";position:absolute;right:0;bottom:0;width:150px;height:70px;background:radial-gradient(circle at 70% 75%,rgba(255,153,73,.34),transparent 44%)}@keyframes fphTwinkle{0%,100%{opacity:.35}50%{opacity:1}}
.fph-hero .fph-rider,.fph-main .fph-rider{display:none!important}.fph-brandman-chat .fph-mouth{display:none!important;animation:none!important}.fph-brandman-chat img{animation:none!important}.fph-brandman-chat{animation:fphHelperFloat 4.5s ease-in-out infinite!important}@keyframes fphHelperFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
/* product sections: exact 3 cards per line, clean horizontal row feeling */
.fph-section{overflow:hidden!important}.fph-scroll{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;padding:2px 0 10px!important;scroll-snap-type:none!important}.fph-scroll .fph-product{min-width:0!important;max-width:none!important;width:100%!important;min-height:190px!important}.fph-deal-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fph-product{align-items:stretch!important}.fph-product img{width:100%!important;object-fit:contain!important}.fph-product .add{align-self:center!important}.fph-product .price del,.fph-product .price ins,.fph-product .price .woocommerce-Price-amount{display:inline!important;white-space:nowrap!important}.fph-product .price del{margin-right:4px!important;color:var(--fph-mrp)!important}.fph-product .price ins{text-decoration:none!important;color:var(--fph-price)!important}
@media(max-width:720px){.fph-scroll{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.fph-scroll .fph-product{min-width:0!important;max-width:none!important;min-height:176px!important}.fph-greeting{font-size:16px!important}.fph-greeting-icons{font-size:18px!important}}
@media(max-width:430px){.fph-scroll{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.fph-scroll .fph-product{min-width:0!important;max-width:none!important;min-height:162px!important}.fph-greeting{font-size:15px!important;margin-top:10px!important}.fph-greeting-icons{font-size:17px!important}.fph-product img{height:58px!important}.fph-section h3{font-size:20px!important}}

/* FreshOne V7 requested polish */
.fph-product .price, .fph-modal .modal-price{display:flex;align-items:center;gap:6px;flex-wrap:wrap;line-height:1.15;min-height:24px;overflow:visible!important;white-space:normal!important}
.fph-product .price del, .fph-product .price del .amount, .fph-modal .modal-price del, .fph-modal .modal-price del .amount{color:var(--fph-mrp)!important;opacity:1!important;text-decoration:line-through!important;text-decoration-thickness:1.5px!important}
.fph-product .price ins, .fph-product .price ins .amount, .fph-product .price > .amount, .fph-modal .modal-price ins, .fph-modal .modal-price ins .amount, .fph-modal .modal-price > .amount{color:var(--fph-price)!important;text-decoration:none!important}
.fph-product .add,.fph-product .fph-add-cart,.modal-cart{background:var(--fph-button)!important;border:0;cursor:pointer;font-family:inherit;color:#fff!important}
.fph-cart-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;padding:9px 12px;border-radius:999px;font-size:13px}.fph-cart-pill b{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;background:var(--fph-button);color:#fff;font-size:12px}.fph-proceed-cart{position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(120%);z-index:100000;background:var(--fph-button);color:#fff;text-decoration:none;border-radius:999px;padding:13px 22px;box-shadow:0 16px 35px rgba(0,0,0,.42);transition:.28s ease;opacity:0}.fph-proceed-cart.show{transform:translateX(-50%) translateY(0);opacity:1}.fph-add-cart.loading{opacity:.65;pointer-events:none}.fph-add-cart.added{box-shadow:0 0 0 4px rgba(255,255,255,.15) inset}
.fph-sections .fph-scroll{display:flex!important;grid-template-columns:none!important;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:2px 4px 12px;-webkit-overflow-scrolling:touch}.fph-sections .fph-scroll::-webkit-scrollbar{height:0}.fph-sections .fph-product{flex:0 0 calc((100% - 20px)/3);min-width:0;scroll-snap-align:start}.fph-deal-products .fph-product{min-width:0}.fph-product img{object-fit:contain!important;max-width:100%;filter:none}.fph-product .name{word-break:normal;overflow-wrap:anywhere}.fph-brandman-chat{left:12px!important;right:auto!important;bottom:10px!important;animation:fphHelperFloat 3s ease-in-out infinite!important}.fph-brandman-chat .fph-mouth{display:none!important}.fph-speech{left:78px!important;right:auto!important;border-radius:16px 16px 16px 4px}.fph-speech:after{left:-7px!important;right:auto!important;border-right:8px solid #fff!important;border-left:0!important}
@media(min-width:721px){.fph-sections .fph-product{flex-basis:190px}}
@media(max-width:430px){.fph-sections .fph-product{flex-basis:31.5%;}.fph-cart-pill{padding:8px 10px;font-size:12px}.fph-brandman-chat{width:72px!important;height:96px!important}.fph-speech{display:none}.fph-product .price{font-size:11px!important}.fph-product .price del,.fph-product .price ins{display:inline-block}}

/* V8: prevent WooCommerce View cart links inside FreshOne cards; keep same-page cart flow */
.fph a.added_to_cart.wc-forward,.fph .added_to_cart.wc-forward{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}
.fph-product .add.fph-add-cart.added,.fph .modal-cart.added{background:linear-gradient(135deg,var(--fph-button),#22c55e)!important;color:#fff!important}
.fph-product{position:relative!important}
.fph-product .add{min-height:30px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
/* V9 deal fixed price badge */
.fph-deal-products .fph-product-view{position:relative!important;overflow:visible!important;padding-top:10px!important}
.fph-deal-price-badge{position:absolute!important;left:50%!important;top:-8px!important;transform:translateX(-50%)!important;z-index:4!important;background:linear-gradient(135deg,#111,#2b2b2b)!important;color:#fff!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:999px!important;min-width:46px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;line-height:1!important;box-shadow:0 8px 20px rgba(0,0,0,.25)!important;letter-spacing:.2px!important}
.fph-deal-products .fph-product img{margin-top:4px!important}
/* V9 quick order popup on cart */
.fph-order-popup{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:1000000;display:none;align-items:center;justify-content:center;padding:18px}.fph-order-popup.show{display:flex}.fph-order-card{width:min(420px,94vw);background:#101311;color:#fff;border:1px solid rgba(255,255,255,.13);border-radius:26px;padding:22px;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.5)}.fph-order-card h3{margin:0 0 8px;font-size:23px;font-weight:400}.fph-order-card p{margin:0 0 16px;color:#cfd8cf}.fph-order-loader{width:42px;height:42px;border:3px solid rgba(255,255,255,.2);border-top-color:#22c55e;border-radius:50%;margin:0 auto 16px;animation:fphOrderSpin .8s linear infinite}.fph-order-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.fph-order-actions a,.fph-order-actions button{border:0;border-radius:999px;padding:12px 16px;text-decoration:none;background:#22c55e;color:#fff;cursor:pointer}.fph-order-actions button{background:#2b2b2b}@keyframes fphOrderSpin{to{transform:rotate(360deg)}}

/* V10 premium deal UI + real horizontal movement + search above hero */
.fph{overflow:hidden!important}
.fph-top{z-index:30!important;position:relative!important}
.fph-search-wrap{z-index:99998!important;position:relative!important}
.fph-suggestions{z-index:99999!important;top:62px!important;background:rgba(10,14,12,.98)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:22px!important;padding:10px!important;backdrop-filter:blur(16px)!important;box-shadow:0 24px 80px rgba(0,0,0,.75)!important;max-height:420px!important;overflow-y:auto!important}
.fph-suggest-list{display:flex!important;flex-direction:column!important;gap:8px!important}
.fph-suggest-item{width:100%!important;display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;padding:8px!important;text-align:left!important;cursor:pointer!important}
.fph-suggest-item img{width:56px!important;height:56px!important;object-fit:contain!important;background:#fff!important;border-radius:13px!important;padding:4px!important}
.fph-suggest-title{display:block!important;font-size:13px!important;line-height:1.22!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#fff!important}
.fph-suggest-price{display:block!important;font-size:12px!important;color:#fff!important;margin-top:4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.fph-suggest-price del{color:#d1d5db!important;opacity:.7!important;margin-right:5px!important}.fph-suggest-price ins{text-decoration:none!important;color:#fff!important}.fph-suggest-add{background:var(--fph-button)!important;color:#fff!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;white-space:nowrap!important}

.fph-deals{background:linear-gradient(180deg,rgba(239,255,235,.98),rgba(228,248,229,.98))!important;border:1px solid rgba(21,128,61,.18)!important;border-radius:30px!important;padding:14px 12px 18px!important;box-shadow:0 20px 60px rgba(0,0,0,.22)!important;color:#112015!important;overflow:hidden!important}
.fph-deal-head{min-height:138px!important;border-radius:26px!important;background:radial-gradient(circle at 8% 15%,rgba(255,255,255,.95),transparent 28%),radial-gradient(circle at 94% 15%,rgba(34,197,94,.22),transparent 28%),linear-gradient(135deg,#ffffff,#e9ffe8)!important;box-shadow:inset 0 0 0 1px rgba(22,163,74,.16),0 14px 38px rgba(22,163,74,.12)!important;position:relative!important;overflow:hidden!important}
.fph-deal-head:after{content:"";position:absolute;inset:auto -20% 0 -20%;height:42px;background:linear-gradient(90deg,transparent,rgba(34,197,94,.18),transparent);filter:blur(12px);animation:fphDealGlow 2.8s ease-in-out infinite}
@keyframes fphDealGlow{0%,100%{transform:translateX(-20%)}50%{transform:translateX(20%)}}
.fph-deal-row{display:grid!important;grid-template-columns:130px minmax(0,1fr)!important;gap:10px!important;align-items:stretch!important;margin-top:14px!important;overflow:visible!important}
.fph-deal-tag{position:relative!important;min-height:235px!important;border-radius:28px!important;padding:17px 12px!important;overflow:hidden!important;box-shadow:0 18px 35px rgba(0,0,0,.18)!important;background:linear-gradient(160deg,#16a34a,#06702b)!important}
.fph-deal-tag:before{content:"";position:absolute;inset:-50% -40% auto auto;width:120px;height:120px;background:rgba(255,255,255,.18);border-radius:999px;filter:blur(2px)}
.fph-deal-tag span{position:relative;font-size:17px!important;line-height:1.35!important;color:#fff!important}.fph-deal-tag strong{position:relative;font-size:46px!important;color:#fff!important;text-shadow:0 4px 18px rgba(0,0,0,.18)!important}.fph-deal-tag em{position:relative;color:#fff!important;opacity:.96!important}
.fph-deal-row:nth-child(3) .fph-deal-tag{background:linear-gradient(160deg,#ffbd25,#f28b00)!important}.fph-deal-row:nth-child(4) .fph-deal-tag{background:linear-gradient(160deg,#1fb85a,#0b7d35)!important}
.fph-deal-products{min-width:0!important;display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;padding:4px 4px 12px!important;overscroll-behavior-x:contain!important}
.fph-deal-products::-webkit-scrollbar,.fph-scroll::-webkit-scrollbar{height:5px!important}.fph-deal-products::-webkit-scrollbar-thumb,.fph-scroll::-webkit-scrollbar-thumb{background:rgba(22,163,74,.45)!important;border-radius:99px!important}
.fph-deal-products .fph-product{flex:0 0 31.5%!important;max-width:31.5%!important;min-width:118px!important;scroll-snap-align:start!important;background:linear-gradient(180deg,#ffffff,#f7fff7)!important;border:1px solid rgba(22,163,74,.18)!important;border-radius:24px!important;padding:10px 8px 12px!important;box-shadow:0 10px 28px rgba(12,90,45,.13)!important;color:#102015!important;min-height:232px!important;align-items:center!important;text-align:center!important}
.fph-deal-products .fph-product-view{width:100%!important;border:0!important;background:transparent!important;padding:8px 0 0!important;position:relative!important;cursor:pointer!important}
.fph-deal-products .fph-product img{width:100%!important;height:82px!important;object-fit:contain!important;background:#fff!important;border-radius:18px!important;padding:6px!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)!important;margin:0!important}
.fph-deal-products .fph-product .name{width:100%!important;color:#fff!important;background:linear-gradient(135deg,#16894a,#0d7138)!important;border-radius:14px!important;padding:7px 6px!important;margin-top:2px!important;font-size:12px!important;line-height:1.2!important;min-height:44px!important;max-height:44px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:left!important}
.fph-deal-products .fph-product .price{width:100%!important;color:#fff!important;font-size:12px!important;line-height:1.25!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;padding-left:3px!important;min-height:34px!important;white-space:normal!important;overflow:visible!important;text-align:left!important}
.fph-deal-products .fph-product .price del{color:#e5e7eb!important;opacity:.75!important}.fph-deal-products .fph-product .price ins{text-decoration:none!important;color:#fff!important}.fph-deal-products .fph-product .add{margin-top:auto!important;background:linear-gradient(135deg,var(--fph-button),#22c55e)!important;color:#fff!important;border:0!important;border-radius:999px!important;min-width:70px!important;min-height:34px!important;box-shadow:0 10px 22px rgba(22,163,74,.26)!important}
.fph-deal-price-badge{top:-5px!important;background:linear-gradient(135deg,#ffdf5c,#ff9f1c)!important;color:#111!important;border:2px solid #fff!important;box-shadow:0 8px 18px rgba(0,0,0,.28)!important;font-size:14px!important;min-width:48px!important;height:28px!important}

.fph-scroll{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;padding:2px 2px 12px!important}.fph-scroll .fph-product{flex:0 0 24%!important;max-width:24%!important;scroll-snap-align:start!important}.fph-section{overflow:hidden!important}.fph-section h3{display:flex!important;align-items:center!important;gap:8px!important}.fph-section h3:after{content:"Swipe →";font-size:12px;color:var(--fph-muted);opacity:.8}
@media(max-width:720px){.fph-deal-row{grid-template-columns:112px minmax(0,1fr)!important}.fph-deal-tag{min-height:220px!important;border-radius:24px!important}.fph-deal-tag span{font-size:15px!important}.fph-deal-tag strong{font-size:40px!important}.fph-deal-products .fph-product{flex-basis:32.5%!important;max-width:32.5%!important;min-width:106px!important;min-height:218px!important}.fph-scroll .fph-product{flex-basis:32.5%!important;max-width:32.5%!important;min-width:106px!important}}
@media(max-width:430px){.fph-suggestions{position:fixed!important;left:10px!important;right:10px!important;top:160px!important;max-height:60vh!important}.fph-deals{margin-left:7px!important;margin-right:7px!important}.fph-deal-row{grid-template-columns:104px minmax(0,1fr)!important;gap:8px!important}.fph-deal-tag{min-height:214px!important;padding:14px 9px!important}.fph-deal-products{gap:8px!important;padding-right:18px!important}.fph-deal-products .fph-product{flex:0 0 34%!important;max-width:34%!important;min-width:98px!important;padding:8px 6px 10px!important}.fph-deal-products .fph-product img{height:72px!important}.fph-deal-products .fph-product .name{font-size:11px!important;min-height:42px!important;max-height:42px!important}.fph-scroll .fph-product{flex:0 0 34%!important;max-width:34%!important;min-width:98px!important}}


/* V11: clear search layer + clean readable deal cards */
.fph-top{overflow:visible!important;isolation:isolate!important;z-index:99990!important}
.fph-search-wrap{position:relative!important;z-index:2147483000!important}
.fph-search-form{position:relative!important;z-index:2147483001!important}
.fph-suggestions{position:fixed!important;left:12px!important;right:12px!important;top:155px!important;z-index:2147483647!important;background:#07100b!important;border:1px solid rgba(34,197,94,.38)!important;border-radius:20px!important;padding:10px!important;max-height:58vh!important;overflow:auto!important;box-shadow:0 28px 90px rgba(0,0,0,.86),0 0 0 9999px rgba(0,0,0,.18)!important;transform:none!important}
.admin-bar .fph-suggestions{top:187px!important}
.fph-suggest-item{background:linear-gradient(135deg,#111b15,#0a0f0c)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 10px 24px rgba(0,0,0,.28)!important}
.fph-suggest-title{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:32px!important}
.fph-suggest-price,.fph-suggest-price *{color:#fff!important}

.fph-deals{background:linear-gradient(180deg,#f5fff2,#eaffea)!important;border:1px solid rgba(34,197,94,.28)!important;padding:14px 10px 18px!important}
.fph-deal-row{grid-template-columns:120px minmax(0,1fr)!important;gap:10px!important;overflow:hidden!important}
.fph-deal-tag{min-height:226px!important;border-radius:24px!important;box-shadow:0 14px 32px rgba(0,0,0,.16)!important}
.fph-deal-products{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:10px!important;padding:6px 12px 14px 4px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;min-width:0!important}
.fph-deal-products .fph-product{flex:0 0 30.5%!important;max-width:30.5%!important;min-width:116px!important;min-height:224px!important;background:#ffffff!important;color:#111827!important;border:1px solid rgba(22,163,74,.20)!important;border-radius:24px!important;padding:10px 8px 12px!important;box-shadow:0 12px 28px rgba(21,128,61,.12)!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;text-align:left!important;gap:7px!important;scroll-snap-align:start!important}
.fph-deal-products .fph-product-view{height:88px!important;border:0!important;background:linear-gradient(180deg,#fff,#f7fff6)!important;border-radius:18px!important;padding:8px!important;box-shadow:inset 0 0 0 1px rgba(22,163,74,.10)!important;position:relative!important;overflow:visible!important}
.fph-deal-products .fph-product img{width:100%!important;height:72px!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;margin:0!important}
.fph-deal-price-badge{position:absolute!important;left:50%!important;top:-14px!important;transform:translateX(-50%)!important;background:linear-gradient(135deg,#ffe36a,#ff9f1c)!important;color:#111!important;border:2px solid #fff!important;box-shadow:0 8px 16px rgba(0,0,0,.22)!important;border-radius:999px!important;font-size:14px!important;min-width:52px!important;height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.fph-deal-products .fph-product .name{background:transparent!important;color:#102015!important;border-radius:0!important;padding:0!important;margin:0!important;font-size:12px!important;line-height:1.25!important;min-height:38px!important;max-height:38px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:left!important;width:100%!important}
.fph-deal-products .fph-product .price{width:100%!important;min-height:32px!important;font-size:12px!important;line-height:1.25!important;display:flex!important;flex-direction:column!important;gap:2px!important;align-items:flex-start!important;color:#0b7d35!important;white-space:normal!important;overflow:visible!important;padding:0!important;text-align:left!important}
.fph-deal-products .fph-product .price del{color:#9ca3af!important;opacity:1!important;margin:0!important}.fph-deal-products .fph-product .price ins{color:#0b7d35!important;text-decoration:none!important}.fph-deal-products .fph-product .price .amount{color:inherit!important}
.fph-deal-products .fph-product .add{margin-top:auto!important;align-self:center!important;min-width:74px!important;min-height:34px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--fph-button),#20c767)!important;color:#fff!important;border:0!important;box-shadow:0 10px 22px rgba(22,163,74,.24)!important}
.fph-deal-products:after,.fph-scroll:after{content:"";flex:0 0 8px!important}
@media(max-width:720px){.fph-suggestions{top:146px!important}.admin-bar .fph-suggestions{top:178px!important}.fph-deal-row{grid-template-columns:108px minmax(0,1fr)!important}.fph-deal-products .fph-product{flex:0 0 33.333%!important;max-width:33.333%!important;min-width:105px!important}.fph-deal-products .fph-product-view{height:84px!important}.fph-deal-products .fph-product img{height:68px!important}}
@media(max-width:430px){.fph-suggestions{top:138px!important;left:8px!important;right:8px!important;max-height:62vh!important}.admin-bar .fph-suggestions{top:170px!important}.fph-deal-row{grid-template-columns:104px minmax(0,1fr)!important}.fph-deal-products{gap:9px!important;padding-left:3px!important}.fph-deal-products .fph-product{flex:0 0 35.5%!important;max-width:35.5%!important;min-width:102px!important;min-height:218px!important}.fph-deal-products .fph-product-view{height:82px!important}.fph-deal-products .fph-product img{height:66px!important}.fph-deal-products .fph-product .name{font-size:11.5px!important}.fph-deal-products .fph-product .price{font-size:11.5px!important}}

/* V12: fixed bottom nav + hidden horizontal scrollbars */
.fph{padding-bottom:132px!important;position:relative!important}
.fph-deal-products,.fph-scroll{scrollbar-width:none!important;-ms-overflow-style:none!important}
.fph-deal-products::-webkit-scrollbar,.fph-scroll::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}
.fph-bottom-nav{position:fixed;left:50%;bottom:10px;transform:translateX(-50%);width:min(520px,calc(100vw - 18px));height:68px;background:rgba(13,18,16,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.10);border-radius:24px;z-index:2147482000;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:7px 8px;box-shadow:0 18px 55px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.07)}
.fph-bottom-nav a{height:54px;text-decoration:none;color:rgba(255,255,255,.68);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:18px;transition:.22s ease;font-size:12px;line-height:1}
.fph-bottom-nav a span{font-size:22px;line-height:1;display:block}.fph-bottom-nav a em{font-style:normal;font-size:12px;letter-spacing:.1px}.fph-bottom-nav a.active{color:#fff;background:linear-gradient(135deg,var(--fph-accent),#0b7d35);box-shadow:0 10px 25px rgba(22,163,74,.28)}
.fph-bottom-nav a:not(.active):active{transform:scale(.96);background:rgba(255,255,255,.06)}
.fph-section{padding-bottom:2px!important}.fph-scroll{padding-bottom:4px!important}.fph-deal-products{padding-bottom:6px!important}
@media(max-width:430px){.fph-bottom-nav{height:64px;border-radius:22px;bottom:8px}.fph-bottom-nav a{height:50px;border-radius:16px}.fph-bottom-nav a span{font-size:20px}.fph-bottom-nav a em{font-size:11px}.fph{padding-bottom:120px!important}}


/* V13: premium sticky footer fix - force proper app style */
.fph .fph-bottom-nav,
.fph-bottom-nav{
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:10px!important;
  transform:translateX(-50%)!important;
  width:min(500px,calc(100vw - 20px))!important;
  height:70px!important;
  margin:0!important;
  padding:7px 8px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  background:linear-gradient(180deg,rgba(20,27,24,.96),rgba(5,8,7,.96))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:26px!important;
  box-shadow:0 18px 50px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
  z-index:2147483646!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.fph .fph-bottom-nav:before,
.fph-bottom-nav:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 18% 0%,rgba(34,197,94,.24),transparent 33%),radial-gradient(circle at 86% 0%,rgba(255,193,7,.12),transparent 30%)!important;
  pointer-events:none!important;
}
.fph .fph-bottom-nav a,
.fph-bottom-nav a{
  position:relative!important;
  height:56px!important;
  min-width:0!important;
  margin:0!important;
  padding:5px 2px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  text-align:center!important;
  text-decoration:none!important;
  border:0!important;
  border-radius:19px!important;
  color:rgba(255,255,255,.72)!important;
  background:transparent!important;
  font-family:inherit!important;
  font-weight:400!important;
  line-height:1!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  transition:transform .18s ease, background .18s ease, color .18s ease!important;
}
.fph .fph-bottom-nav a span,
.fph-bottom-nav a span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:26px!important;
  height:24px!important;
  margin:0!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1!important;
  color:inherit!important;
  font-weight:400!important;
}
.fph .fph-bottom-nav a em,
.fph-bottom-nav a em{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-style:normal!important;
  font-size:11.5px!important;
  line-height:1!important;
  letter-spacing:.1px!important;
  color:inherit!important;
  font-weight:400!important;
  text-transform:none!important;
}
.fph .fph-bottom-nav a.active,
.fph-bottom-nav a.active{
  color:#fff!important;
  background:linear-gradient(135deg,var(--fph-button,#16a34a),#087235)!important;
  box-shadow:0 10px 24px rgba(22,163,74,.35), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.fph .fph-bottom-nav a:not(.active):hover,
.fph-bottom-nav a:not(.active):hover{
  color:#fff!important;
  background:rgba(255,255,255,.07)!important;
}
.fph .fph-bottom-nav a:active,
.fph-bottom-nav a:active{transform:scale(.96)!important;}
body:has(.fph-bottom-nav){padding-bottom:86px!important;}
@media(max-width:430px){
  .fph .fph-bottom-nav,.fph-bottom-nav{width:calc(100vw - 16px)!important;height:66px!important;bottom:8px!important;border-radius:23px!important;padding:6px 7px!important;}
  .fph .fph-bottom-nav a,.fph-bottom-nav a{height:52px!important;border-radius:17px!important;}
  .fph .fph-bottom-nav a span,.fph-bottom-nav a span{font-size:19px!important;height:22px!important;}
  .fph .fph-bottom-nav a em,.fph-bottom-nav a em{font-size:11px!important;}
}

/* V14 deal cards: hide real WooCommerce price and show clean deal price only */
.fph-deal-products .fph-product .price{min-height:28px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.fph-deal-products .fph-product .price del,.fph-deal-products .fph-product .price ins{display:none!important}.fph-only-deal-price{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#0b7d35!important;background:#ecfdf5!important;border:1px solid rgba(22,163,74,.22)!important;border-radius:999px!important;padding:4px 9px!important;font-size:14px!important;line-height:1!important}.fph-deal-products .fph-product{background:linear-gradient(180deg,#ffffff,#f5fff8)!important}.fph-deal-products .fph-product .name{color:#102015!important}

/* V15: premium clean deal UI + golden animated deal price only */
.fph-deals{background:linear-gradient(180deg,#f7fff3 0%,#e9ffed 100%)!important;border:1px solid rgba(21,128,61,.22)!important;box-shadow:0 24px 70px rgba(0,0,0,.20)!important;overflow:hidden!important}.fph-deal-row{overflow:visible!important}.fph-deal-products{scrollbar-width:none!important;-ms-overflow-style:none!important}.fph-deal-products::-webkit-scrollbar{display:none!important}.fph-deal-products .fph-product{background:linear-gradient(180deg,#ffffff,#fafffb)!important;border:1px solid rgba(21,128,61,.18)!important;border-radius:24px!important;box-shadow:0 14px 32px rgba(20,83,45,.13)!important;min-height:236px!important;overflow:visible!important}.fph-deal-products .fph-product-view{height:100px!important;background:linear-gradient(180deg,#fff,#f5fff8)!important;border-radius:20px!important;box-shadow:inset 0 0 0 1px rgba(22,163,74,.12),0 8px 18px rgba(0,0,0,.04)!important}.fph-deal-products .fph-product img{height:84px!important;width:100%!important;object-fit:contain!important;display:block!important}.fph-deal-products .fph-product .name{color:#102018!important;font-size:12.5px!important;line-height:1.28!important;min-height:48px!important;max-height:48px!important;-webkit-line-clamp:3!important;word-break:normal!important;overflow:hidden!important}.fph-deal-products .fph-product .price{min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.fph-deal-products .fph-product .price del,.fph-deal-products .fph-product .price ins,.fph-deal-products .fph-product .price .amount:not(.fph-only-deal-price .amount){display:none!important}.fph-only-deal-price{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:4px 13px!important;min-width:64px!important;background:linear-gradient(110deg,#8a5300 0%,#ffd35a 18%,#fff4af 32%,#ffb11f 52%,#b46b00 76%,#ffe27a 100%)!important;background-size:220% 100%!important;color:#1b1200!important;font-size:20px!important;line-height:1!important;box-shadow:0 8px 20px rgba(236,160,20,.34),inset 0 1px 0 rgba(255,255,255,.65)!important;animation:fphGoldShine 2.2s linear infinite!important}.fph-deal-price-badge{background:linear-gradient(110deg,#8a5300 0%,#ffd35a 18%,#fff4af 32%,#ffb11f 52%,#b46b00 76%,#ffe27a 100%)!important;background-size:220% 100%!important;color:#1b1200!important;font-size:15px!important;box-shadow:0 8px 18px rgba(203,122,0,.38)!important;animation:fphGoldShine 2.2s linear infinite!important}.fph-deal-products .fph-product .add{margin-top:auto!important;background:linear-gradient(135deg,#16a34a,#22c55e)!important}.fph-scroll{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:12px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.fph-scroll::-webkit-scrollbar{display:none!important}.fph-scroll .fph-product{flex:0 0 23.5%!important;min-width:136px!important;scroll-snap-align:start!important}.fph-sections .fph-product .name{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:36px!important}.fph-sections .fph-product img{object-fit:contain!important;background:#fff!important;border-radius:14px!important}.fph-section:empty{display:none!important}@keyframes fphGoldShine{0%{background-position:0% 0}100%{background-position:220% 0}}@media(max-width:720px){.fph-deal-products .fph-product{min-height:228px!important}.fph-deal-products .fph-product-view{height:92px!important}.fph-deal-products .fph-product img{height:76px!important}.fph-scroll .fph-product{flex:0 0 31%!important;min-width:112px!important}.fph-deal-products .fph-product .name{font-size:11.5px!important;min-height:46px!important;max-height:46px!important}.fph-only-deal-price{font-size:18px!important}}@media(max-width:430px){.fph-deal-products .fph-product{flex:0 0 35%!important;max-width:35%!important;min-height:222px!important;min-width:104px!important}.fph-deal-products .fph-product-view{height:88px!important}.fph-deal-products .fph-product img{height:72px!important}.fph-scroll .fph-product{flex:0 0 34%!important;min-width:104px!important}.fph-only-deal-price{font-size:17px!important;padding:4px 11px!important}.fph-deal-tag strong{color:#fff!important}}

/* FreshOne V17 Ads polish */
.fph-ads-wide{padding:10px 14px 4px;display:flex;flex-direction:column;gap:14px;position:relative;z-index:5}
.fph-ad-wide{width:100%;aspect-ratio:16/9;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 45px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.06);position:relative;animation:fphAdIn .7s ease both}
.fph-ad-wide:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 42%,transparent 64%);transform:translateX(-130%);animation:fphAdShine 3.8s ease-in-out infinite;pointer-events:none}
.fph-ad-wide img,.fph-ad-wide video{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
.fph-ad-2{animation-delay:.12s}
@keyframes fphAdIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@keyframes fphAdShine{0%,55%{transform:translateX(-130%)}85%,100%{transform:translateX(130%)}}
.fph-floating-ad{position:fixed;right:14px;bottom:92px;width:min(122px,28vw);aspect-ratio:9/16;border-radius:22px;overflow:visible;z-index:9998;animation:fphFloatAdIn .75s cubic-bezier(.2,1,.22,1) both;filter:drop-shadow(0 18px 32px rgba(0,0,0,.55))}
.fph-floating-media{width:100%;height:100%;border-radius:22px;overflow:hidden;background:#101611;border:1px solid rgba(255,255,255,.20);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.fph-floating-media img,.fph-floating-media video{width:100%;height:100%;object-fit:cover;display:block}
.fph-floating-close{position:absolute;right:-8px;top:-8px;width:28px;height:28px;border-radius:999px;border:0;background:linear-gradient(135deg,#fff,#ffd56a);color:#111;font-size:20px;line-height:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 7px 16px rgba(0,0,0,.36);z-index:2;padding:0;cursor:pointer}
.fph-floating-ad.fph-hide{animation:fphFloatAdOut .28s ease both}
@keyframes fphFloatAdIn{from{opacity:0;transform:translateX(145%) translateY(24px) scale(.94)}to{opacity:1;transform:translateX(0) translateY(0) scale(1)}}
@keyframes fphFloatAdOut{to{opacity:0;transform:translateX(145%) scale(.88)}}
.fph-deal-price-badge{display:none!important}
.fph-product-view{overflow:hidden}
.fph-product-view img{object-fit:contain!important}
@media(max-width:420px){.fph-floating-ad{width:104px;right:10px;bottom:88px}.fph-ads-wide{padding-left:12px;padding-right:12px}.fph-ad-wide{border-radius:20px}}

/* FreshOne V18 final ad placement + floating premium movement */
.fph-ads-slot-1{padding:16px 14px 8px!important;margin-top:2px!important}
.fph-sections .fph-ads-slot-2{padding:18px 0 10px!important;margin:4px 0 14px!important;width:100%!important;display:block!important}
.fph-sections .fph-ads-slot-2 .fph-ad-wide{margin:0!important}
.fph-ad-wide{aspect-ratio:16/9!important;max-height:none!important}
.fph-ad-wide img,.fph-ad-wide video{object-fit:cover!important}
.fph-floating-ad{left:12px!important;right:auto!important;bottom:96px!important;width:min(116px,26vw)!important;animation:fphFloatEnterV18 .85s cubic-bezier(.2,1,.22,1) both, fphFloatMoveV18 7.5s ease-in-out .9s infinite alternate!important;will-change:transform!important}
.fph-floating-close{right:5px!important;top:5px!important;width:24px!important;height:24px!important;min-width:24px!important;border:0!important;border-radius:50%!important;background:rgba(12,18,14,.48)!important;color:#fff!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;font-size:18px!important;line-height:1!important;box-shadow:0 5px 14px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.18)!important;opacity:.92!important}
.fph-floating-close:hover{background:rgba(12,18,14,.68)!important;transform:scale(1.05)!important}
.fph-floating-media{border-radius:20px!important;box-shadow:0 14px 36px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.08)!important}
.fph-floating-ad.fph-hide{animation:fphFloatAdOutV18 .28s ease both!important}
@keyframes fphFloatEnterV18{from{opacity:0;transform:translateX(-140%) translateY(18px) scale(.94)}to{opacity:1;transform:translateX(0) translateY(0) scale(1)}}
@keyframes fphFloatMoveV18{0%{transform:translateX(0) translateY(0) scale(1)}45%{transform:translateX(calc(100vw - min(116px,26vw) - 34px)) translateY(-4px) scale(1)}100%{transform:translateX(calc(100vw - min(116px,26vw) - 34px)) translateY(6px) scale(1)}}
@keyframes fphFloatAdOutV18{to{opacity:0;transform:translateY(18px) scale(.86)}}
@media(max-width:420px){.fph-floating-ad{width:96px!important;left:10px!important;bottom:88px!important}@keyframes fphFloatMoveV18{0%{transform:translateX(0) translateY(0) scale(1)}45%{transform:translateX(calc(100vw - 116px)) translateY(-3px) scale(1)}100%{transform:translateX(calc(100vw - 116px)) translateY(5px) scale(1)}}}
