.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.footer__main{background-color:var(--color-sand);padding:2rem 1rem}.footer__columns{display:flex;align-items:center;flex-wrap:wrap}.footer__column{width:50%}.footer__column--left{display:flex;flex-direction:row;align-items:center;gap:2rem;flex-wrap:wrap}.footer__link{color:var(--color-tangerine);font-size:22px;text-decoration:none}.footer__column--right{display:flex;justify-content:flex-end}.footer__order-button{background-color:var(--color-blush);color:var(--color-cocoa);text-transform:uppercase}.footer__sub{background-color:var(--color-tangerine);padding:1rem;text-align:center}.footer__copyright{color:var(--color-sand);font-size:15px;margin:0}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.build-your-lucky-box{background-color:var(--color-pure-white);width:100%}.build-your-lucky-box-content{margin:0 auto;max-width:1440px;align-items:center;display:flex;flex-direction:column;padding:0 1rem 2rem}.build-your-lucky-box-content h2,.build-your-lucky-box-content h3{text-align:center}.build-your-lucky-box-heading{--heading-spacing-multiplier: .8;margin-bottom:calc(var(--spacing-section) * var(--heading-spacing-multiplier));text-align:center}.build-your-lucky-box-content h2{color:var(--color-cocoa);margin:0 0 .5rem;text-transform:uppercase}.build-your-lucky-box-content .step-number{color:var(--color-mustard)}.build-your-lucky-box-content h3{margin:0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:2rem auto;max-width:1100px;width:100%}.products-grid:first-of-type{margin-bottom:var(--spacing-section)}@media (max-width: 920px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.products-grid{grid-template-columns:1fr}}.choose-date-section{display:flex;flex-direction:column;align-items:center;margin-top:var(--spacing-section);text-align:center}.choose-date-section h2{text-align:center}.choose-date-section .pickup-info{margin-bottom:40px}.choose-date-section .date-picker{margin-bottom:3.75rem}.checkout-button{background-color:var(--color-blush);transition-property:background-color;transition-duration:.5s;transition-timing-function:ease-in-out;font-size:(--pill-button-font-size)}.checkout-button:hover{background-color:var(--button-primary)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-item{background-color:var(--color-pure-white);border-color:var(--color-evergreen);color:var(--color-cocoa);border:1px solid;border-radius:30px;padding:35px;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer;position:relative}.product-item--secondary{background-color:#b8a432;border-color:var(--color-evergreen);color:var(--color-sand)}.product-item:hover,.product-item:focus-within{background-color:var(--color-evergreen);color:var(--color-sand)}.product-item:hover .product-card-pill,.product-item:focus-within .product-card-pill{opacity:1}.product-image-wrapper{position:relative}.product-card-control-anchor{position:absolute;top:-14.25px;right:-28.5px;pointer-events:none}.product-card-control-anchor>*{pointer-events:auto}.product-card-pill{position:absolute;right:0;background-color:var(--button-primary);border:1px solid var(--color-sand);color:var(--color-pure-white);border-radius:28.5px;width:57px;height:57px;opacity:0;transition:opacity .15s ease,width .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.product-card-pill--expanded{width:200px;opacity:1}.product-card-add-button{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;border:none;font-size:24px;color:var(--color-pure-white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:400;transition:opacity .2s ease}.product-card-add-button.visually-hidden{opacity:0;pointer-events:none}.product-card-quantity-picker{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:.5rem 2.25rem .5rem 2rem;box-sizing:border-box;gap:.75rem;font-size:20px;font-weight:500;line-height:1;transition:opacity .2s ease}.product-card-quantity-picker.visually-hidden{opacity:0;pointer-events:none}.product-card-qty-label{font-weight:700;letter-spacing:.08em;white-space:nowrap}.product-card-qty-value{font-weight:600;text-align:center;min-width:2ch}.product-card-qty-controls{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:0;justify-content:space-between;margin-left:.75rem;padding-block:.25rem;padding-inline-start:.75rem}.product-card-qty-button{color:var(--color-pure-white);align-items:center;background:transparent;border:0;border-radius:999px;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:600;height:28px;justify-content:center;line-height:1;padding:0;touch-action:manipulation;width:32px}.product-card-qty-button:focus-visible{outline:2px solid var(--color-pure-white);outline-offset:2px}.product-card-qty-button:disabled{cursor:not-allowed;opacity:.4}.product-item img{width:100%;border-radius:30px;margin-bottom:20px;object-fit:cover;aspect-ratio:1}.product-item h3{font-size:35px;font-weight:400;margin:0 0 10px}.visually-hidden:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
