.gift-box-builder .breadcrumbs__list{justify-content:center;width:100%;padding:1.25rem var(--page-padding-mobile)}.gift-box-builder .gift-box-builder-container{display:flex;flex-direction:column;gap:1.5px}.gift-box-builder .steps{width:100%;display:flex;flex-direction:row;gap:.5rem;padding:0 var(--page-padding-mobile)}.gift-box-builder .step{display:flex;flex-direction:column;gap:.5rem;width:100%}.gift-box-builder .step-choose-a-gift-box{align-items:flex-start}.gift-box-builder .step-select-gifts{align-items:center}.gift-box-builder .step-add-a-gift-card{align-items:flex-end}.gift-box-builder .step-header{display:none}.gift-box-builder .step-content .step-title{margin:1.5rem 0 1.25rem;text-align:center}.gift-box-builder .step-content .step-subtitle{padding:0 var(--page-padding-mobile);text-align:center}.gift-box-builder .step .indicator-bar{width:100%;height:.25rem;background-color:var(--grey2);transition:background-color .3s ease}.gift-box-builder .step .indicator-bar.active{background-color:var(--dark2)}.gift-box-builder .step-products{padding:1.5rem 0 4.5rem}.gift-box-builder .product-grid-item.hidden{display:none}.gift-box-builder .step-products .gift-boxes .info,.gift-box-builder .step-products .gift-card-patterns .info{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;position:relative}.gift-box-builder .gift-boxes .title,.gift-box-builder .gift-card-patterns .title{text-transform:uppercase;letter-spacing:.15em}.gift-box-builder .step-products .gift-boxes,.gift-box-builder .step-products .products{display:grid;grid-template-columns:1fr 1fr;column-gap:.25rem;row-gap:5rem}.gift-box-builder .gift-card-patterns{display:grid;grid-template-columns:repeat(2,1fr);column-gap:.25rem;row-gap:5rem}.gift-box-builder .filter-sort-container{padding:0 var(--page-padding-mobile);text-align:center;margin-top:1rem}.gift-box-builder .filter-sort{display:flex;flex-direction:row;justify-content:center;gap:1.5rem}.gift-box-builder .filter-sort button{display:flex;justify-content:space-between;gap:.5rem}.gift-box-builder .gift-box-summary{position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 15px #0000000d;display:flex;flex-direction:column;background-color:var(--light4);z-index:2;transition:height .3s ease}.gift-box-builder .gift-box-summary.open{height:100dvh;display:grid;grid-template-rows:min-content 1fr min-content}.gift-box-builder .gift-box-summary .row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.gift-box-builder .gift-box-summary .summary-header{padding:1rem var(--page-padding-mobile) 0}.gift-box-builder .gift-box-summary.open .summary-header{padding-bottom:1rem;border-bottom:1px solid var(--grey3)}.gift-box-builder .gift-box-summary .icon-plus{transition:transform .3s ease}.gift-box-builder .gift-box-summary.open .icon-plus{transform:rotate(45deg)}.gift-box-builder .gift-box-summary .summary-body{height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;padding:0 var(--page-padding-mobile)}.gift-box-builder .gift-box-summary.open .summary-header,.gift-box-builder .gift-box-summary.open .summary-body{height:auto;overflow:hidden;transition:height .3s ease}.gift-box-builder .gift-box-summary .step-summary{display:flex;flex-direction:row;gap:1rem;padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid var(--grey3);width:100%}.gift-box-builder .gift-box-summary .gift-container{display:flex;flex-direction:row;gap:1rem;width:100%}.gift-box-builder .gift-box-summary .gift-container .info{display:flex;flex-direction:column;gap:.25rem;width:100%}.gift-box-builder .gift-box-summary .gift-container .title-row{justify-content:space-between}.gift-box-builder .gift-box-summary .gift-container .title{margin-bottom:.25rem}.gift-box-builder .gift-box-summary .gift-container .price{margin-top:.25rem}.gift-box-builder .step-summary.expanded{flex-direction:column}.gift-box-builder .message{margin-top:.5rem}.gift-box-builder .gift-box-summary .image-container{width:120px;height:120px;background-color:var(--light3);display:flex;justify-content:center;align-items:center;flex-shrink:0}.gift-box-builder .image-container img{width:100%;height:100%;object-fit:cover;object-position:center}.gift-box-builder .summary-footer{display:flex;flex-direction:column;padding:1rem var(--page-padding-mobile);gap:1rem}.gift-box-builder .summary-footer .subtotal{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.gift-box-builder .summary-footer button{width:100%;padding:0}.gift-box-builder .summary-footer .next{opacity:.5;transition:opacity .3s ease;pointer-events:none}.gift-box-builder .summary-footer .next.enabled{opacity:1;pointer-events:auto}.gift-box-builder .add-to-cart-form{width:100%}.gift-box-builder .gift-cards{padding:0 var(--page-padding-mobile)}.gift-box-builder .gift-cards textarea{width:100%;height:100%;resize:none;border:1px solid var(--grey2);outline:none;padding:1rem;margin-bottom:2.5rem}.gift-box-builder .gift-cards textarea::placeholder{color:var(--grey2);font-style:italic}.gift-box-builder label{cursor:pointer}@media screen and (min-width: 800px){.gift-box-builder{padding:var(--page-padding-desktop)}.gift-box-builder .breadcrumbs__list{justify-content:flex-start;width:100%;padding:2.5rem var(--page-padding-desktop)}.gift-box-builder .step-content-top{position:relative;margin-right:calc(var(--page-padding-desktop) * 2)}.gift-box-builder .step-content-top .filter-sort-container{position:absolute;bottom:0;right:0;padding-right:0}.gift-box-builder .gift-box-builder-container{display:flex;flex-direction:row}.gift-box-builder .column-left{width:69%}.gift-box-builder .column-right{width:31%;z-index:0}.gift-box-builder .steps{padding:0 calc(var(--page-padding-desktop) * 2) 0 var(--page-padding-desktop)}.gift-box-builder .step-header{display:block}.gift-box-builder .step-content .step-title,.gift-box-builder .step-content .step-subtitle{padding:0 var(--page-padding-desktop);text-align:left}.gift-box-builder .step-products{padding:2.5rem calc(var(--page-padding-desktop) * 2) 6.6rem var(--page-padding-desktop)}.gift-box-builder .step-products .gift-boxes{gap:1.25rem}.gift-box-builder .gift-boxes .title{width:calc(100% - 70px)}.gift-box-builder .gift-boxes .select{position:absolute;top:.5rem;right:0}.gift-box-builder .step-products .gift-boxes .image-container{width:100%;aspect-ratio:1/1}.gift-box-builder .step-products .products{grid-template-columns:repeat(3,33%)}.gift-box-builder .gift-card-patterns{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.25rem;row-gap:5rem}.gift-box-builder .gift-box-summary{position:sticky;top:120px;right:var(--page-padding-desktop);border:1px solid var(--grey3);height:75vh;box-shadow:none}.gift-box-builder .product-grid-item .title-container .subheading{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gift-box-builder .gift-cards{padding:0}.gift-box-builder .gift-box-summary .icon-plus{display:none}.gift-box-builder .gift-box-summary .summary-header{padding:1rem var(--page-padding-mobile);border-bottom:1px solid var(--grey3)}.gift-box-builder .gift-box-summary .summary-body{height:100%;padding:0 var(--page-padding-mobile);overflow:scroll}.gift-box-builder .summary-footer{box-shadow:0 -5px 15px #0000000d}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/gift-box-builder.css.map */
