.banner-card-module-scss-module__WJbSVa__cardLink{color:inherit;cursor:pointer;text-decoration:none;display:block}.banner-card-module-scss-module__WJbSVa__cardLink:focus-visible{outline:2px solid var(--wendys-primary);outline-offset:2px}.banner-card-module-scss-module__WJbSVa__article{width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding:1.5rem}@media (min-width:1024px){.banner-card-module-scss-module__WJbSVa__article{padding:0}}.banner-card-module-scss-module__WJbSVa__imageWrap{aspect-ratio:16/10;background-color:var(--wendys-banner-placeholder);border-radius:16px;width:100%;max-width:100%;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.banner-card-module-scss-module__WJbSVa__image{object-fit:contain;object-position:center}.banner-card-module-scss-module__WJbSVa__shimmer{z-index:10}
.category-grid-module-scss-module__ChQWDq__section{width:100%;margin-inline:auto;padding:2rem 1.5rem 2.5rem}@media (min-width:1024px){.category-grid-module-scss-module__ChQWDq__section{padding-inline:0}}.category-grid-module-scss-module__ChQWDq__title{letter-spacing:-.025em;color:var(--wendys-text-heading);margin-bottom:1.5rem}.category-grid-module-scss-module__ChQWDq__grid{grid-gap:24px;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));column-gap:24px;display:grid}.category-grid-module-scss-module__ChQWDq__card{text-align:center;padding:.5rem;border-radius:.75rem;flex-direction:column;align-items:center;gap:.75rem;padding-top:16px;padding-bottom:16px;transition:background .15s;display:flex}.category-grid-module-scss-module__ChQWDq__card:hover{background:var(--accent)}.category-grid-module-scss-module__ChQWDq__imageWrap{width:96px;height:96px;position:relative}.category-grid-module-scss-module__ChQWDq__imageWrap img{object-fit:contain}.category-grid-module-scss-module__ChQWDq__cardTitle{color:var(--wendys-text-title);line-height:1.25}@media (max-width:1024px){.category-grid-module-scss-module__ChQWDq__section{padding:16px 0}.category-grid-module-scss-module__ChQWDq__grid{grid-gap:24px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));column-gap:24px;display:grid}}
.badge-module-scss-module__UMK9Rq__badge{border-radius:9999px;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:500;line-height:1rem;display:inline-flex}.badge-module-scss-module__UMK9Rq__default{background-color:var(--muted);color:var(--muted-foreground)}.badge-module-scss-module__UMK9Rq__success{background-color:color-mix(in srgb,var(--chart-4)15%,transparent);color:var(--chart-4)}.badge-module-scss-module__UMK9Rq__warning{background-color:color-mix(in srgb,var(--chart-5)15%,transparent);color:var(--chart-5)}.badge-module-scss-module__UMK9Rq__destructive{background-color:color-mix(in srgb,var(--destructive)15%,transparent);color:var(--destructive)}.badge-module-scss-module__UMK9Rq__outline{border:1px solid var(--border);color:var(--foreground);background:0 0}
.modal-module-scss-module__Pe8oRa__overlay{z-index:50;background-color:#00000080;position:fixed;inset:0}.modal-module-scss-module__Pe8oRa__overlay[data-state=open]{animation:.15s ease-out forwards modal-module-scss-module__Pe8oRa__overlayFadeIn}.modal-module-scss-module__Pe8oRa__overlay[data-state=closed]{animation:.15s ease-in forwards modal-module-scss-module__Pe8oRa__overlayFadeOut}.modal-module-scss-module__Pe8oRa__content{z-index:50;box-sizing:border-box;background-color:#fff;border-radius:1.5rem;width:100%;max-width:min(100vw - 2rem,28rem);max-height:90vh;padding:1.5rem;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.modal-module-scss-module__Pe8oRa__content[data-state=open]{animation:.2s ease-out forwards modal-module-scss-module__Pe8oRa__contentEnter}.modal-module-scss-module__Pe8oRa__content[data-state=closed]{animation:.2s ease-in forwards modal-module-scss-module__Pe8oRa__contentLeave}.modal-module-scss-module__Pe8oRa__closeButton{z-index:10;color:var(--wendys-text-secondary);cursor:pointer;background-color:#0000;border:none;border-radius:9999px;justify-content:center;align-items:center;margin:0;padding:.375rem;display:inline-flex;position:absolute;top:1rem;right:1rem}.modal-module-scss-module__Pe8oRa__closeButton:hover{background-color:var(--wendys-surface-muted);color:var(--wendys-text-strong)}.modal-module-scss-module__Pe8oRa__closeButton:focus-visible{outline:2px solid var(--wendys-action-button);outline-offset:2px}.modal-module-scss-module__Pe8oRa__closeIcon{width:1.25rem;height:1.25rem;color:var(--wendys-action-button);flex-shrink:0}@keyframes modal-module-scss-module__Pe8oRa__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-module-scss-module__Pe8oRa__overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modal-module-scss-module__Pe8oRa__contentEnter{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes modal-module-scss-module__Pe8oRa__contentLeave{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.95)}}@media (prefers-reduced-motion:reduce){.modal-module-scss-module__Pe8oRa__overlay[data-state=open],.modal-module-scss-module__Pe8oRa__overlay[data-state=closed],.modal-module-scss-module__Pe8oRa__content[data-state=open],.modal-module-scss-module__Pe8oRa__content[data-state=closed]{animation:none}}
.account-payment-confirm-modal-module-scss-module__U8I3sG__shell{max-width:min(100vw - 2rem,36rem)}.account-payment-confirm-modal-module-scss-module__U8I3sG__inner{flex-direction:column;gap:1.25rem;padding-top:.25rem;padding-right:2.25rem;display:flex}.account-payment-confirm-modal-module-scss-module__U8I3sG__title{text-align:center;color:var(--wendys-text-strong);margin:0}.account-payment-confirm-modal-module-scss-module__U8I3sG__body{text-align:center;color:var(--wendys-text-secondary);margin:0}.account-payment-confirm-modal-module-scss-module__U8I3sG__body p{margin:0}.account-payment-confirm-modal-module-scss-module__U8I3sG__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.account-payment-confirm-modal-module-scss-module__U8I3sG__cancelBtn{min-width:0;color:var(--wendys-action-button)!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}.account-payment-confirm-modal-module-scss-module__U8I3sG__cancelBtn:hover{background:color-mix(in srgb,var(--wendys-action-button)8%,transparent)!important}.account-payment-confirm-modal-module-scss-module__U8I3sG__primaryBtn{flex-shrink:0;min-width:8rem}.account-payment-confirm-modal-module-scss-module__U8I3sG__footer{flex-direction:row;justify-content:center;align-items:center;margin-top:1rem;display:flex}.account-payment-confirm-modal-module-scss-module__U8I3sG__footerButtonWrap{flex-direction:row;justify-content:center;align-items:center;width:45%;display:flex}
.checkout-page-client-module-scss-module__ml6qQG__main{background-color:var(--wendys-light-grey);min-height:100dvh;padding-bottom:calc(7rem + env(safe-area-inset-bottom,0px))}@media (min-width:1024px){.checkout-page-client-module-scss-module__ml6qQG__main{padding-bottom:calc(10rem + env(safe-area-inset-bottom,0px))}}.checkout-page-client-module-scss-module__ml6qQG__nav{background-color:#000;align-items:center;width:100%;margin-top:.5rem;padding:.75rem 1.5rem;display:flex}.checkout-page-client-module-scss-module__ml6qQG__backLink{color:#fff;align-items:center;gap:.5rem;display:inline-flex}.checkout-page-client-module-scss-module__ml6qQG__backLink:hover{color:#ffffffe6}.checkout-page-client-module-scss-module__ml6qQG__backLinkIcon{color:#fff}.checkout-page-client-module-scss-module__ml6qQG__container{flex-direction:column;gap:2rem;width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding:1.5rem;display:flex}@media (min-width:1024px){.checkout-page-client-module-scss-module__ml6qQG__container{flex-direction:row;gap:2.5rem}}.checkout-page-client-module-scss-module__ml6qQG__section{flex:1}.checkout-page-client-module-scss-module__ml6qQG__section>*+*{margin-top:2rem}.checkout-page-client-module-scss-module__ml6qQG__pageTitle{color:var(--wendys-text-strong);display:block}.checkout-page-client-module-scss-module__ml6qQG__pageSubtitle{color:var(--wendys-text-on-light-aaa);margin-top:.25rem;display:block}.checkout-page-client-module-scss-module__ml6qQG__sectionTitle{color:var(--wendys-text-strong)}.checkout-page-client-module-scss-module__ml6qQG__formBlock>*+*{margin-top:1.5rem}.checkout-page-client-module-scss-module__ml6qQG__row>*+*{margin-top:1rem}.checkout-page-client-module-scss-module__ml6qQG__gridRow{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.checkout-page-client-module-scss-module__ml6qQG__gridRow{grid-template-columns:repeat(2,1fr)}}.checkout-page-client-module-scss-module__ml6qQG__fieldWrap>*+*{margin-top:.5rem}.checkout-page-client-module-scss-module__ml6qQG__inputOverride{border-color:var(--wendys-border);background-color:#fff}.checkout-page-client-module-scss-module__ml6qQG__termsLink{color:var(--wendys-order-delivery);text-decoration:underline}.checkout-page-client-module-scss-module__ml6qQG__termsLink:hover{text-decoration:none}.checkout-page-client-module-scss-module__ml6qQG__termsText{color:var(--wendys-text-strong)}.checkout-page-client-module-scss-module__ml6qQG__paymentBlock>*+*{margin-top:1rem}.checkout-page-client-module-scss-module__ml6qQG__paymentOptions>*+*{margin-top:.75rem}.checkout-page-client-module-scss-module__ml6qQG__cardWrap{border-right:0;border-radius:0;padding:0}.checkout-page-client-module-scss-module__ml6qQG__radioRow{cursor:pointer;align-items:center;gap:.75rem;padding:1rem;display:flex}.checkout-page-client-module-scss-module__ml6qQG__radioLabelText{color:var(--wendys-text-strong);margin:0!important}.checkout-page-client-module-scss-module__ml6qQG__cardPanel{border-top:1px solid var(--wendys-border);padding:1rem}.checkout-page-client-module-scss-module__ml6qQG__googlePayBtn{color:#fff;background-color:#000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.25rem 1.5rem;display:flex}.checkout-page-client-module-scss-module__ml6qQG__googlePayBtn:hover{background-color:#000000e6}.checkout-page-client-module-scss-module__ml6qQG__googlePayBtnText{font-weight:500}.checkout-page-client-module-scss-module__ml6qQG__aside{flex-shrink:0;width:100%}.checkout-page-client-module-scss-module__ml6qQG__aside>*+*{margin-top:1.5rem}@media (min-width:1024px){.checkout-page-client-module-scss-module__ml6qQG__aside{max-width:28rem;padding-top:4rem}}.checkout-page-client-module-scss-module__ml6qQG__asideTitle{color:var(--wendys-text-strong);margin-bottom:.75rem}.checkout-page-client-module-scss-module__ml6qQG__totalCard{border-right:0;border-radius:0}.checkout-page-client-module-scss-module__ml6qQG__totalRow{justify-content:space-between;margin-bottom:1rem;display:flex}.checkout-page-client-module-scss-module__ml6qQG__totalLabel,.checkout-page-client-module-scss-module__ml6qQG__totalValue{color:var(--wendys-text-strong)}.checkout-page-client-module-scss-module__ml6qQG__mapCard{border-right:0;border-radius:0;padding:0}@media (max-width:1023px){.checkout-page-client-module-scss-module__ml6qQG__mapCard{display:none}}.checkout-page-client-module-scss-module__ml6qQG__mapWrap{max-height:200px}.checkout-page-client-module-scss-module__ml6qQG__mapDetails{flex-direction:row;gap:1rem;padding:.5rem 2.5rem;display:flex}.checkout-page-client-module-scss-module__ml6qQG__mapDetailCol{flex-direction:column;flex:1;min-width:0;display:flex}.checkout-page-client-module-scss-module__ml6qQG__mapDetailColRight{padding-left:1.25rem;padding-right:.5rem}.checkout-page-client-module-scss-module__ml6qQG__mapDetailLabel{color:var(--wendys-text-on-light-aaa);margin-bottom:0}.checkout-page-client-module-scss-module__ml6qQG__mapDetailValue{color:var(--wendys-text-strong);border-right:1px solid var(--wendys-border);min-height:50%;padding:.5rem 0}.checkout-page-client-module-scss-module__ml6qQG__mapDetailValueNoBorder{word-wrap:break-word;border-right:none}.checkout-page-client-module-scss-module__ml6qQG__mapDetailLink{color:var(--wendys-action-button);align-self:flex-start;margin-top:auto}.checkout-page-client-module-scss-module__ml6qQG__mapDetailLink:hover{text-decoration:underline}.checkout-page-client-module-scss-module__ml6qQG__mapDetailLink:disabled{cursor:not-allowed;opacity:.5;text-decoration:none}.checkout-page-client-module-scss-module__ml6qQG__footer{z-index:50;border-top:1px solid var(--wendys-border);background-color:var(--wendys-header-red);padding:.5rem 1rem;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.checkout-page-client-module-scss-module__ml6qQG__footer{padding:1rem 1.5rem}}.checkout-page-client-module-scss-module__ml6qQG__footerInner{justify-content:space-between;align-items:center;gap:.75rem;max-width:72rem;margin-left:auto;margin-right:auto;display:flex;position:relative}@media (min-width:1024px){.checkout-page-client-module-scss-module__ml6qQG__footerInner{gap:1rem}}.checkout-page-client-module-scss-module__ml6qQG__footerTotal{color:#fff}.checkout-page-client-module-scss-module__ml6qQG__footerButtonWrap{flex-shrink:0;width:50%;margin-left:auto;position:absolute;bottom:1rem;right:1.5rem}@media (min-width:1024px){.checkout-page-client-module-scss-module__ml6qQG__footerButtonWrap{width:20%;position:absolute;bottom:1.5rem;right:1.5rem}}.checkout-page-client-module-scss-module__ml6qQG__worldpayField{border:1px solid var(--wendys-border);background-color:#fff;border-radius:6px;height:44px;overflow:hidden}.checkout-page-client-module-scss-module__ml6qQG__worldpayField:focus-within{border-color:var(--wendys-action-button);outline:2px solid #007c9133}.checkout-page-client-module-scss-module__ml6qQG__errorBanner{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.75rem 1rem;font-size:.875rem}.checkout-page-client-module-scss-module__ml6qQG__loadingOverlay{z-index:90;background-color:#ffffffd9;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.checkout-page-client-module-scss-module__ml6qQG__loadingText{color:var(--wendys-text-secondary);margin-top:1rem}.checkout-page-client-module-scss-module__ml6qQG__capturedCardInfo{border-top:1px solid var(--wendys-border);padding:1rem}.checkout-page-client-module-scss-module__ml6qQG__capturedCardRow{align-items:center;gap:.75rem;display:flex}.checkout-page-client-module-scss-module__ml6qQG__capturedCardBrandIcon{flex-shrink:0;width:2.5rem;height:1.625rem;display:block}.checkout-page-client-module-scss-module__ml6qQG__capturedCardLabel{color:var(--wendys-text-strong)}.checkout-page-client-module-scss-module__ml6qQG__changeCardLink{color:var(--wendys-action-button);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;display:inline-block}.checkout-page-client-module-scss-module__ml6qQG__changeCardLink:hover{text-decoration:underline}.checkout-page-client-module-scss-module__ml6qQG__paymentErrorContent{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.checkout-page-client-module-scss-module__ml6qQG__paymentErrorTitle{color:var(--wendys-text-strong)}.checkout-page-client-module-scss-module__ml6qQG__paymentErrorBody{color:var(--wendys-text-secondary)}
.SavedCardsManager-module-scss-module__qzJEoW__cardRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.SavedCardsManager-module-scss-module__qzJEoW__brandMark{flex-shrink:0;align-items:center;display:inline-flex}.SavedCardsManager-module-scss-module__qzJEoW__cardText{flex-wrap:wrap;align-items:baseline;gap:.25rem 1.5rem;min-width:0;display:flex}.SavedCardsManager-module-scss-module__qzJEoW__cardNumber{color:var(--wendys-text-strong);margin:0;font-weight:500}.SavedCardsManager-module-scss-module__qzJEoW__cardExp{color:var(--wendys-text-secondary);margin:0}.SavedCardsManager-module-scss-module__qzJEoW__actions{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-left:auto;display:flex}.SavedCardsManager-module-scss-module__qzJEoW__replaceBtn{flex-shrink:0}.SavedCardsManager-module-scss-module__qzJEoW__removeBtn{min-width:0;color:var(--wendys-action-button);flex-shrink:0}.SavedCardsManager-module-scss-module__qzJEoW__removeBtn:hover{color:var(--wendys-action-button-pressed);text-decoration:underline}.SavedCardsManager-module-scss-module__qzJEoW__removeBtn:disabled{opacity:.6}.SavedCardsManager-module-scss-module__qzJEoW__emptyState{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.SavedCardsManager-module-scss-module__qzJEoW__addBtn{flex-shrink:0}.SavedCardsManager-module-scss-module__qzJEoW__empty{color:var(--wendys-text-secondary);margin:0}.SavedCardsManager-module-scss-module__qzJEoW__banner{border:1px solid var(--wendys-error,#b91c1c);color:var(--wendys-error,#b91c1c);background:#fff;border-radius:8px;margin:0 0 .25rem;padding:.75rem 1rem}.SavedCardsManager-module-scss-module__qzJEoW__skeletonList{flex-direction:column;gap:.75rem;display:flex}.SavedCardsManager-module-scss-module__qzJEoW__skeletonRow{border:1px solid var(--wendys-border);background:linear-gradient(90deg,#0000000a 25%,#00000012 37%,#0000000a 63%) 0 0/400% 100%;border-radius:12px;height:60px;animation:1.4s infinite SavedCardsManager-module-scss-module__qzJEoW__shimmer}@keyframes SavedCardsManager-module-scss-module__qzJEoW__shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.SavedCardsManager-module-scss-module__qzJEoW__skeletonRow{animation:none}}
.offers-pages-module-scss-module__DYrLYa__page{background-color:var(--background);flex-direction:column;flex:1;width:100%;min-height:0;padding:1rem 1rem 2.5rem;display:flex}@media (min-width:640px){.offers-pages-module-scss-module__DYrLYa__page{padding:1.5rem 1.5rem 3rem}}@media (min-width:1024px){.offers-pages-module-scss-module__DYrLYa__page{padding:2rem 1.5rem 4rem}}.offers-pages-module-scss-module__DYrLYa__shell{flex-direction:column;gap:1.5rem;width:100%;max-width:42rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:640px){.offers-pages-module-scss-module__DYrLYa__shell{gap:2rem}}@media (min-width:1024px){.offers-pages-module-scss-module__DYrLYa__shell{max-width:56rem}}.offers-pages-module-scss-module__DYrLYa__content{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}@media (min-width:640px){.offers-pages-module-scss-module__DYrLYa__content{gap:2rem}}.offers-pages-module-scss-module__DYrLYa__guestWrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;max-width:42rem;min-height:50vh;margin:0 auto;padding:2rem 1rem;display:flex}.offers-pages-module-scss-module__DYrLYa__loadingWrap{flex:1;min-height:12rem}.offers-pages-module-scss-module__DYrLYa__offersError{text-align:center;width:100%;color:var(--text-secondary,#666)}.offers-pages-module-scss-module__DYrLYa__rewardsHeader{flex-direction:column;align-items:center;width:100%;display:flex}.offers-pages-module-scss-module__DYrLYa__rewardsLogoWrap{width:100%;max-width:16rem;height:3.5rem;line-height:0;position:relative}.offers-pages-module-scss-module__DYrLYa__rewardsLogo{object-fit:contain;object-position:center}.offers-pages-module-scss-module__DYrLYa__promoLink{color:var(--wendys-action-button);text-underline-offset:2px;text-decoration:underline;display:inline-flex}.offers-pages-module-scss-module__DYrLYa__promoLink:hover{color:var(--wendys-action-button-pressed)}.offers-pages-module-scss-module__DYrLYa__promoLink:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring);border-radius:.25rem;outline:none}.offers-pages-module-scss-module__DYrLYa__sectionHeading{width:100%;color:var(--wendys-text-strong);text-align:left;margin:0;display:block}.offers-pages-module-scss-module__DYrLYa__offerGrid{grid-template-columns:minmax(0,1fr);gap:1rem;width:100%;margin:0;padding:0;list-style:none;display:grid}@media (min-width:1024px){.offers-pages-module-scss-module__DYrLYa__offerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}.offers-pages-module-scss-module__DYrLYa__offerGridItem{min-width:0;display:flex}.offers-pages-module-scss-module__DYrLYa__historyWrap{justify-content:center;width:100%;margin-top:.5rem;display:flex}.offers-pages-module-scss-module__DYrLYa__historyLink{border:2px solid var(--wendys-action-button);min-height:3rem;color:var(--wendys-action-button);border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 2rem;text-decoration:none;display:inline-flex}.offers-pages-module-scss-module__DYrLYa__historyLink:hover{background:color-mix(in srgb,var(--wendys-action-button)8%,transparent)}.offers-pages-module-scss-module__DYrLYa__historyLink:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring);border-radius:9999px;outline:none}.offers-pages-module-scss-module__DYrLYa__frostyWrap{justify-content:center;width:100%;margin-top:.5rem;display:flex}.offers-pages-module-scss-module__DYrLYa__frostyDance{width:auto;max-width:8rem;height:9.5rem}.offers-pages-module-scss-module__DYrLYa__detailMain{background:var(--background);min-height:100vh;padding:1rem 1rem 3rem}@media (min-width:640px){.offers-pages-module-scss-module__DYrLYa__detailMain{padding:1.5rem 1.5rem 3rem}}.offers-pages-module-scss-module__DYrLYa__detailInner{max-width:42rem;margin:0 auto}.offers-pages-module-scss-module__DYrLYa__hero{justify-content:center;margin-bottom:1.5rem;display:flex}.offers-pages-module-scss-module__DYrLYa__heroImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:12rem}@media (min-width:640px){.offers-pages-module-scss-module__DYrLYa__heroImage{max-height:14rem}}.offers-pages-module-scss-module__DYrLYa__detailTitle{text-align:center;color:var(--wendys-text-strong);margin-bottom:.5rem;display:block}.offers-pages-module-scss-module__DYrLYa__detailExpires{text-align:center;color:var(--wendys-text-secondary);margin-bottom:2rem;display:block}.offers-pages-module-scss-module__DYrLYa__ctaCard{border:1px solid var(--wendys-catalog-card-border);background:#fff;border-radius:.5rem;margin-bottom:1rem;padding:1rem 1.25rem}.offers-pages-module-scss-module__DYrLYa__ctaRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.offers-pages-module-scss-module__DYrLYa__ctaBagIcon{fill:var(--wendys-primary);color:var(--wendys-primary);flex-shrink:0}.offers-pages-module-scss-module__DYrLYa__ctaLabel{min-width:8rem;color:var(--wendys-text-strong);flex:1}.offers-pages-module-scss-module__DYrLYa__orderNowLink{color:var(--wendys-action-button);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.125rem;margin-left:auto;padding:0;display:inline-flex}.offers-pages-module-scss-module__DYrLYa__orderNowLink:hover{text-decoration:underline}.offers-pages-module-scss-module__DYrLYa__orderNowLink:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring);border-radius:.25rem;outline:none}.offers-pages-module-scss-module__DYrLYa__orderNowChevron{color:var(--foreground);flex-shrink:0}.offers-pages-module-scss-module__DYrLYa__deliveryNote{border:1px solid var(--wendys-catalog-card-border);width:fit-content;max-width:100%;color:var(--wendys-text-strong);font-family:var(--font-roboto),Roboto,system-ui,sans-serif;text-align:center;white-space:nowrap;background:#fff;border-radius:5px;margin:1.25rem auto;padding:.25rem .75rem;font-size:12px;font-weight:900;line-height:1.33;display:block}.offers-pages-module-scss-module__DYrLYa__legal{color:var(--wendys-text-secondary);margin-top:1rem;font-weight:500;line-height:1.5;display:block}
.bottom-sheet-module-scss-module__-b7h5q__overlay{z-index:50;background:#00000080;position:fixed;inset:0}.bottom-sheet-module-scss-module__-b7h5q__overlay[data-state=open]{animation:.15s ease-out bottom-sheet-module-scss-module__-b7h5q__fadeIn}.bottom-sheet-module-scss-module__-b7h5q__overlay[data-state=closed]{animation:.15s ease-in bottom-sheet-module-scss-module__-b7h5q__fadeOut}.bottom-sheet-module-scss-module__-b7h5q__content{z-index:50;background:#fff;border-radius:1rem;max-height:85vh;position:fixed;inset:auto 1rem 1rem;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.bottom-sheet-module-scss-module__-b7h5q__content[data-state=open]{animation:.2s ease-out bottom-sheet-module-scss-module__-b7h5q__slideInFromBottom}.bottom-sheet-module-scss-module__-b7h5q__content[data-state=closed]{animation:.2s ease-in bottom-sheet-module-scss-module__-b7h5q__slideOutToBottom}.bottom-sheet-module-scss-module__-b7h5q__closeBtn{z-index:10;color:var(--wendys-text-secondary);border-radius:9999px;padding:.375rem;position:absolute;top:1rem;right:1rem}.bottom-sheet-module-scss-module__-b7h5q__closeBtn:hover{background:var(--wendys-surface-muted);color:var(--wendys-text-strong)}.bottom-sheet-module-scss-module__-b7h5q__closeIcon{width:1.25rem;height:1.25rem;color:var(--wendys-action-button)}.bottom-sheet-module-scss-module__-b7h5q__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes bottom-sheet-module-scss-module__-b7h5q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bottom-sheet-module-scss-module__-b7h5q__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bottom-sheet-module-scss-module__-b7h5q__slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottom-sheet-module-scss-module__-b7h5q__slideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}
