.ht-offers{font-family:var(--font-family-bilingual, "Inter", "Noto Sans Bengali", system-ui, sans-serif);background:#f5f6f8;padding-bottom:5rem}.ht-offers__hero{background:linear-gradient(135deg,#12121f,#1c1830,#1f1520);padding:3rem 0;margin-bottom:2.5rem;text-align:center;position:relative;overflow:hidden}.ht-offers__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 65% 50%,rgba(229,30,37,.18) 0%,transparent 60%),radial-gradient(ellipse at 20% 50%,rgba(31,127,62,.12) 0%,transparent 55%);pointer-events:none}.ht-offers__eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-secondary, #E51E25);margin:0 0 .6rem;position:relative}.ht-offers__hero-title{font-size:24px;font-weight:800;color:#fff;margin:0 0 .7rem;position:relative}.ht-offers__hero-desc{font-size:11px;color:#fff9;margin:0;position:relative}.ht-offers__filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.ht-offers__filter-btn{padding:.5rem 1.2rem;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;font-family:inherit;font-size:10px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.ht-offers__filter-btn:hover{border-color:var(--color-secondary, #E51E25);color:var(--color-secondary, #E51E25)}.ht-offers__filter-btn.is-active{background:var(--color-secondary, #E51E25);border-color:var(--color-secondary, #E51E25);color:#fff}.ht-offers__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ht-offers__card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e9eaec;box-shadow:0 1px 6px #0000000d;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.ht-offers__card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.ht-offers__card-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f3f4f6}.ht-offers__card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ht-offers__card:hover .ht-offers__card-img{transform:scale(1.04)}.ht-offers__card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.ht-offers__card-img-placeholder svg{width:56px;height:56px;fill:#d1d5db}.ht-offers__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-secondary, #E51E25);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .65rem;border-radius:20px;z-index:1}.ht-offers__card-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;flex:1}.ht-offers__card-meta{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.75rem}.ht-offers__meta-item{display:inline-flex;align-items:center;gap:.35rem;font-size:11px;color:#9ca3af;line-height:1.3}.ht-offers__meta-item svg{width:13px;height:13px;fill:var(--color-primary, #1F7F3E);flex-shrink:0}.ht-offers__card-title{font-size:11px;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.35}.ht-offers__card-desc{font-size:10px;color:#6b7280;line-height:1.55;margin:0 0 1.1rem;flex:1}.ht-offers__view-btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--color-primary, #1F7F3E);color:#fff;border:none;border-radius:7px;padding:.65rem 1.2rem;font-family:inherit;font-size:10px;font-weight:700;cursor:pointer;transition:filter .2s;align-self:flex-start}.ht-offers__view-btn svg{width:14px;height:14px;fill:currentColor}.ht-offers__view-btn:hover{filter:brightness(1.12)}.ht-offers__empty{text-align:center;padding:5rem 2rem;background:#fff;border-radius:16px;border:1px solid #e9eaec}.ht-offers__empty svg{width:52px;height:52px;fill:#d1d5db;margin-bottom:1rem}.ht-offers__empty h3{font-size:13px;font-weight:700;color:#374151;margin:0 0 .5rem}.ht-offers__empty p{font-size:11px;color:#9ca3af;margin:0}.ht-offers__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:1.5rem}.ht-offers__modal.is-visible{display:flex}.ht-offers__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;opacity:0;transition:opacity .28s ease}.ht-offers__modal.is-open .ht-offers__modal-backdrop{opacity:1}.ht-offers__modal-box{position:relative;background:#fff;border-radius:18px;width:100%;max-width:860px;max-height:90vh;overflow-y:auto;z-index:1;opacity:0;transform:scale(.93) translateY(12px);transition:opacity .28s ease,transform .28s ease;box-shadow:0 32px 80px #00000059}.ht-offers__modal.is-open .ht-offers__modal-box{opacity:1;transform:scale(1) translateY(0)}.ht-offers__modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.ht-offers__modal-close:hover{background:#e5e7eb}.ht-offers__modal-close svg{width:20px;height:20px;fill:#374151}.ht-offers__modal-inner{display:grid;grid-template-columns:280px 1fr}.ht-offers__modal-img-wrap{background:#f3f4f6;border-radius:18px 0 0 18px;overflow:hidden;aspect-ratio:1;align-self:stretch}.ht-offers__modal-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.ht-offers__modal-content{padding:2.2rem 2rem 2rem;display:flex;flex-direction:column}.ht-offers__modal-meta{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.ht-offers__modal-title{font-size:15px;font-weight:800;color:#111827;margin:0 0 .8rem;line-height:1.3;padding-right:2rem}.ht-offers__modal-desc{font-size:11px;color:#4b5563;line-height:1.7;margin:0 0 1.2rem}.ht-offers__modal-details{font-size:10px;color:#4b5563;line-height:1.7;background:#f9fafb;border-radius:10px;padding:1rem 1.2rem;margin-bottom:1.5rem;border-left:3px solid var(--color-primary, #1F7F3E)}.ht-offers__modal-details ul{padding-left:1.2rem;margin:0}.ht-offers__modal-details li{margin-bottom:.3rem}.ht-offers__modal-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-secondary, #E51E25);color:#fff;text-decoration:none;padding:.85rem 1.8rem;border-radius:8px;font-weight:700;font-size:11px;transition:filter .2s;align-self:flex-start;margin-top:auto}.ht-offers__modal-cta svg{width:16px;height:16px;fill:currentColor}.ht-offers__modal-cta:hover{filter:brightness(1.1)}@media screen and (max-width:989px){.ht-offers__grid{grid-template-columns:repeat(2,1fr)}.ht-offers__modal-inner{grid-template-columns:1fr}.ht-offers__modal-img-wrap{border-radius:18px 18px 0 0;max-height:260px;aspect-ratio:unset}}@media screen and (max-width:749px){.ht-offers__hero-title{font-size:18px}.ht-offers__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ht-offers__modal-box{border-radius:14px}.ht-offers__modal-content{padding:1.4rem}}@media screen and (max-width:480px){.ht-offers__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hightech-offers.css.map */
