.deals-bg{background:#f0ede6}.deals-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.deal-card{cursor:pointer;border-top:5px solid var(--c-red);background:#fff;border-radius:20px;flex-direction:column;transition:all .3s cubic-bezier(.22,1,.36,1);animation:.45s cubic-bezier(.22,1,.36,1) forwards tktIn;display:flex;position:relative;overflow:hidden}.deal-card:hover{transform:translateY(-5px)scale(1.01);box-shadow:0 12px 32px #11223124}.deal-image{aspect-ratio:16/11;background:#f0ede6;border-radius:18px 18px 0 0;width:100%;max-height:176px;position:relative;overflow:hidden}.deal-image-photo{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0}.deal-card:hover .deal-image-photo{transform:scale(1.3)}.deal-cat-tag{background:var(--c-navy);color:var(--c-white);letter-spacing:.3px;white-space:nowrap;border-radius:20px;padding:5px 12px;font-size:10px;font-weight:600;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #1122312e}.deal-crown-tag{z-index:5;color:#fff;background:#112231;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 3px 10px #11223159,0 0 0 2px #fff}.deal-body{border-radius:0 0 18px 18px;flex-direction:column;flex:1;gap:6px;padding:24px 16px 16px;display:flex;position:relative}.deal-body:before,.deal-body:after{content:"";z-index:3;background:#f0ede6;border-radius:50%;width:20px;height:20px;position:absolute;top:-10px}.deal-body:before{left:-10px}.deal-body:after{right:-10px}.deal-brand-ic{z-index:4;background:0 0;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;top:-68px;left:14px;overflow:hidden;box-shadow:0 4px 12px #1122312e}.deal-lock-icon{background:var(--c-navy);width:28px;height:28px;color:var(--c-white);z-index:4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-14px;right:14px;box-shadow:0 2px 6px #11223140}.deal-name{color:var(--c-navy);letter-spacing:-.2px;font-family:larken_demobold,Cormorant Garamond,Georgia,Times New Roman,serif;font-size:24px;font-weight:700;line-height:1.15}.deal-bottom-row{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.deal-discount{color:var(--c-red);letter-spacing:-.5px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:30px;font-weight:800;line-height:1}.deal-arrow-btn{cursor:pointer;background:var(--c-red);width:38px;height:38px;color:var(--c-white);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #ff4f4059}.deal-card:hover .deal-arrow-btn{transform:translate(2px);box-shadow:0 6px 18px #ff4f4080}.deal-arrow-btn:hover{background:#e8443a}.deals-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.see-all-btn{color:var(--c-red);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:flex}.see-all-btn:hover{text-decoration:underline}@media (max-width:1100px){.deals-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.deals-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:686px){.deals-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.deals-grid{grid-template-columns:repeat(2,1fr);gap:12px}.deal-card{border-top-width:3.5px;border-radius:14px}.deal-image{border-radius:10px 10px 0 0}.deal-body{border-radius:0 0 10px 10px;gap:4px;padding:16px 10px 10px}.deal-body:before,.deal-body:after{width:12px;height:12px;top:-6px}.deal-body:before{left:-6px}.deal-body:after{right:-6px}.deal-brand-ic{border-radius:8px;width:36px;height:36px;top:-46px;left:8px}.deal-brand-ic svg{width:24px;height:24px}.deal-lock-icon{width:20px;height:20px;top:-10px;right:8px}.deal-lock-icon svg{width:10px;height:10px}.deal-name{font-size:14px;font-weight:700}.deal-discount{font-size:24px}.deal-arrow-btn{width:26px;height:26px}.deal-cat-tag{padding:3px 8px;font-size:8px;top:6px;right:6px}}@media screen and (max-width:360px){.deals-grid{grid-template-columns:repeat(1,1fr);gap:12px}.deal-card{border-top-width:4px;border-radius:16px}.deal-image{border-radius:12px 12px 0 0;max-height:200px}.deal-body{border-radius:0 0 12px 12px;gap:6px;padding:20px 14px 14px}.deal-body:before,.deal-body:after{width:14px;height:14px;top:-7px}.deal-body:before{left:-7px}.deal-body:after{right:-7px}.deal-brand-ic{border-radius:10px;width:44px;height:44px;top:-54px;left:10px}.deal-brand-ic svg{width:30px;height:30px}.deal-lock-icon{width:24px;height:24px;top:-12px;right:10px}.deal-lock-icon svg{width:12px;height:12px}.deal-name{font-size:18px;font-weight:700}.deal-discount{font-size:26px}.deal-arrow-btn{width:32px;height:32px}.deal-cat-tag{padding:4px 10px;font-size:9px;top:8px;right:8px}}
