:root{--ink:#101010;--paper:#f7f5f0;--card:#fff;--muted:#6e6b65;--line:#e6e1d7;--accent:#b88638}*{box-sizing:border-box}body,html{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{min-height:100vh}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;width:100%;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1440px) / 2 + 24px));border-bottom:1px solid hsla(0,0%,6%,.08);background:hsla(43,30%,95%,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.brand{display:flex;flex-direction:column;font-weight:900;letter-spacing:.12em}.brand small{margin-top:3px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.08em}.desktop-nav{display:flex;gap:34px}.desktop-nav a{padding:27px 0 24px;color:var(--muted);font-weight:700}.desktop-nav a.active{color:var(--ink);border-bottom:2px solid var(--ink)}.header-actions{display:flex;gap:8px}.header-actions button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent}.header-actions button:hover{background:#fff}.page{width:100%;max-width:1440px;margin:0 auto;padding:52px 24px 110px;box-sizing:border-box}.hero{max-width:820px;margin-bottom:38px}.eyebrow{color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.18em}.hero h1{margin:15px 0 18px;font-family:Georgia,serif;font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.05em}.hero>p:last-child{color:var(--muted);font-size:18px}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card,.video-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--card);box-shadow:0 18px 60px rgba(24,18,8,.06)}.video-card video,.video-poster{width:100%;aspect-ratio:9/13;display:block;object-fit:cover;background-color:#111;background-position:50%;background-repeat:no-repeat;background-size:cover}.video-copy{padding:18px;display:flex;justify-content:space-between;gap:14px}.product-copy h3,.video-copy h3{margin:0 0 6px}.product-copy p,.video-copy p{margin:0;color:var(--muted);font-size:13px}.verified{height:max-content;padding:6px 9px;border-radius:999px;color:#74531e;background:#efe7d5;font-size:11px;font-weight:800}.product-grid{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-image{width:100%;aspect-ratio:4/5;background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover}.product-copy{padding:16px}.product-copy h3{margin-top:6px;font-size:16px}.price{margin-top:12px;display:flex;align-items:center;gap:9px}.price del{color:#999;font-size:13px}.price span{color:#207a45;font-size:12px;font-weight:800}.empty-state{min-height:390px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #cfc7b8;border-radius:28px;background:hsla(0,0%,100%,.55);text-align:center}.empty-state h2{margin:18px 0 8px;font-family:Georgia,serif;font-size:32px}.empty-state p{max-width:560px;color:var(--muted);line-height:1.7}.empty-orb{width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#c8a665 55%,#35250e);box-shadow:0 15px 50px rgba(184,134,56,.35)}.loading-grid{padding:80px 0;color:var(--muted)}.mobile-nav{display:none}.spotc-footer{width:100%;padding:72px max(24px,calc((100vw - 1440px) / 2 + 24px)) 28px;background:#0d0d0d}.spotc-footer-grid{grid-template-columns:1.55fr repeat(4,minmax(140px,1fr));grid-gap:46px;gap:46px;align-items:start}.spotc-footer h3,.spotc-footer h4,.spotc-footer p{margin:0}.spotc-footer h3{font-size:34px;font-weight:900;letter-spacing:.02em}.spotc-footer h4{margin-bottom:18px;font-weight:800}.spotc-footer-brand p{max-width:340px;margin-top:18px;color:hsla(0,0%,100%,.68);font-size:15px;line-height:1.6}.spotc-footer-column{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.spotc-footer-column a{margin-top:12px;color:hsla(0,0%,100%,.74);font-size:15px;line-height:1.35}.spotc-footer-column a:first-of-type{margin-top:0}.spotc-footer-column a:hover{color:#fff}.spotc-footer-bottom{margin-top:56px;color:hsla(0,0%,100%,.56)}@media (max-width:950px){.desktop-nav{display:none}.product-grid,.spotc-footer-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spotc-footer-brand,.spotc-footer-company{grid-column:1/-1}}@media (max-width:640px){.topbar{height:62px;padding:0 14px}.brand small,.header-actions button:nth-child(-n+3){display:none}.page{width:100%;max-width:100%;margin:0;padding:30px 14px 92px}.hero{margin-bottom:24px}.hero h1{font-size:42px}.hero>p:last-child{font-size:15px}.video-grid{grid-template-columns:1fr;gap:16px}.video-card{border-radius:20px}.video-card video,.video-poster{aspect-ratio:9/12}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:16px}.product-copy{padding:12px}.product-copy h3{font-size:14px}.price{gap:5px;flex-wrap:wrap}.mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:hsla(0,0%,100%,.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mobile-nav a{padding:15px 8px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.mobile-nav a.active{color:var(--ink)}.spotc-footer{padding:54px 24px calc(112px + env(safe-area-inset-bottom))}.spotc-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:40px}.spotc-footer-brand,.spotc-footer-company,.spotc-footer-explore{grid-column:1/-1}.spotc-footer-business{grid-column:1}.spotc-footer-contact{grid-column:2}.spotc-footer h3{font-size:30px}.spotc-footer h4{margin-bottom:15px;font-size:15px}.spotc-footer-brand p{margin-top:15px;font-size:14px}.spotc-footer-column a{margin-top:11px;font-size:14px}.spotc-footer-bottom{margin-top:42px}}.shop-page.page{min-height:0!important}.shop-page .product-grid,.shop-page .product-grid.rich,.shop-page.page{margin-bottom:0!important;padding-bottom:0!important}body:has(.shop-page) footer{margin-top:0!important}@media (max-width:640px){.shop-page.page{padding-bottom:0!important}body:has(.shop-page) .spotc-site-content{min-height:0!important;padding-bottom:84px!important}}.offers-page{position:fixed;top:76px;right:0;bottom:0;left:0;overflow:hidden}.offer-feed{position:absolute;inset:0;padding:0;overflow-x:hidden;overflow-y:auto}.offer-slide{position:relative;width:min(100%,560px);height:100%;min-height:620px;margin:0 auto;overflow:hidden;background:#000;scroll-snap-align:start;scroll-snap-stop:always}.offer-media,.offer-media video,.offer-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-color:#050505;background-position:50%;background-repeat:no-repeat;background-size:cover}.offer-media{cursor:pointer}.offer-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24) 0,rgba(0,0,0,.02) 35%,rgba(0,0,0,.16) 58%,rgba(0,0,0,.92))}.offer-play{position:absolute;top:42%;left:50%;width:64px;height:64px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.22);border-radius:50%;color:#fff;background:rgba(0,0,0,.42);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate(-50%,-50%)}.offer-top-overlay{position:absolute;top:14px;right:14px;left:14px;z-index:4;display:flex;align-items:center;justify-content:space-between}.glass-icon,.near-chip{height:38px;display:flex;align-items:center;gap:7px;border:1px solid hsla(0,0%,100%,.14);border-radius:22px;color:#fff;background:rgba(0,0,0,.42);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.near-chip{padding:0 14px;font-size:13px;font-weight:850}.glass-icon{width:38px;justify-content:center;cursor:pointer}.offer-action-rail{position:absolute;right:12px;bottom:245px;z-index:5;gap:14px}.offer-action-rail,.rail-item{display:flex;flex-direction:column;color:#fff}.rail-item{width:54px;padding:0;align-items:center;gap:4px;border:0;background:transparent;text-shadow:0 2px 10px #000;cursor:pointer}.rail-item,.rail-item span{font-size:10px;font-weight:700}.rail-item span{line-height:1.05}.rail-item.liked{color:#ff4f78}.offer-content{position:absolute;right:76px;bottom:18px;left:14px;z-index:4;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.65)}.business-row{display:flex;align-items:center;gap:11px}.business-logo{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;overflow:hidden;border:1px solid hsla(0,0%,100%,.35);border-radius:15px;background:linear-gradient(135deg,#d7ad65,#5e3a16);font-size:20px;font-weight:950}.business-logo img{width:100%;height:100%;display:block;object-fit:cover}.business-meta{min-width:0}.business-title-row{display:flex;align-items:center;gap:7px;min-width:0}.business-title-row a{min-width:0}.business-title-row h2{margin:0;overflow:hidden;font-size:19px;font-weight:950;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.business-title-row .verified-icon,.offers-page .verified-icon{width:19px;height:19px;flex:0 0 19px;display:block;color:#2196f3;fill:none!important;stroke:currentColor!important;stroke-width:2.5;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transform:translateY(1px)}.business-status-row{margin-top:7px;display:flex;align-items:center;gap:6px;overflow:hidden;color:hsla(0,0%,100%,.78);font-size:11.5px;font-weight:750;white-space:nowrap}.business-status-row span:first-child{display:inline-flex}.open-now{color:#31e878}.closed-now{color:#ff6d6d}.expiry{overflow:hidden;color:#ffbd55;text-overflow:ellipsis}.offer-title{max-width:95%;margin:12px 0 5px;font-size:16px;font-weight:900;line-height:1.25}.offer-address{margin:0;display:flex;align-items:center;gap:5px;overflow:hidden;color:hsla(0,0%,100%,.76);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.offer-products{margin-top:12px;padding-bottom:3px;display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.offer-products::-webkit-scrollbar{display:none}.offer-product-card{position:relative;width:112px;height:78px;flex:0 0 112px;padding:0;overflow:hidden;border:1px solid hsla(0,0%,100%,.22);border-radius:14px;color:#fff;background:#171717}.offer-product-card img{width:100%;height:100%;display:block;object-fit:cover}.product-overlay{position:absolute;right:0;bottom:0;left:0;padding:22px 8px 7px;background:linear-gradient(transparent,rgba(0,0,0,.88));text-align:left}.product-overlay small,.product-overlay strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-overlay strong{font-size:10px}.product-overlay small{margin-top:2px;color:#ffd180;font-size:10px;font-weight:850}.offer-contact-row{margin-top:11px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.offer-contact-row::-webkit-scrollbar{display:none}.offer-contact-row a,.offer-contact-row button{height:34px;padding:0 12px;display:flex;align-items:center;gap:6px;border:1px solid hsla(0,0%,100%,.22);border-radius:18px;color:#fff;background:rgba(0,0,0,.42);font-size:11px;font-weight:850;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}@media (min-width:900px){.offers-page{background:radial-gradient(circle at 50% 28%,#29251f 0,#111 38%,#050505 100%)}.offer-slide{border-right:1px solid hsla(0,0%,100%,.08);border-left:1px solid hsla(0,0%,100%,.08);box-shadow:0 0 80px rgba(0,0,0,.8)}}@media (max-width:640px){.offers-page{height:calc(100dvh - 62px - 47px)}.offer-slide{width:100%;height:100%;min-height:520px}.offer-content{right:68px;bottom:13px;left:12px}.offer-action-rail{right:8px;bottom:226px}.business-logo{width:48px;height:48px;flex-basis:48px}.business-title-row h2{font-size:19px}.business-title-row .verified-icon,.offers-page .verified-icon{width:18px;height:18px;flex-basis:18px;fill:none!important;stroke:currentColor!important}.offer-title{font-size:15px}.offer-products{margin-top:9px}.offer-product-card{width:104px;height:72px;flex-basis:104px}}.shop-page{padding-top:36px;padding-bottom:0!important;min-height:0!important}.shop-hero{margin-bottom:26px;overflow:hidden}.shop-hero h1{max-width:100%;margin-right:0;font-size:clamp(40px,3.8vw,72px);line-height:1.05;white-space:normal;overflow-wrap:anywhere}.shop-toolbar{gap:12px;margin-bottom:16px}.shop-search,.shop-toolbar{display:flex;align-items:center}.shop-search{flex:1 1;height:52px;border:1px solid var(--line);border-radius:16px;background:#fff;gap:10px;padding:0 16px;box-shadow:0 8px 30px rgba(20,16,10,.04)}.shop-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit}.sort-box{height:52px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;padding:0 14px;gap:8px}.sort-box select{border:0;outline:0;background:transparent;font-weight:750}.category-strip{display:flex;gap:9px;overflow-x:auto;padding:2px 0 20px;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-strip button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;white-space:nowrap;font-weight:750;color:var(--muted)}.category-strip button.active{background:#111;color:#fff;border-color:#111}.compare-banner{display:flex;align-items:center;gap:10px;background:#141414;color:#fff;border-radius:17px;padding:13px 15px;margin-bottom:18px}.compare-banner span{color:#aaa;font-size:13px;flex:1 1}.compare-banner button{border:0;border-radius:999px;padding:9px 13px;background:#fff;font-weight:850}.product-grid.rich{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0!important;padding-bottom:0!important}.product-card.rich{transition:transform .25s ease,box-shadow .25s ease}.product-card.rich:hover{transform:translateY(-4px);box-shadow:0 24px 70px rgba(24,18,8,.12)}.product-image-wrap{position:relative}.product-image-wrap .product-image{aspect-ratio:4/5;background-size:cover}.discount-chip{left:10px;background:#111;color:#fff;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:900}.discount-chip,.heart-btn{position:absolute;top:10px}.heart-btn{right:10px;width:36px;height:36px;border:0;border-radius:50%;background:hsla(0,0%,100%,.92);display:grid;place-items:center}.heart-btn.on{color:#e62d5f}.compare-check{position:absolute;left:10px;bottom:10px;display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:#171717;font-size:11px;font-weight:850;cursor:pointer;transition:all .2s ease}.compare-check:hover{background:#f5f5f5}.compare-check svg{color:#171717}.compare-check.on{background:#111;color:#fff;border-color:#111}.compare-check.on svg{color:#fff}.product-brand{text-transform:uppercase;letter-spacing:.09em;font-weight:850;font-size:10px!important}.rating-row{justify-content:space-between;margin-top:9px}.rating-row,.rating-row span{display:flex;align-items:center}.rating-row span{gap:4px;color:#8a621a;font-size:12px;font-weight:850}.rating-row small{color:#6f7b65}.reward-row{margin-top:9px;color:#8b621b;font-size:11px;font-weight:750}.product-actions{grid-template-columns:1fr auto;margin-top:13px}.product-actions button{height:38px;border-radius:11px;font-size:11px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:5px}.product-actions .secondary{border:1px solid var(--line);background:#fff}.product-actions .primary{border:0;background:#111;color:#fff;padding:0 14px}.shop-page+footer,body:has(.shop-page) footer{margin-top:50px!important}body:has(.shop-page) .spotc-site-content{min-height:0!important;padding-bottom:0!important}.spots-page{height:calc(100vh - 76px);overflow:hidden;background:#050505}.spot-feed{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none}.spot-feed::-webkit-scrollbar{display:none}.spot-slide{position:relative;width:min(100%,560px);height:100%;min-height:620px;margin:0 auto;background:#000;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.spot-media,.spot-media video,.spot-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#080808 50%/cover no-repeat}.spot-media{cursor:pointer}.spot-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.22),transparent 38%,rgba(0,0,0,.12) 58%,rgba(0,0,0,.88))}.spot-play{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.45);color:#fff;border:1px solid hsla(0,0%,100%,.25)}.spot-top{position:absolute;left:14px;right:14px;top:14px;display:flex;justify-content:space-between;color:#fff;z-index:4}.spot-top>span{font-size:12px;letter-spacing:.18em;font-weight:950;background:rgba(0,0,0,.38);padding:9px 12px;border-radius:999px}.spot-top>div{display:flex;gap:8px}.spot-top button{width:38px;height:38px;border:1px solid hsla(0,0%,100%,.16);border-radius:50%;background:rgba(0,0,0,.4);color:#fff;display:grid;place-items:center}.spot-rail{position:absolute;right:10px;bottom:145px;gap:16px;z-index:4}.spot-rail,.spot-rail button{display:flex;flex-direction:column}.spot-rail button{width:54px;border:0;background:transparent;color:#fff;align-items:center;gap:4px;text-shadow:0 2px 9px #000}.spot-rail button.liked{color:#ff416c}.spot-rail small{font-size:11px;font-weight:850}.spot-content{position:absolute;left:14px;right:72px;bottom:18px;color:#fff;z-index:4;text-shadow:0 2px 10px #000}.spot-creator{display:flex;align-items:center;gap:10px}.spot-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#ce9d50,#4a250d);border:2px solid #fff;display:grid;place-items:center;font-weight:950}.spot-avatar img{width:100%;height:100%;object-fit:cover}.spot-creator>div:nth-child(2){min-width:0}.creator-title{display:flex;gap:5px;align-items:center}.creator-title span{color:#2e9dff}.spot-creator p{margin:2px 0 0;color:#ddd;font-size:11px}.spot-creator>button{margin-left:auto;border:1px solid hsla(0,0%,100%,.55);border-radius:999px;background:rgba(0,0,0,.3);color:#fff;padding:8px 11px;display:flex;align-items:center;gap:5px;font-weight:850}.spot-caption{font-size:14px;line-height:1.35;margin:11px 0 8px}.spot-meta{display:flex;align-items:center;gap:6px;margin:5px 0;color:#ddd;font-size:11px}@media (min-width:900px){.spots-page{background:radial-gradient(circle at 50% 30%,#26211b,#0b0b0b 45%,#000)}.spot-slide{border-left:1px solid hsla(0,0%,100%,.08);border-right:1px solid hsla(0,0%,100%,.08);box-shadow:0 0 80px rgba(0,0,0,.85)}}@media (max-width:950px){.product-grid.rich{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.shop-page{padding-top:24px;padding-bottom:0!important;min-height:0!important}.shop-hero{margin-bottom:22px;overflow:hidden}.shop-hero h1{max-width:100%;margin:0;font-size:clamp(34px,10.5vw,43px);line-height:1.08;white-space:normal;overflow-wrap:normal;word-break:normal}.shop-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto}.shop-search{min-width:0}.sort-box select{max-width:100px}.compare-banner{flex-wrap:wrap}.compare-banner span{width:100%;order:3}.product-grid.rich{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:0!important;padding-bottom:0!important}.product-actions{grid-template-columns:1fr}.product-actions .primary{height:36px}body:has(.shop-page) .spotc-site-content{min-height:0!important;height:auto!important;padding-bottom:0!important}body:has(.shop-page) footer{margin-top:0!important}body:has(.spots-page),html:has(.spots-page){width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}body:has(.spots-page) .spotc-app-shell,body:has(.spots-page) .spotc-site-content{width:100%!important;max-width:100vw!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}body:has(.spots-page) footer{display:none!important}body:has(.spots-page) .spots-page{position:fixed!important;top:146px!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:calc(100dvh - 145px)!important;min-height:calc(100dvh - 145px)!important;max-height:calc(100dvh - 145px)!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}body:has(.spots-page) .spot-feed{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important;overflow-y:auto!important;background:#000!important}body:has(.spots-page) .spot-slide{width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;margin:0 auto!important;background:#000!important}body:has(.spots-page) .spot-feed:after,body:has(.spots-page) .spotc-app-shell:after,body:has(.spots-page) .spotc-site-content:after,body:has(.spots-page) .spots-page:after,body:has(.spots-page):after{display:none!important;content:none!important}.spot-content{left:12px;right:68px;bottom:14px}.spot-rail{right:7px;bottom:137px}}.feed-search-button{z-index:30;top:88px;height:38px;border:1px solid hsla(0,0%,100%,.25);border-radius:999px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;padding:0 16px;gap:8px;font-weight:850}.feed-search-button,.feed-search-panel{position:fixed;left:50%;transform:translateX(-50%);display:flex;align-items:center}.feed-search-panel{z-index:50;top:82px;width:min(92vw,560px);height:52px;background:#fff;border-radius:16px;box-shadow:0 18px 70px rgba(0,0,0,.35);gap:10px;padding:0 14px}.feed-search-panel input{flex:1 1;border:0;outline:0;font:inherit}.feed-search-panel button{border:0;background:transparent}.business-status-row span:first-child{display:flex;align-items:center;gap:3px}.thumb-products{margin-top:15px}.thumb-products .offer-product-card{width:145px;flex-basis:145px;height:118px}.offer-discount{position:absolute;left:7px;top:7px;z-index:2;background:#ff3d38;border-radius:7px;padding:5px 7px;font-size:10px}.product-overlay small del{color:#aaa;margin-left:4px}.offer-contact-row a,.offer-contact-row button{min-width:0}.offer-contact-row svg{width:17px}.offer-address,.offer-title{display:none}.business-page{min-height:100vh;background:#f7f4ef}.business-hero{max-width:1280px;margin:auto;padding:28px 24px 0}.business-cover{height:300px;border-radius:28px;background:#222 50%/cover no-repeat}.business-profile{position:relative;margin:-58px 30px 0;background:#fff;border-radius:24px;padding:22px;display:flex;align-items:center;gap:18px;box-shadow:0 18px 55px rgba(30,22,10,.12)}.business-page-logo{width:100px;height:100px;border-radius:24px;background:#d9b05b;overflow:hidden;display:grid;place-items:center;font-size:36px;font-weight:950}.business-page-logo img{width:100%;height:100%;object-fit:cover}.business-profile h1{margin:0;display:flex;align-items:center;gap:10px;line-height:1.25;overflow:visible}.verified-icon{width:24px;height:24px;flex:0 0 24px;color:#2196f3;fill:currentColor;display:block}.business-profile p{display:flex;align-items:center;gap:6px;margin:8px 0;color:#666}.business-profile span{color:#178b4e;font-weight:800}.business-cta{margin-left:auto;display:flex;gap:10px}.business-cta a{height:44px;padding:0 16px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;gap:7px;font-weight:850}.business-cta .wa{background:#168b4e}.business-shop{max-width:1280px;margin:34px auto 10px;padding:0 24px}.business-shop-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.business-shop-title small{letter-spacing:.18em;color:#a56b12;font-weight:900}.business-shop-title h2{font-size:36px;margin:5px 0 0}.product-actions a.secondary{border:1px solid var(--line);background:#fff;color:#111;text-decoration:none}.compare-page,.unlock-page{max-width:1100px;margin:0 auto;padding:80px 24px}.compare-table{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.compare-table article{background:#fff;border:1px solid #ddd;border-radius:18px;padding:16px}.compare-table img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.compare-table a{display:block;margin-top:14px;padding:11px;background:#111;color:#fff;border-radius:10px}.compare-table a,.unlock-page{text-align:center}.kms-unlock,.unlock-page button{display:inline-flex;align-items:center;gap:7px;background:#d49a22;color:#111;border:0;border-radius:999px;padding:11px 16px;font-weight:950}.kms-unlock{margin-top:10px;text-decoration:none}.spot-view{width:54px;color:#fff;display:flex;flex-direction:column;align-items:center;gap:4px;text-shadow:0 2px 9px #000}.spot-view small{font-size:11px;font-weight:850}@media(max-width:640px){.feed-search-button{top:72px}.feed-search-panel{top:68px}.thumb-products .offer-product-card{width:145px;flex-basis:145px;height:112px}.offer-content{right:65px}.business-cover{height:210px}.business-profile{margin:-40px 8px 0;padding:15px;align-items:flex-start;flex-wrap:wrap}.business-page-logo{width:74px;height:74px}.business-profile h1{font-size:23px}.business-cta{width:100%;margin:0}.business-cta a{flex:1 1;justify-content:center}.business-shop-title h2{font-size:27px}.compare-table{grid-template-columns:1fr}.spot-rail{gap:12px;bottom:160px}}.header-actions a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:inherit;position:relative}.header-cart b{right:-2px;top:-3px}.product-image{display:block;text-decoration:none}.flow-page,.pd-page{max-width:1240px;margin:0 auto;padding:34px 24px 90px}.pd-top{display:flex;justify-content:space-between;margin-bottom:20px}.pd-top a,.pd-top button{border:0;background:transparent;display:flex;align-items:center;gap:6px;font-weight:800;color:#111}.pd-main{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:48px;gap:48px}.pd-image{aspect-ratio:4/5;border-radius:24px;background:#eee 50%/cover no-repeat;position:relative}.pd-image>span{position:absolute;left:16px;top:16px;background:#111;color:#fff;padding:8px 10px;border-radius:9px;font-weight:900}.pd-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.pd-thumbs button{width:74px;height:74px;border:2px solid transparent;border-radius:12px;padding:0;overflow:hidden;background:#eee}.pd-thumbs button.active{border-color:#111}.pd-thumbs img{width:100%;height:100%;object-fit:cover}.pd-brand{letter-spacing:.1em;font-weight:900;font-size:12px;display:flex;align-items:center;gap:5px;color:#8a621a}.pd-info h1{font-size:44px;line-height:1.03;margin:12px 0}.pd-rating{display:flex;gap:14px;color:#666;font-size:13px}.pd-rating span:first-child{color:#a56b12;display:flex;gap:4px}.pd-price{display:flex;align-items:end;gap:10px;margin:20px 0}.pd-price strong{font-size:34px}.pd-price del{color:#888}.pd-price em{font-style:normal;color:#168b4e;font-weight:800}.pd-delivery{display:flex;gap:12px;background:#e8f7ee;border-radius:16px;padding:14px;margin:18px 0}.pd-delivery small{display:block;color:#54715d;margin-top:3px}.pd-option{margin:18px 0}.pd-option label,.pd-qty label{display:block;font-weight:850;margin-bottom:9px}.pd-option div{display:flex;flex-wrap:wrap;gap:8px}.pd-option button{padding:10px 14px;border:1px solid #ddd;background:#fff;border-radius:10px}.pd-option button.active{background:#111;color:#fff;border-color:#111}.pd-qty{justify-content:space-between;margin:18px 0}.pd-qty,.pd-qty>div{display:flex;align-items:center}.pd-qty>div{border:1px solid #ddd;border-radius:12px;overflow:hidden}.pd-qty button{width:40px;height:40px;border:0;background:#fff}.pd-qty svg{width:16px}.pd-qty strong{width:38px;text-align:center}.pd-actions{display:grid;grid-template-columns:150px 1fr;grid-gap:10px;gap:10px}.pd-actions button{height:52px;border-radius:14px;font-weight:900;display:flex;justify-content:center;align-items:center;gap:8px}.pd-save{background:#fff;border:1px solid #ccc}.pd-add{background:#111;color:#fff;border:0}.pd-compare{margin-top:12px;border:1px solid #d8b56b;background:#151515;color:#fff;border-radius:14px;padding:14px;display:flex;align-items:center;gap:10px;font-weight:850}.pd-compare small{margin-left:auto;color:#aaa}.pd-benefits{display:flex;gap:14px;margin-top:16px;flex-wrap:wrap;color:#666;font-size:12px}.pd-benefits span{display:flex;gap:5px}.pd-benefits svg{width:16px}.pd-details{display:grid;grid-template-columns:2fr 1fr;grid-gap:18px;gap:18px;margin-top:52px}.pd-details article{background:#fff;border:1px solid #e6e0d7;border-radius:20px;padding:22px}.pd-details dl>div{display:flex;justify-content:space-between;border-top:1px solid #eee;padding:11px 0}.review-score{display:flex;gap:14px;align-items:center}.review-score>strong{font-size:50px}.review-score span{color:#c58d20}.review-score small{display:block;color:#777}.pd-related{margin-top:42px}.pd-related>div{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.pd-related a{background:#fff;border:1px solid #e7e1d8;border-radius:16px;padding:10px;color:#111}.pd-related img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.pd-related span,.pd-related strong{display:block;margin-top:7px}.flow-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.flow-head small{letter-spacing:.18em;color:#a56b12;font-weight:900}.flow-head h1{font-size:42px;margin:6px 0}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 370px;grid-gap:24px;gap:24px}.cart-list article{display:grid;grid-template-columns:120px 1fr auto;grid-gap:16px;gap:16px;background:#fff;border:1px solid #e5dfd6;border-radius:18px;padding:14px;margin-bottom:12px}.cart-list img{width:120px;height:130px;object-fit:cover;border-radius:13px}.cart-list h3{margin:5px 0}.cart-list p{color:#777}.cart-controls{display:flex;flex-direction:column;align-items:end;justify-content:space-between}.cart-controls>div{display:flex;align-items:center;border:1px solid #ddd;border-radius:10px}.cart-controls button{border:0;background:#fff;width:35px;height:35px}.cart-controls svg{width:15px}.bill-card,.checkout-card{background:#fff;border:1px solid #e4ddd2;border-radius:20px;padding:20px;height:max-content}.bill-card{position:-webkit-sticky;position:sticky;top:95px}.bill-card p{display:flex;justify-content:space-between;gap:15px}.bill-card .total{font-size:20px}.delivery-note,.payment-selected,.reward-card{display:flex;gap:10px;align-items:center;padding:13px;border-radius:14px;background:#f2ecdf;margin:14px 0}.payment-selected small,.reward-card small{display:block;color:#777}.checkout-btn{width:100%;height:50px;border:0;border-radius:13px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.empty-cart{text-align:center;background:#fff;border:1px solid #e5ded4;border-radius:24px;padding:70px 20px}.empty-cart>svg{width:60px;height:60px}.empty-cart a{display:inline-flex;background:#111;color:#fff;border-radius:999px;padding:12px 20px;margin-top:12px}.checkout-layout>section{display:grid;grid-gap:14px;gap:14px}.checkout-card h2{display:flex;align-items:center;gap:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-grid label{font-size:12px;font-weight:800}.form-grid input,.form-grid textarea{display:block;width:100%;border:1px solid #ddd;border-radius:10px;padding:12px;margin-top:5px;font:inherit}.form-grid .wide{grid-column:1/-1}.success-page{max-width:720px;margin:70px auto;text-align:center;padding:40px}.success-page>svg{width:80px;height:80px;color:#168b4e}.success-page small{display:block;letter-spacing:.2em;color:#a56b12;font-weight:900;margin-top:16px}.success-page h1{font-size:48px}.success-page>div{background:#edf7f0;border-radius:14px;padding:14px;display:flex;gap:8px;justify-content:center}.success-page nav{display:flex;gap:10px;justify-content:center;margin-top:22px}.success-page nav a{padding:12px 18px;border-radius:999px;background:#111;color:#fff}.success-page nav a:last-child{background:#fff;color:#111;border:1px solid #ccc}.orders-list{display:grid;grid-gap:12px;gap:12px}.orders-list article{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5ded4;border-radius:17px;padding:18px}.orders-list article>span{display:flex;align-items:center;gap:7px;text-transform:capitalize;color:#168b4e;font-weight:850}@media(max-width:800px){.cart-layout,.checkout-layout,.pd-details,.pd-main{grid-template-columns:1fr}.pd-info h1{font-size:34px}.pd-related>div{grid-template-columns:repeat(2,1fr)}.bill-card{position:static}.cart-list article{grid-template-columns:90px 1fr}.cart-list img{width:90px;height:105px}.cart-controls{grid-column:1/-1;flex-direction:row}.flow-head h1{font-size:32px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.success-page h1{font-size:36px}.pd-actions{grid-template-columns:1fr}.pd-compare{align-items:flex-start}.pd-compare small{display:none}}.compact-header-actions{align-items:center;gap:8px}.profile-menu-wrap{position:relative}.profile-trigger{width:40px!important;height:40px!important;border:0!important;border-radius:50%!important;background:transparent!important;display:grid!important;place-items:center!important;cursor:pointer}.profile-trigger:hover{background:#fff!important}.profile-dropdown{position:absolute;right:0;top:48px;width:310px;padding:8px;background:#fff;border:1px solid #e5dfd5;border-radius:18px;box-shadow:0 24px 70px rgba(20,16,8,.2);z-index:100}.profile-dropdown a{width:100%;height:auto;min-height:64px;border-radius:12px;padding:11px;display:flex;align-items:flex-start;gap:11px}.profile-dropdown a:hover{background:#f5f1e9}.profile-dropdown a>span{display:flex;flex-direction:column;line-height:1.25}.profile-dropdown strong{font-size:14px}.profile-dropdown small{font-size:11px;color:#777;margin-top:4px}.offer-contact-row-four{display:grid!important;grid-gap:7px;gap:7px}.offer-contact-row-four a{min-width:0!important;padding:0 9px!important;white-space:nowrap}.offer-contact-row-four svg{width:16px;height:16px}.offer-product-card{cursor:pointer;text-decoration:none}.offer-product-card:hover{transform:translateY(-2px)}@media(max-width:700px){.profile-dropdown{position:fixed;right:10px;top:58px;width:min(310px,calc(100vw - 20px))}.offer-contact-row-four{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-contact-row-four a{height:38px!important}.compact-header-actions{gap:4px}.header-cart,.profile-trigger{width:38px!important;height:38px!important}}.header-page-search{width:min(340px,30vw);height:40px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff}.header-page-search input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;font-size:14px}.header-page-search button{border:0;background:transparent;display:grid;place-items:center;padding:2px;cursor:pointer}.header-cart{position:relative}.header-cart b{position:absolute;top:-8px;right:-9px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#111;color:#fff;font-size:10px;line-height:1}.offer-top-overlay{justify-content:flex-end}.offer-products.thumb-products{width:100%;display:flex;gap:9px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.offer-products.thumb-products::-webkit-scrollbar{display:none}.offer-product-card{flex:0 0 150px;min-width:150px;height:116px}.offer-action-rail{bottom:300px}.offer-content{right:14px}.offer-contact-row-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.offer-contact-row-four>a{min-width:0;justify-content:center;white-space:nowrap}@media (max-width:760px){.topbar{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px}.desktop-nav{display:none}.brand{grid-column:1}.header-page-search{grid-column:2;width:100%;height:36px}.header-page-search input{font-size:13px}.compact-header-actions{grid-column:3}.offer-products.thumb-products{margin-right:-2px}.offer-product-card{flex-basis:calc((100vw - 50px) / 2.45);min-width:132px;height:112px}.offer-action-rail{bottom:292px}.offer-contact-row-four{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.offer-contact-row-four>a:nth-child(3){display:none}.offer-contact-row-four>a{padding:9px 4px;font-size:11px}.offer-contact-row-four svg{width:15px;height:15px}.offer-content{left:12px;right:12px;bottom:12px}}@media (max-width:430px){.topbar{padding:0 10px;gap:8px}.brand span{font-size:14px}.header-page-search{height:34px;padding:0 9px}.offer-action-rail{right:7px;bottom:288px}.offer-products.thumb-products{gap:7px}.offer-product-card{flex-basis:128px;min-width:128px;height:108px}.business-logo{width:46px;height:46px;flex-basis:46px}.business-title-row h2{font-size:18px}.business-status-row,.offer-contact-row-four>a{font-size:10px}}.product-actions{display:grid;grid-template-columns:minmax(0,1fr) 82px;grid-gap:8px;gap:8px;width:100%;margin-top:10px}.product-add-button,.product-compare-online{height:40px;min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;border-radius:8px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none}.product-compare-online{min-width:0;padding:0 10px;border:1px solid #dedbd5;background:#fff;color:#111}.product-add-button{width:82px;padding:0 10px;border:1px solid #111;background:#111;color:#fff;cursor:pointer}.product-title-link{color:inherit;text-decoration:none}@media (max-width:600px){.product-actions{grid-template-columns:minmax(0,1fr) 70px;gap:6px}.product-add-button,.product-compare-online{height:38px;min-height:38px;font-size:11px}.product-compare-online{padding:0 7px}.product-add-button{width:70px;padding:0 7px}.product-add-button svg,.product-compare-online svg{width:14px;height:14px}}@media (min-width:761px){.offer-products.thumb-products{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:170px;max-height:430px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;overflow-x:hidden;padding:4px;z-index:8;scrollbar-width:none}.offer-products.thumb-products::-webkit-scrollbar{display:none}.offer-products.thumb-products .offer-product-card{flex:0 0 auto;width:100%;min-width:100%;height:112px}.offer-content{right:205px}.offer-action-rail{right:188px;bottom:190px}}@media (max-width:760px){.offer-products.thumb-products{position:static;transform:none;width:100%;max-height:none;display:flex;flex-direction:row;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 0 4px}.offer-products.thumb-products .offer-product-card{flex:0 0 132px;width:132px;min-width:132px;height:110px}.offer-content{right:12px}.offer-action-rail{right:8px;bottom:290px}}@media (min-width:761px){.offer-feed{padding:0}.offer-desktop-layout{width:min(100%,940px);height:100vh;min-height:100vh;margin:0 auto;display:grid;grid-template-columns:560px minmax(0,320px);justify-content:center;grid-gap:18px;gap:18px;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.offer-desktop-layout .offer-slide{width:560px;height:100vh;min-height:100vh;margin:0;scroll-snap-align:none;scroll-snap-stop:normal;border-left:1px solid hsla(0,0%,100%,.08);border-right:1px solid hsla(0,0%,100%,.08);box-shadow:0 0 80px rgba(0,0,0,.8)}.offer-desktop-layout .offer-content{left:14px;right:76px;bottom:18px}.offer-desktop-layout .offer-action-rail{right:12px;bottom:245px}.offer-products-mobile{display:none!important}.offer-products-panel{height:calc(100% - 32px);margin:16px 0;padding:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);border-radius:22px;background:#111;color:#fff;box-shadow:0 18px 60px rgba(0,0,0,.45)}.offer-products-panel-head{flex:0 0 auto;min-height:82px;padding:18px 18px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#000;border-bottom:1px solid hsla(0,0%,100%,.1)}.offer-products-panel-head small{display:block;margin-bottom:5px;color:#d5aa62;font-size:10px;font-weight:900;letter-spacing:.16em}.offer-products-panel-head h3{margin:0;color:#fff;font-size:20px;font-weight:800}.offer-products-panel-head>span{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:999px;background:hsla(0,0%,100%,.1);color:#fff;font-size:12px;font-weight:900}.offer-products-panel-list{min-height:0;flex:1 1;overflow-y:auto;overflow-x:hidden;padding:12px;display:flex;flex-direction:column;gap:11px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.28) transparent}.offer-products-panel-list::-webkit-scrollbar{width:6px}.offer-products-panel-list::-webkit-scrollbar-track{background:transparent}.offer-products-panel-list::-webkit-scrollbar-thumb{border-radius:999px;background:hsla(0,0%,100%,.28)}.offer-side-product-card{min-height:122px;display:grid;grid-template-columns:102px minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;background:#1b1b1b;color:#fff;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease}.offer-side-product-card:hover{transform:translateY(-2px);background:#252525;border-color:#444}.offer-side-product-image-wrap{position:relative;width:96px;height:96px;overflow:hidden;border-radius:13px;background:#2a2a2a}.offer-side-product-image-wrap img{width:100%;height:100%;display:block;object-fit:cover}.offer-side-product-image-wrap .offer-discount{left:6px;top:6px;padding:4px 6px;font-size:9px}.offer-side-product-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;text-align:left}.offer-side-product-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;line-height:1.25;font-weight:850}.offer-side-product-copy small{display:block;margin-top:9px;color:#ffd180;font-size:13px;font-weight:900}.offer-side-product-copy del{margin-left:5px;color:hsla(0,0%,100%,.48);font-size:11px;font-weight:700}}@media (min-width:761px) and (max-width:980px){.offer-desktop-layout{width:min(100%,840px);grid-template-columns:560px minmax(0,250px);gap:14px}.offer-side-product-card{grid-template-columns:78px minmax(0,1fr);gap:9px}.offer-side-product-image-wrap{width:78px;height:90px}.offer-side-product-copy strong{font-size:13px}}@media (max-width:760px){.offer-desktop-layout{width:100%;height:100dvh;min-height:100dvh;margin:0;display:block;scroll-snap-align:start;scroll-snap-stop:always}.offer-desktop-layout .offer-slide{width:100%;height:100%;min-height:520px;margin:0;scroll-snap-align:none;scroll-snap-stop:normal}.offer-products-panel{display:none}.offer-products-mobile{display:flex}.offer-products-mobile .offer-side-product-image-wrap{display:contents}}@media (min-width:761px){.offer-side-product-card{min-height:122px;display:grid;grid-template-columns:102px minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px;border:1px solid var(--line);border-radius:16px;background:var(--card);color:var(--ink);text-decoration:none;box-shadow:0 8px 24px rgba(24,18,8,.06);transition:transform .25s ease,box-shadow .25s ease}.offer-side-product-card:hover{transform:translateY(-3px);border-color:var(--line);background:var(--card);box-shadow:0 18px 42px rgba(24,18,8,.12)}.offer-side-product-image-wrap{position:relative;width:102px;height:102px;overflow:hidden;border-radius:12px;background:#eee}.offer-side-product-image-wrap img{width:100%;height:100%;display:block;object-fit:cover}.offer-side-product-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;color:var(--ink);text-align:left}.offer-side-product-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0 0 6px;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;line-height:1.3}.offer-side-product-copy small{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:5px;color:var(--ink);font-size:14px;font-weight:800;line-height:1.2}.offer-side-product-copy del{margin-left:0;color:#999;font-size:13px;font-weight:500}.offer-side-product-image-wrap .offer-discount{position:absolute;left:7px;top:7px;z-index:2;padding:5px 7px;border-radius:7px;background:#111;color:#fff;font-size:10px;font-weight:900;line-height:1}.offer-feed{padding:0 24px}.offer-desktop-layout{width:min(100%,910px);height:100%;min-height:620px;margin:0 auto;display:grid;grid-template-columns:560px 330px;grid-gap:20px;gap:20px;align-items:stretch;scroll-snap-align:start;scroll-snap-stop:always}.offer-desktop-layout .offer-slide{width:560px;height:100%;min-height:620px;margin:0;border-left:1px solid hsla(0,0%,100%,.08);border-right:1px solid hsla(0,0%,100%,.08);border-radius:0;box-shadow:0 0 80px rgba(0,0,0,.8)}.offer-desktop-layout .offer-content{right:76px}.offer-desktop-layout .offer-action-rail{right:12px;bottom:245px}.offer-products-mobile{display:none!important}.offer-products-panel{height:calc(100% - 32px);margin:16px 0;padding:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);border-radius:22px;background:#111;color:#fff;box-shadow:0 18px 60px rgba(0,0,0,.45)}.offer-products-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 14px;border-bottom:1px solid hsla(0,0%,100%,.1)}.offer-products-panel-head small{display:block;margin-bottom:4px;color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.13em}.offer-products-panel-head h3{margin:0;color:#fff;font-size:20px;font-weight:800;line-height:1.15}.offer-products-panel-head>span{min-width:28px;height:28px;padding:0 8px;display:grid;place-items:center;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:850}.offer-products-panel-list{min-height:0;flex:1 1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overflow-x:hidden;padding:14px 3px 4px 0;scrollbar-width:thin}.offer-side-product-card{min-height:122px;flex:0 0 auto;display:grid;grid-template-columns:102px minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;background:#1b1b1b;color:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.offer-side-product-card:hover{transform:translateY(-2px);background:#252525;border-color:#444;box-shadow:0 14px 34px rgba(0,0,0,.28)}.offer-side-product-image-wrap{position:relative;width:102px;height:102px;overflow:hidden;border-radius:12px;background:#eee}.offer-side-product-image-wrap img{width:100%;height:100%;display:block;object-fit:cover}.offer-side-product-image-wrap .offer-discount{position:absolute;left:7px;top:7px;z-index:2;padding:5px 7px;border-radius:7px;background:#111;color:#fff;font-size:10px;font-weight:900;line-height:1}.offer-side-product-copy{display:flex;flex-direction:column;justify-content:center;color:#fff}.offer-side-product-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0 0 8px;color:#fff;font-size:16px;font-weight:700;line-height:1.3}.offer-side-product-copy small{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#fff;font-size:14px;font-weight:800;line-height:1.2}.offer-side-product-copy del{color:#8d8d8d;font-size:13px;font-weight:500}}@media (max-width:760px){.offer-desktop-layout{width:100%;height:100%;min-height:520px;scroll-snap-align:start;scroll-snap-stop:always}.offer-products-panel{display:none!important}.offer-products-mobile{display:flex}}.spot-top{justify-content:flex-start}.spot-location-status{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:9px}.spot-location-status>span{min-height:28px;padding:6px 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;background:rgba(0,0,0,.42);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:11px;font-weight:850;text-shadow:0 2px 8px #000}.spot-location-status .spot-gps-verified{border-color:rgba(81,204,124,.55);background:rgba(20,112,56,.45);color:#80f4a8}.spot-area-name{margin-top:7px}.spot-unlock-button{margin-top:11px;min-height:40px;padding:0 15px;justify-content:center;border:1px solid rgba(255,220,143,.75);background:linear-gradient(135deg,#f2b774,#d99b2b);color:#101010;box-shadow:0 10px 30px rgba(217,155,43,.24);text-shadow:none}.spot-unlock-button:hover{transform:translateY(-1px);filter:brightness(1.04)}@media (max-width:640px){.spot-content{right:68px}.spot-location-status{gap:5px}.spot-location-status>span{padding:5px 8px;font-size:10px}.spot-unlock-button{min-height:38px;padding:0 12px;font-size:12px}}.hidden-spot-page{min-height:calc(100vh - 76px);padding:54px 20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 15%,#27352e,#111 46%,#050505);color:#fff}.hidden-spot-card{width:min(100%,620px);padding:28px;border:1px solid hsla(0,0%,100%,.12);border-radius:28px;background:hsla(0,0%,6%,.92);box-shadow:0 30px 100px rgba(0,0,0,.55);text-align:center}.hidden-spot-back{width:max-content;display:flex;align-items:center;gap:7px;color:hsla(0,0%,100%,.72);font-size:13px;font-weight:800}.hidden-spot-icon{width:76px;height:76px;margin:30px auto 18px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#f2b774,#b8751e);color:#111;box-shadow:0 16px 45px hsla(32,83%,70%,.24)}.hidden-spot-card>small{color:#f2b774;font-size:11px;font-weight:950;letter-spacing:.18em}.hidden-spot-card h1{margin:12px auto;max-width:520px;font-size:clamp(30px,5vw,48px);line-height:1.05}.hidden-spot-card>p{max-width:480px;margin:18px auto;color:hsla(0,0%,100%,.7);line-height:1.65}.hidden-spot-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:20px 0}.hidden-spot-trust span{display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(81,204,124,.4);border-radius:999px;background:rgba(81,204,124,.1);color:#7bea9e;font-size:12px;font-weight:800}.hidden-spot-card>button{min-width:230px;height:52px;margin-top:8px;border:0;border-radius:16px;background:linear-gradient(135deg,#f2b774,#d99b2b);color:#111;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:950;cursor:pointer}.hidden-spot-card>button:disabled{cursor:not-allowed;opacity:.55}.hidden-spot-message{color:#f2b774!important;font-weight:800}@media (max-width:640px){.hidden-spot-page{min-height:calc(100dvh - 62px - 47px);padding:22px 12px}.hidden-spot-card{padding:20px 16px;border-radius:22px}}.spot-unlock-app-page{min-height:calc(100vh - 76px);background:#000;color:#fff;padding:28px 18px 110px}.spot-unlock-app-shell{width:min(100%,760px);margin:0 auto}.spot-unlock-app-header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.spot-unlock-app-header h1{margin:0;font-size:28px}.spot-home-button{width:48px;height:48px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.18);border-radius:50%;background:#1a1a1a}.spot-unlock-creator-card{padding:22px;display:flex;align-items:center;gap:18px;border:1px solid hsla(0,0%,100%,.16);border-radius:24px;background:#151515}.spot-unlock-avatar{width:82px;height:82px;flex:0 0 82px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#ef7400;font-size:34px;font-weight:900}.spot-unlock-avatar img{width:100%;height:100%;object-fit:cover}.spot-unlock-creator-card span,.spot-unlock-creator-card strong{display:block}.spot-unlock-creator-card strong{font-size:22px}.spot-unlock-creator-card span{margin-top:6px;color:#aaa;font-size:17px}.spot-unlock-caption{margin:30px 0;font-size:clamp(30px,5vw,46px);line-height:1.1}.spot-unlock-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.spot-unlock-stats article{min-height:138px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.15);border-radius:22px;background:#151515}.spot-unlock-stats svg{width:30px;height:30px;color:#f2b774}.spot-unlock-stats strong{margin-top:10px;font-size:22px}.spot-unlock-stats span{margin-top:4px;color:#999}.spot-nearby-card,.spot-unlock-trust-card,.spot-weather-card{margin-top:22px;padding:24px;border-radius:26px}.spot-unlock-trust-card{border:1px solid hsla(32,83%,70%,.45);background:linear-gradient(135deg,#25170a,#111)}.spot-unlock-trust-card>div{display:flex;align-items:center;gap:11px;padding:8px 0}.spot-unlock-trust-card svg{color:#57d77e}.spot-weather-card{border:1px solid rgba(60,180,255,.5);background:radial-gradient(circle at 20% 0,rgba(15,107,151,.35),transparent 45%),linear-gradient(135deg,#072435,#050505)}.spot-weather-head{display:flex;align-items:center;gap:12px}.spot-weather-head>strong{font-size:22px;flex:1 1}.spot-weather-head>span{padding:5px 10px;border:1px solid #43d276;border-radius:999px;color:#43d276;font-size:12px;font-weight:900}.spot-weather-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:hsla(0,0%,100%,.1);color:#63c7ff}.spot-weather-card h3{margin:22px 0 4px;font-size:52px}.spot-weather-card>p{color:#bbb}.spot-weather-chips{margin-top:22px;display:flex;flex-wrap:wrap;gap:9px}.spot-weather-chips span{padding:9px 12px;display:inline-flex;align-items:center;gap:5px;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;background:hsla(0,0%,100%,.08);color:#ddd;font-size:13px;font-weight:700}.spot-nearby-card{border:1px solid hsla(32,83%,70%,.42);background:linear-gradient(135deg,#281b0d,#101010)}.spot-nearby-title{display:flex;align-items:center;gap:9px;margin-bottom:18px}.spot-nearby-title svg{color:#f2b774}.spot-nearby-title strong{font-size:21px}.spot-nearby-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.spot-nearby-grid a{padding:12px;border:1px solid hsla(0,0%,100%,.12);border-radius:18px;background:#161616}.spot-nearby-image{height:140px;overflow:hidden;border-radius:14px;background:#242424;display:grid;place-items:center}.spot-nearby-image img{width:100%;height:100%;object-fit:cover}.spot-nearby-grid small,.spot-nearby-grid span,.spot-nearby-grid strong{display:block}.spot-nearby-grid strong{margin-top:10px}.spot-nearby-grid span{margin-top:4px;color:#aaa;font-size:13px}.spot-nearby-grid small{margin-top:7px;color:#bbb;display:flex;align-items:center;gap:5px}.spot-unlock-message{color:#f2b774;text-align:center;font-weight:800}.spot-unlock-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:14px 18px 20px;border-top:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.spot-unlock-bottom-bar button{width:min(100%,760px);height:58px;margin:0 auto;border:0;border-radius:18px;background:#f2b774;color:#111;display:flex;align-items:center;justify-content:center;gap:9px;font-size:18px;font-weight:900;cursor:pointer}@media(max-width:640px){.spot-unlock-app-page{min-height:calc(100dvh - 62px - 47px);padding:20px 14px 108px}.spot-unlock-app-header h1{font-size:24px}.spot-unlock-creator-card{padding:18px}.spot-unlock-avatar{width:68px;height:68px;flex-basis:68px}.spot-unlock-stats{gap:10px}.spot-unlock-stats article{min-height:120px;padding:12px}.spot-weather-card h3{font-size:44px}.spot-nearby-grid{grid-template-columns:1fr 1fr}}.spot-unlock-old-desktop{padding-left:24px;padding-right:24px}.spot-unlock-desktop-grid{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);grid-gap:24px;gap:24px;align-items:start}.spot-unlock-left-column,.spot-unlock-right-column{min-width:0}.spot-unlock-right-column{padding-top:64px}.spot-unlock-right-column .spot-nearby-card{margin-top:0}.spot-nearby-video-list{display:flex;flex-direction:column;gap:14px}.spot-nearby-video-card{display:block;overflow:hidden;border:1px solid hsla(32,83%,70%,.42);border-radius:22px;background:#111}.spot-nearby-video-media{position:relative;height:275px;overflow:hidden;background:#171717}.spot-nearby-video-media img,.spot-nearby-video-media video{width:100%;height:100%;display:block;object-fit:cover}.spot-nearby-video-media>svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#f2b774}.spot-nearby-video-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06) 20%,rgba(0,0,0,.3) 55%,rgba(0,0,0,.92))}.spot-nearby-premium{position:absolute;right:12px;top:12px;min-height:29px;padding:0 11px;display:inline-flex;align-items:center;gap:5px;border:1px solid hsla(32,83%,70%,.8);border-radius:999px;background:hsla(32,83%,70%,.18);color:#ffd28d;font-size:11px;font-weight:900}.spot-nearby-video-copy{position:absolute;left:14px;right:14px;bottom:13px;color:#fff;text-shadow:0 2px 10px #000}.spot-nearby-video-copy small,.spot-nearby-video-copy span,.spot-nearby-video-copy strong{display:flex;align-items:center}.spot-nearby-video-copy strong{font-size:18px;font-weight:900}.spot-nearby-video-copy span{margin-top:3px;color:hsla(0,0%,100%,.78);font-size:12px;font-weight:700}.spot-nearby-video-copy b{width:max-content;max-width:100%;margin-top:8px;padding:6px 9px;display:block;overflow:hidden;border:1px solid rgba(81,204,124,.42);border-radius:999px;background:rgba(25,125,60,.68);color:#89f2aa;font-size:11px;font-weight:900;white-space:nowrap;text-overflow:ellipsis}.spot-nearby-video-copy small{gap:5px;margin-top:8px;color:hsla(0,0%,100%,.78);font-size:11px;font-weight:750}@media(max-width:900px){.spot-unlock-desktop-grid{grid-template-columns:1fr}.spot-unlock-right-column{padding-top:0}.spot-nearby-video-media{height:280px}}@media(max-width:640px){.spot-unlock-old-desktop{padding-left:14px;padding-right:14px}.spot-unlock-desktop-grid{display:block}.spot-unlock-right-column{margin-top:22px}.spot-nearby-video-media{height:210px}}.product-stock-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.delivery-chip{min-height:25px;padding:4px 8px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#eef8f1;color:#177a43;font-size:13px;font-weight:800;white-space:nowrap}.delivery-chip svg{width:13px;height:13px}.product-stock-row small{margin-left:auto;color:#6f7b65;font-size:12px;font-weight:500;white-space:nowrap}.spotc-footer{margin-top:50px!important;background:#111;color:#fff;padding:60px 24px 24px}.spotc-footer-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:40px;gap:40px}.spotc-footer h3{margin:0 0 14px;font-size:30px}.spotc-footer h4{margin:0 0 14px;font-size:16px}.spotc-footer p{color:#bdbdbd;line-height:1.7}.spotc-footer a{display:block;margin:10px 0;color:#d9d9d9;text-decoration:none}.spotc-footer a:hover{color:#fff}.spotc-footer-bottom{max-width:1280px;margin:20px auto 0;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.12);text-align:center;color:#9c9c9c;font-size:13px}@media (max-width:900px){.spotc-footer-grid{grid-template-columns:1fr;gap:10px}.spotc-footer{margin-top:50!important;background:#111;color:#fff;padding:60px 24px 24px}}body,html{min-height:100%}.offers-page{position:fixed!important;top:76px!important;right:0!important;bottom:0!important;left:0!important;width:auto!important;padding:0!important;overflow:hidden!important;background:#080808}.offer-feed,.offers-page{height:auto!important;min-height:0!important;margin:0!important}.offer-feed{position:absolute!important;inset:0!important;width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;scroll-snap-type:y mandatory;overscroll-behavior-y:contain;scrollbar-width:none}.offer-feed::-webkit-scrollbar{display:none}@media (min-width:761px){.offer-desktop-layout{width:min(100%,910px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:560px 330px!important;grid-gap:20px!important;gap:20px!important;align-items:stretch!important;scroll-snap-align:start;scroll-snap-stop:always}.offer-desktop-layout,.offer-desktop-layout .offer-slide{height:100%!important;min-height:100%!important;max-height:100%!important;overflow:hidden!important}.offer-desktop-layout .offer-slide{width:560px!important;margin:0!important;scroll-snap-align:none;scroll-snap-stop:normal}.offer-products-panel{height:calc(100% - 32px)!important;min-height:0!important;max-height:calc(100% - 32px)!important;margin:16px 0!important;overflow:hidden!important}.offer-products-panel-list{min-height:0!important;flex:1 1 auto!important;overflow-x:hidden!important;overflow-y:auto!important}}@media (max-width:760px){body:has(.offers-page),html:has(.offers-page){width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}body:has(.offers-page) .spotc-app-shell,body:has(.offers-page) .spotc-site-content{width:100%!important;max-width:100vw!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}.offers-page{top:62px!important;bottom:auto!important;height:calc(100dvh - 61px)!important;min-height:calc(100dvh - 61px)!important;max-height:calc(100dvh - 61px)!important;overflow:hidden!important}.offer-feed,.offers-page{right:0!important;left:0!important;width:100%!important;margin:0!important;padding:0!important;background:#000!important}.offer-feed{position:absolute!important;top:0!important;bottom:0!important;height:100%!important;min-height:100%!important;max-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.offer-desktop-layout{display:block!important;scroll-snap-align:start;scroll-snap-stop:always}.offer-desktop-layout,.offer-desktop-layout .offer-slide{width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;margin:0!important;overflow:hidden!important}.offer-desktop-layout .offer-slide{scroll-snap-align:none;scroll-snap-stop:normal}.offer-products-panel{display:none!important}.offer-products-mobile{display:flex!important}}@media (max-width:430px){.offers-page{top:62px!important;right:0!important;bottom:auto!important;left:0!important;height:calc(100dvh - 61px)!important;min-height:calc(100dvh - 61px)!important;max-height:calc(100dvh - 61px)!important}}@media (max-width:760px){body:has(.offers-page) .topbar{padding-left:12px!important;padding-right:10px!important;gap:8px!important}body:has(.offers-page) .brand span{font-size:18px!important;line-height:1!important;font-weight:900!important;letter-spacing:.12em!important}body:has(.offers-page) .header-page-search{height:40px!important;padding:0 11px!important}body:has(.offers-page) .header-page-search input{font-size:15px!important;line-height:1.2!important}body:has(.offers-page) .header-page-search svg{width:22px!important;height:22px!important}body:has(.offers-page) .header-login-register{min-height:40px!important;padding:0 12px!important;font-size:13px!important;line-height:1.05!important;font-weight:800!important}body:has(.offers-page) .profile-avatar-trigger{width:40px!important;height:40px!important}.offers-page .offer-content{left:12px!important;right:12px!important;bottom:12px!important}.offers-page .business-row{gap:11px!important}.offers-page .business-logo{width:52px!important;height:52px!important;flex:0 0 52px!important;border-radius:14px!important}.offers-page .business-title-row{gap:7px!important}.offers-page .business-title-row h2{margin:0!important;font-size:21px!important;line-height:1.1!important;font-weight:900!important}.offers-page .business-title-row .verified-icon{width:23px!important;height:23px!important;flex:0 0 23px!important}.offers-page .business-status-row{gap:6px!important;margin-top:7px!important;font-size:13px!important;line-height:1.2!important;font-weight:750!important}.offers-page .business-status-row svg{width:14px!important;height:14px!important}.offers-page .closed-now,.offers-page .expiry,.offers-page .open-now{font-size:13px!important;font-weight:800!important}.offers-page .offer-action-rail{right:7px!important;bottom:305px!important;gap:15px!important}.offers-page .rail-item{width:58px!important;gap:4px!important;font-size:14px!important;line-height:1.05!important;font-weight:800!important}.offers-page .rail-item svg{width:28px!important;height:28px!important}.offers-page .rail-item span{font-size:14px!important;font-weight:800!important}.offers-page .offer-products.thumb-products{width:100%!important;gap:9px!important;margin-top:13px!important;padding:2px 0 4px!important}.offers-page .offer-products.thumb-products .offer-product-card{flex:0 0 142px!important;width:142px!important;min-width:142px!important;height:122px!important;border-radius:15px!important}.offers-page .offer-discount{top:7px!important;left:7px!important;padding:6px 8px!important;border-radius:8px!important;font-size:13px!important;line-height:1!important;font-weight:900!important}.offers-page .product-overlay{padding:31px 9px 8px!important}.offers-page .product-overlay strong{font-size:14px!important;line-height:1.15!important;font-weight:800!important}.offers-page .product-overlay small{margin-top:3px!important;font-size:14px!important;line-height:1.1!important;font-weight:900!important}.offers-page .product-overlay small del{margin-left:4px!important;font-size:12px!important}.offers-page .offer-contact-row{gap:8px!important;margin-top:13px!important}.offers-page .offer-contact-row-four{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important}.offers-page .offer-contact-row-four>a{height:46px!important;min-height:46px!important;padding:0 6px!important;justify-content:center!important;gap:7px!important;border-radius:24px!important;font-size:14px!important;line-height:1!important;font-weight:800!important}.offers-page .offer-contact-row-four svg{width:20px!important;height:20px!important;flex:0 0 20px!important}.offers-page .offer-contact-row-four>a:nth-child(3){display:none!important}body:has(.offers-page) .mobile-nav a{padding:15px 8px!important;font-size:16px!important;line-height:1.05!important;font-weight:700!important}}@media (max-width:380px){body:has(.offers-page) .brand span{font-size:16px!important}body:has(.offers-page) .header-page-search input{font-size:14px!important}body:has(.offers-page) .header-login-register{padding:0 9px!important;font-size:12px!important}.offers-page .business-title-row h2{font-size:20px!important}.offers-page .business-status-row,.offers-page .closed-now,.offers-page .expiry,.offers-page .open-now{font-size:12px!important}.offers-page .offer-products.thumb-products .offer-product-card{flex-basis:134px!important;width:134px!important;min-width:134px!important;height:118px!important}.offers-page .offer-contact-row-four>a{font-size:13px!important}body:has(.offers-page) .mobile-nav a{font-size:15px!important}}@media (max-width:760px){.spotc-app-shell-offers,.spotc-app-shell-offers .spotc-site-content,body:has(.offers-page),html:has(.offers-page){min-height:100%!important;margin:0!important;padding-bottom:0!important;background:#000!important}body:has(.offers-page) footer{display:none!important}body:has(.offers-page) .offers-page{top:62px!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:calc(100dvh - 61px)!important;min-height:calc(100dvh - 61px)!important;max-height:calc(100dvh - 61px)!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}body:has(.offers-page) .offer-feed:after,body:has(.offers-page) .offers-page:after,body:has(.offers-page) .spotc-app-shell:after,body:has(.offers-page) .spotc-site-content:after,body:has(.offers-page):after{display:none!important;content:none!important}}