@use "@/assets/css/breakpoints" as bp;._offer-module__AcabZG__wrapper{max-width:1200px;margin:0 auto;padding:2rem 1rem}._offer-module__AcabZG__header{text-align:center;margin-bottom:2rem}._offer-module__AcabZG__mainTitle{margin-bottom:.75rem}._offer-module__AcabZG__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.5}._offer-module__AcabZG__subtitle:after{content:"";background-color:#f4a024;width:50px;height:3px;margin:1.5rem auto 0;display:block}._offer-module__AcabZG__container{flex-direction:column;gap:5rem;display:flex}._offer-module__AcabZG__section{margin-bottom:2rem}._offer-module__AcabZG__sectionTitle{color:#333;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:inline-block;position:relative}._offer-module__AcabZG__sectionTitle:after{content:"";background-color:#f4a024;width:100%;height:3px;position:absolute;bottom:-8px;left:0}._offer-module__AcabZG__offerGrid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}._offer-module__AcabZG__takeawayGrid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}._offer-module__AcabZG__offerItemContainer{background-color:#fff;border-radius:8px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}._offer-module__AcabZG__offerItemContainer:hover{transform:translateY(-5px)}._offer-module__AcabZG__offerItemContainer:hover ._offer-module__AcabZG__offerImage{transform:scale(1.05)}._offer-module__AcabZG__offerItem{flex:1;text-decoration:none;display:block}._offer-module__AcabZG__imageWrapper{width:100%;position:relative;overflow:hidden}._offer-module__AcabZG__offerImage{object-fit:contain;width:100%;height:auto;transition:transform .5s;display:block}._offer-module__AcabZG__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0}._offer-module__AcabZG__offerTitle{color:#fff;text-transform:capitalize;font-size:1.25rem;font-weight:600}@include bp.lg{font-size: 1.5rem;}._offer-module__AcabZG__offerButton{text-align:center;color:#fff;background-color:#f4a024;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:block}._offer-module__AcabZG__offerButton:hover{color:#fff;background-color:#c88313}._offer-module__AcabZG__takeawayOffer{background-color:#fff;border:2px dashed #ddd;border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}._offer-module__AcabZG__takeawayOffer:hover{border-color:#f4a024;transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}._offer-module__AcabZG__takeawayContent{flex-direction:column;gap:.75rem;display:flex}._offer-module__AcabZG__couponCode{color:#f4a024;letter-spacing:.5px;cursor:pointer;background-color:#fff8e7;border:1px dashed #f4a024;border-radius:4px;justify-content:space-between;padding:.5rem 1rem;font-family:monospace;font-size:1.2rem;font-weight:600;display:flex}._offer-module__AcabZG__offerDetails{flex-direction:column;gap:.25rem;display:flex}._offer-module__AcabZG__discountText{color:#333;font-size:2rem;font-weight:700;line-height:1.1}._offer-module__AcabZG__descriptionText{color:#666;font-size:1.25rem}._offer-module__AcabZG__offerMeta{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}._offer-module__AcabZG__customerType{color:#f4a024;font-size:.95rem;font-weight:500}._offer-module__AcabZG__conditionsText{color:#888;font-size:.9rem}._offer-module__AcabZG__noOffers{text-align:center;color:#666;padding:4rem 0;font-size:1.2rem}._offer-module__AcabZG__skeletonTitle{background-color:#fff;border-radius:.5rem;width:16rem;height:2.75rem;margin:0 auto .75rem;animation:1.5s infinite _offer-module__AcabZG__pulse}._offer-module__AcabZG__skeletonSubtitle{background-color:#fff;border-radius:.5rem;width:24rem;max-width:90%;height:1.25rem;margin:0 auto;animation:1.5s infinite _offer-module__AcabZG__pulse}._offer-module__AcabZG__skeletonSectionTitle{background-color:#fff;border-radius:.5rem;width:12rem;height:2rem;margin-bottom:2rem;animation:1.5s infinite _offer-module__AcabZG__pulse}._offer-module__AcabZG__skeletonOfferItem{background-color:#fff;border-radius:8px;height:16rem;animation:1.5s infinite _offer-module__AcabZG__pulse}._offer-module__AcabZG__skeletonTakeawayItem{background-color:#fff;border-radius:8px;height:8rem;animation:1.5s infinite _offer-module__AcabZG__pulse}._offer-module__AcabZG__errorContainer{text-align:center;padding:4rem 2rem}._offer-module__AcabZG__errorTitle{color:#333;margin-bottom:1rem;font-size:2rem;font-weight:700}._offer-module__AcabZG__errorMessage{color:#e53e3e;margin-bottom:2rem;font-size:1.1rem}._offer-module__AcabZG__errorButton{cursor:pointer;background-color:#7e22ce;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-weight:600;transition:background-color .3s;display:inline-block}._offer-module__AcabZG__errorButton:hover{background-color:#6b21a8}@keyframes _offer-module__AcabZG__pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}@media screen and (min-width:600px){._offer-module__AcabZG__offerGrid,._offer-module__AcabZG__takeawayGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:900px){._offer-module__AcabZG__wrapper{padding:4rem 2rem}._offer-module__AcabZG__offerGrid,._offer-module__AcabZG__takeawayGrid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){._offer-module__AcabZG__header{margin-bottom:3rem}._offer-module__AcabZG__sectionTitle{margin-bottom:2rem;font-size:2rem}}
