.gift-card-page{background:#fff;color:#161c22;font-family:var(--gift-card-font-family);font-style:normal;font-synthesis:none}.gift-card-page *{box-sizing:border-box}.gift-card-page :where(button,input,select,textarea,h1,h2,h3,h4,h5,h6){font-family:var(--gift-card-font-family);font-style:normal}.gift-card-page__main{display:flex;width:min(1280px,100%);margin:0 auto;padding:32px 40px;flex-direction:column;gap:32px}.gift-card-page__breadcrumbs{display:flex;height:16px;align-items:center;gap:4px;color:#3e4944;font-size:12px;font-weight:500;line-height:16px}.gift-card-page__breadcrumbs a{color:inherit;text-decoration:none}.gift-card-page__breadcrumbs svg{width:5px;height:8px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.gift-card-page__heading{display:flex;min-height:40px;align-items:center;gap:16px}.gift-card-page__back{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:9999px;color:#161c22}.gift-card-page__back svg{width:16px;height:16px}.gift-card-page__heading h1{margin:0;color:#161c22;font-size:32px;font-weight:700;letter-spacing:-.32px;line-height:40px}.gift-card-page__toolbar{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding-top:16px}.gift-card-page__toolbar-summary,.gift-card-page__toolbar-actions{display:flex;align-items:center;gap:8px}.gift-card-page__toolbar-summary{color:#6e7a73;font-size:16px;font-weight:400;line-height:24px}.gift-card-page__filter-toggle{display:inline-flex;height:42px;align-items:center;gap:4px;padding:8px 16px;border:1px solid #bdc9c2;border-radius:8px;background:#fff;color:#161c22;cursor:pointer;font:inherit}.gift-card-page__divider{width:1px;height:24px;margin:0 4px;background:#bdc9c2}.gift-card-page__toolbar-actions{gap:16px}.gift-card-page__search{position:relative;display:block;width:256px;height:42px;color:#6e7a73}.gift-card-page__search svg{position:absolute;top:12px;left:8px}.gift-card-page__search input,.gift-card-page__sort select{width:100%;height:42px;border:1px solid #bdc9c2;border-radius:8px;outline:0;background-color:#fff;color:#161c22;font:inherit;font-size:16px}.gift-card-page__search input{padding:7px 16px 6px 32px;font-weight:400;line-height:19px}.gift-card-page__search input::placeholder{color:#6b7280;opacity:1}.gift-card-page__sort{width:192px}.gift-card-page__sort select{-webkit-appearance:none;appearance:none;padding:8px 32px 8px 16px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:10px 6px;font-weight:400;line-height:24px}.gift-card-page__content{display:grid;grid-template-columns:minmax(0,1fr);gap:32px}.gift-card-page__content:has(.gift-card-page__filters.is-open){grid-template-columns:159px minmax(0,1fr)}.gift-card-page__content:has(.gift-card-page__filters.is-open) .gift-card-page__card{height:auto;min-height:0}.gift-card-page__content:has(.gift-card-page__filters.is-open) .gift-card-page__buy,.gift-card-page__content:has(.gift-card-page__filters.is-open) .gift-card-page__cart{gap:4px;padding-inline:4px;font-size:14px}.gift-card-page__filters{display:none}.gift-card-page__filters.is-open{display:block}.gift-card-page__filters h2{margin:0 0 16px;color:#6e7a73;font-size:16px;font-weight:400;letter-spacing:.8px;line-height:24px;text-transform:uppercase}.gift-card-page__filter-list{display:flex;flex-direction:column;gap:8px}.gift-card-page__filter-list label{display:flex;min-height:24px;align-items:center;gap:8px;cursor:pointer;font-size:16px;line-height:24px}.gift-card-page__filter-list input[type=checkbox]{width:18px;height:18px;margin:0;border:1px solid #bdc9c2;border-radius:4px;background:#fff}.gift-card-page__filter-list input[type=checkbox]:checked{border-color:#648165;background-color:#648165}.gift-card-page__filter-list input[type=checkbox]:checked:after{width:16px;height:16px;background-color:#fff}.gift-card-page__filter-list input[type=checkbox]:not(:disabled):hover{border-color:#648165;background-color:#fff}.gift-card-page__filter-list input[type=checkbox]:not(:disabled):hover:checked{border-color:#648165;background-color:#648165}.gift-card-page__results{display:flex;min-width:0;flex-direction:column;gap:48px}.gift-card-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.gift-card-page__card{position:relative;display:flex;width:100%;min-width:0;min-height:480px;overflow:hidden;flex-direction:column;border:1px solid #bdc9c2;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000000d}.gift-card-page__card-link{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;border-radius:inherit}.gift-card-page__card-link:focus-visible{outline:2px solid #161c22;outline-offset:-3px}.gift-card-page__media{display:block;width:100%;aspect-ratio:1;overflow:hidden;border:1px dashed #ced4da;background:#fff}.gift-card-page__media img{display:block;width:100%;height:100%;object-fit:cover}.gift-card-page__card-body{display:flex;min-height:112px;flex:1;flex-direction:column;gap:4px;padding:16px;background:#eae7e1}.gift-card-page__card-heading{display:flex;height:24px;justify-content:space-between;gap:8px;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap}.gift-card-page__card-heading span:first-child{overflow:hidden;text-overflow:ellipsis}.gift-card-page__card-actions{position:relative;z-index:2;display:flex;height:52px;align-items:center;gap:8px;padding-top:12px}.gift-card-page__buy,.gift-card-page__cart{display:flex;height:40px;min-width:0;flex:1;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:0;border-radius:8px;background:#648165;color:#fff;cursor:pointer;font-family:var(--gift-card-font-family);font-size:16px;font-style:normal;font-synthesis:none;font-weight:400;letter-spacing:0;line-height:24px;text-decoration:none;text-transform:none;white-space:nowrap}.gift-card-page__cart svg{display:block;width:20px;height:20px;flex:0 0 20px;fill:currentColor}.gift-card-page__buy:hover,.gift-card-page__cart:hover{background:#526f54}.gift-card-page__cart.is-added{background:#2f9877}.gift-card-page__favorite{display:grid;width:35px;height:34px;flex:0 0 35px;padding:0;place-items:center;border:1px solid #bdc9c2;border-radius:8px;background:transparent;color:#161c22;cursor:pointer;transition:color .16s ease,transform .1s ease}.gift-card-page__favorite svg{display:block;width:17px;height:16px;overflow:visible;fill:currentColor}.gift-card-page__favorite svg path{fill:transparent;stroke:currentColor}.gift-card-page__favorite:hover{color:#dc2626}.gift-card-page__favorite:active{transform:scale(.96)}.gift-card-page__favorite:focus-visible{outline:2px solid #161c22;outline-offset:2px}.gift-card-page__favorite.is-favorite{color:#dc2626}.gift-card-page__favorite.is-favorite svg path{fill:currentColor}.gift-card-page__card[hidden]{display:none}.gift-card-page__pagination{display:flex;min-height:40px;align-items:center;justify-content:center;gap:8px}.gift-card-page__pagination>*{display:grid;min-width:32px;height:40px;place-items:center;border-radius:4px;color:#161c22;text-decoration:none}.gift-card-page__pagination button{padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.gift-card-page__pagination>:first-child,.gift-card-page__pagination>:last-child{width:26px;min-width:26px;height:30px;padding:8px;border:1px solid #bdc9c2}.gift-card-page__pagination svg{width:8px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter}.gift-card-page__pagination button:disabled{opacity:.5;cursor:default}.gift-card-page__pagination .is-current{width:40px;min-width:40px;height:40px;padding:8px 12px;background:#648165;color:#fff;line-height:24px}.gift-card-page__explore{display:flex;flex-direction:column;gap:48px;padding:64px 0}.gift-card-page__explore h2{margin:0;color:#161c22;font-size:32px;font-weight:700;letter-spacing:-.32px;line-height:40px}.gift-card-page__explore-grid{display:grid;height:366px;grid-template-columns:repeat(2,270px);gap:24px}.gift-card-page__explore-card{display:flex;height:426px;flex-direction:column;color:#161c22;text-decoration:none}.gift-card-page__explore-card img{display:block;width:270px;height:282px;border-radius:12px;background:#f9f6ee;object-fit:cover}.gift-card-page__explore-card h3{margin:0;padding-top:16px;font-size:20px;font-weight:600;line-height:28px}.gift-card-page__explore-card p{display:flex;height:100px;margin:0;align-items:center;color:#3e4944;font-size:14px;font-weight:400;line-height:20px}@media(min-width:990px)and (prefers-reduced-motion:no-preference){.section-fade-in-ready .gift-card-page__card.section-fade-in--visible{transition:box-shadow .25s ease,transform .25s ease}.gift-card-page__media img{transition:transform .4s ease}.section-fade-in-ready .gift-card-page__card.section-fade-in--visible:hover,.gift-card-page__card:hover{z-index:1;transform:translateY(-3px);box-shadow:0 8px 24px #161c2214}.gift-card-page__card:hover .gift-card-page__media img{transform:scale(1.05)}}@media(min-width:990px){.gift-card-page__card{height:480px}.gift-card-page__explore{height:582px}}@media(min-width:990px)and (max-width:1099px){.gift-card-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-card-page__card{height:auto;min-height:0}}@media(max-width:989px){.gift-card-page__main{padding-inline:32px}.gift-card-page__toolbar{align-items:flex-start;gap:16px}.gift-card-page__toolbar-actions{width:100%;justify-content:flex-end}.gift-card-page__content:has(.gift-card-page__filters.is-open){grid-template-columns:1fr}.gift-card-page__filters.is-open{padding:16px;border:1px solid #bdc9c2;border-radius:8px}.gift-card-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.gift-card-page__main{gap:24px;padding:24px}.gift-card-page__heading{gap:8px}.gift-card-page__heading h1{font-size:28px;line-height:36px}.gift-card-page__toolbar{flex-direction:column;padding-top:8px}.gift-card-page__toolbar-actions{flex-direction:column;align-items:stretch}.gift-card-page__search,.gift-card-page__sort{width:100%}.gift-card-page__grid{grid-template-columns:1fr}.gift-card-page__card{min-height:0}.gift-card-page__explore-grid{grid-template-columns:1fr}.gift-card-page__explore-grid,.gift-card-page__explore-card{height:auto}.gift-card-page__explore-card img{width:100%;height:auto;aspect-ratio:270 / 282}}@media(max-width:389px){.gift-card-page__buy,.gift-card-page__cart{padding-inline:8px;font-size:14px}}@media(prefers-reduced-motion:reduce){.gift-card-page__favorite{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/gift-card-page.css.map */
