.bls__bento{padding-top:calc(var(--section-pt, 60) * 1px);padding-bottom:calc(var(--section-pb, 60) * 1px);background-color:var(--bento-bg, #0f0f0f)}.bls__bento-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem 3rem;align-items:start}.bls__bento-content{position:sticky;top:2rem}.bls__bento-heading{color:var(--bento-heading-color, #ffffff);margin:0 0 1.5rem;line-height:1.2}.bls__bento-description{color:var(--bento-text-color, #9ca3af);line-height:1.6}.bls__bento-description p{margin:0 0 1rem}.bls__bento-description p:last-child{margin-bottom:0}.bls__bento-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:.875rem 1.5rem;background-color:var(--bento-btn-bg, transparent);color:var(--bento-btn-border, #3d58a9);border:1px solid var(--bento-btn-border, #3d58a9);border-radius:5px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.bls__bento-button:hover{background-color:var(--bento-btn-hover-bg, #3d58a9);color:#fff;border-color:var(--bento-btn-hover-border, #3d58a9)}.bls__bento-button svg{flex-shrink:0}.bls__bento-cards{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.25rem;min-width:0}.bls__bento-card{min-width:0;flex-shrink:0;box-shadow:none}.bls__bento-card-inner{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:28px;padding:1.5rem 1.25rem;box-sizing:border-box;text-align:center;box-shadow:none;transition:transform .35s ease}.bls__bento-card-inner--link{text-decoration:none;color:inherit}.bls__bento-card--text .bls__bento-card-inner{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08)}.bls__bento-card-text{margin:0;color:#fff;line-height:1.35}.bls__bento-card--image .bls__bento-card-inner{padding:0}.bls__bento-card-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.bls__bento-card-img{width:100%;height:100%;object-fit:cover;transition:filter .4s ease,transform .4s ease}.bls__bento-card-placeholder{width:100%;height:100%;background:#ffffff0f;display:flex;align-items:center;justify-content:center}.bls__bento-card-placeholder .placeholder-svg{width:50%;height:50%;opacity:.3}.bls__bento-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0000;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0;transition:opacity .4s ease,background .4s ease,backdrop-filter .4s ease;pointer-events:none}.bls__bento-card-overlay-text{margin:0;color:#fff;line-height:1.35;text-align:center;transform:scale(.95);transition:transform .35s ease}.bls__bento-card--image .bls__bento-card-inner:hover .bls__bento-card-img,.bls__bento-card--image .bls__bento-card-inner:focus-within .bls__bento-card-img{filter:blur(4px) brightness(.5);transform:scale(1.05)}.bls__bento-card--image .bls__bento-card-inner:hover .bls__bento-card-overlay,.bls__bento-card--image .bls__bento-card-inner:focus-within .bls__bento-card-overlay{opacity:1;background:#00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.bls__bento-card--image .bls__bento-card-inner:hover .bls__bento-card-overlay-text,.bls__bento-card--image .bls__bento-card-inner:focus-within .bls__bento-card-overlay-text{transform:scale(1)}.bls__bento-card--image .bls__bento-card-inner:hover,.bls__bento-card--image .bls__bento-card-inner:focus-within{transform:scale(1.02);box-shadow:none}.bls__bento-card--custom{width:var(--bento-card-width, 220px)}.bls__bento-card--custom .bls__bento-card-inner{min-height:var(--bento-card-height, 180px)}@media(max-width:991px){.bls__bento-grid{gap:2.5rem 2rem}.bls__bento-cards{gap:1rem}}@media(max-width:820px){.bls__bento-grid{grid-template-columns:1fr;gap:2rem;min-width:0}.bls__bento-content{position:static;order:1;padding-left:20px;padding-right:20px;box-sizing:border-box}.bls__bento-heading{margin-bottom:1rem}.bls__bento-cards-wrapper{order:2;width:100%;min-width:0}.bls__bento-cards-wrapper{margin-left:calc(-1 * var(--bs-gutter-x, 15px) * .5);margin-right:calc(-1 * var(--bs-gutter-x, 15px) * .5);padding-left:calc(var(--bs-gutter-x, 15px) * .5);padding-right:calc(var(--bs-gutter-x, 15px) * .5)}.bls__bento-cards{display:flex;flex-wrap:nowrap;flex-direction:row;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.bls__bento-cards::-webkit-scrollbar{display:none}.bls__bento-card{flex:0 0 auto;width:var(--bento-card-width, 220px)!important;min-width:var(--bento-card-width, 220px)!important;max-width:var(--bento-card-width, 220px)!important;scroll-snap-align:start;scroll-snap-stop:always}.bls__bento-card-inner{min-height:var(--bento-card-height, 180px)!important;border-radius:24px}.bls__bento-card--text .bls__bento-card-inner{min-height:var(--bento-card-height, 180px)!important}.bls__bento-card--image .bls__bento-card-overlay{opacity:1;inset:auto auto 0 0;top:auto;right:0;left:0;width:100%;min-height:auto;background:#0003;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);align-items:flex-end;justify-content:flex-start;padding:1rem 1.25rem;border-radius:0 0 24px 24px}.bls__bento-card--image .bls__bento-card-overlay-text{transform:none;text-align:left;width:100%}.bls__bento-card--image .bls__bento-card-inner:hover .bls__bento-card-img,.bls__bento-card--image .bls__bento-card-inner:focus-within .bls__bento-card-img{filter:none;transform:none}.bls__bento-card--image .bls__bento-card-inner:hover,.bls__bento-card--image .bls__bento-card-inner:focus-within{transform:none;box-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bento-grid.css.map */
