.discount-code-page{flex-flow:column;gap:1rem;min-height:75vh;padding:1rem .625rem;display:flex;position:relative}@media screen and (width>=45em){.discount-code-page{padding:1.5rem}}@media screen and (width>=62em){.discount-code-page{padding:1.5rem 2rem}}.discount-code-page .discount-code-message{text-align:center;color:var(--color-text-secondary);padding:2rem 0}.discount-code-page .content-wrapper{flex-flow:column;flex:auto;gap:1rem;display:flex}.discount-code-page .content-wrapper .product-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media screen and (width>=45em){.discount-code-page .content-wrapper .product-results{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (width>=56em){.discount-code-page .content-wrapper .product-results{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (width>=62em){.discount-code-page .content-wrapper .product-results{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (width>=75em){.discount-code-page .content-wrapper .product-results{grid-template-columns:repeat(6,minmax(0,1fr))}}.discount-code-page .content-wrapper .product-results{grid-template-rows:auto;position:relative}.discount-code-page .content-wrapper .product-results .product-card{flex:auto}.discount-code-landing-page{flex-flow:column wrap;flex:1 0 auto;gap:1.5rem;padding:1rem;display:flex}.discount-code-landing-page .discount-code-card{background-color:var(--color-bg-primary);max-width:800px;filter:drop-shadow(0 2px 3px rgba(var(--color-rgb-fg-primary), .05));border-radius:.625rem;padding:1rem}.discount-code-landing-page .discount-code-card form{flex-flow:column;gap:.25rem;max-width:420px;display:flex}.discount-code-landing-page .discount-code-card form .body-text{font-weight:500}.discount-code-landing-page .discount-code-card form input{width:100%}.discount-code-landing-page .discount-code-card form button{align-self:flex-start;margin-top:1rem}@media screen and (width>=45em){.discount-code-landing-page .discount-code-card form button{margin-top:1.5rem}}
