.hero-section-img{height:240px;-o-object-fit:cover;object-fit:cover}.banner-text__header{margin-bottom:0rem}.product-results-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding-top:1rem}.product-card-item{box-sizing:border-box;flex:0 0 100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:340px;background-color:var(--ap-lt-yellow);border-radius:20px;padding:1.5rem;box-shadow:0 5px 5px 1px rgba(0,0,0,0);transition:all .3s ease}.product-card-item:hover,.product-card-item:focus-visible{box-shadow:0 10px 10px 4px rgba(0,0,0,0.15)}.product-card-title{color:var(--ap-blue);font-size:24px;text-align:center;margin-bottom:0}.item-number-wrapper{display:none;gap:.5rem}.item-number-text{font-size:16px;font-weight:bold;color:var(--ap-green);text-transform:uppercase}.product-card-explore-text{color:var(--ap-blue);font-family:var(--luckiest-guy-font-family);position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-card-explore-text::after{content:"";display:block;background-color:var(--ap-blue);height:2px;width:100%}.product-card-img-wrap{position:relative}.product-card-img{display:block;width:100%;height:auto;max-width:180px;transition:opacity .3s ease}.product-card-img.is-hover{position:absolute;inset:0;opacity:0;pointer-events:none}.product-card-item:hover .product-card-img.is-hover,.product-card-item:focus-visible .product-card-img.is-hover{opacity:1}.product-card-item:hover .product-card-img.is-default,.product-card-item:focus-visible .product-card-img.is-default{opacity:0}.data-loaded-section,.data-not-loaded-section{transition-property:max-height,opacity;transition-duration:1s;transition-timing-function:ease-in-out;transform-origin:top center;overflow-y:hidden}[data-loading='true'] .data-loaded-section{max-height:0;opacity:0}[data-loading='true'] .data-not-loaded-section{max-height:50000px;opacity:1}[data-loading='false'] .data-loaded-section{max-height:50000px;opacity:1}[data-loading='false'] .data-not-loaded-section{max-height:0;opacity:0;display:none}.btn-spinner-border{--mdb-spinner-width:.6rem;--mdb-spinner-height:.6rem;margin-right:.5rem}.product-card-item.greyed-out.placeholder{background-color:currentColor;box-shadow:none!important}.section-title.placeholder{display:block;max-width:300px;margin-inline:auto}@media(hover:none){.product-card-img.is-hover{opacity:1;position:relative}.product-card-img.is-default{display:none}}@media(min-width:360px){.product-card-item{aspect-ratio:1 / 1}}@media(min-width:500px){.product-card-item{flex:0 0 calc((100% - 1.5rem) / 2);max-width:calc((100% - 1.5rem) / 2)}}@media(min-width:768px){.product-card-item{flex:0 0 calc((100% - 1.5rem) / 2);max-width:calc((100% - 1.5rem) / 2);border-radius:40px}}@media(min-width:992px){.hero-section-img{height:580px}.banner-text__header{margin-bottom:1rem}.product-card-item{flex:0 0 calc((100% - 4.5rem) / 4);max-width:calc((100% - 4.5rem) / 4)}}@media(min-width:1200px){.product-card-img{max-width:304px}}