.shopify-design-mode .promo-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--spacer);padding:var(--spacer)}.shopify-design-mode .promo-item{padding:var(--spacer);border-radius:var(--border-radius-base);border:var(--border-base)}.shopify-design-mode .promo-item,.shopify-design-mode .promo-item:nth-child(3),.shopify-design-mode .promo-item--wide{flex:auto}:where(.shopify-design-mode,.template-product--promos) .section-product-promos{display:grid;justify-items:center;padding:var(--spacer)}.product-promos{display:none;max-height:100rem;overflow:hidden;border-radius:var(--border-radius-md);border:var(--border-base);transition:max-height 1s linear}.product-promos__header{box-shadow:0 .1rem 0 var(--border-color)}.product-promos__heading{color:var(--heading-color-foreground);background:var(--heading-color-background);background-size:200%;font-size:var(--font-size-base);font-weight:var(--font-weight-bold);line-height:4.8rem;text-align:center;animation:product-promo-shimmer 3s cubic-bezier(0.25, 0.5, 0.75, 0.5) infinite;animation-play-state:paused}.product-promos.loading{display:block;max-height:5rem}.product-promos.loading .product-promos__heading{animation-play-state:running}.product-promos.loaded{display:block}.product-promos.disabled{max-height:0;display:none}.promo-list{display:flex;flex-wrap:wrap;justify-content:center}.promo-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--spacer-xs);padding:var(--spacer) var(--spacer-xs);text-align:center}.promo-item__content>*:empty{display:none}.promo-item__icon{display:inline-block;width:8.4rem;height:8.4rem}.promo-item__heading{font-size:1.3rem;font-weight:var(--font-weight-bold)}.promo-item__subheading{font-size:1.1rem;font-weight:var(--font-weight-base)}.promo-item__body,.promo-item__footer{margin-top:var(--spacer)}.promo-item__body>*,.promo-item__footer>*{font-size:var(--font-size-sm)}.promo-item:nth-child(3),.promo-item--wide{flex-basis:100%}.promo-item--wide .promo-item__heading{font-size:var(--font-size-base)}.promo-item--wide .promo-item__subheading{font-size:var(--font-size-sm)}.promo-item.animated .promo-item__content{opacity:.01;transform:translateY(2rem);transition:var(--transition-base)}.promo-item.animate .promo-item__content{opacity:1;transform:translate(0)}@media screen and (min-width: 1024px){.promo-item--center,.promo-item--center:nth-child(3){flex:1}.promo-item--wide{flex-direction:row;justify-content:center;align-items:flex-start;gap:var(--spacer);padding-right:calc(8.4rem + var(--spacer))}.promo-list:has(.promo-item--default:nth-child(1)+.promo-item--wide){flex-direction:row}.promo-list:has(.promo-item--default:nth-child(1)+.promo-item--wide) .promo-item--default,.promo-list:has(.promo-item--default:nth-child(1)+.promo-item--wide) .promo-item--wide{flex-basis:auto;padding-inline:var(--spacer)}}@media screen and (min-width: 1440px){.promo-item:nth-child(3){flex:1}.promo-item__heading{font-size:var(--font-size-base)}.promo-item__subheading{font-size:var(--font-size-sm)}}@keyframes product-promo-shimmer{0%{background-position:100%}100%{background-position:-100%}}
