.bbx{background-color:var(--bbx-bg);padding-top:var(--bbx-padding-top-mobile, 24px);padding-bottom:var(--bbx-padding-bottom-mobile, 24px);padding-left:16px;padding-right:16px;overflow-x:hidden}.bbx-inner{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1330px;margin:0 auto}.bbx-heading-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:620px;min-width:0;text-align:center}.bbx-heading{margin:0 auto;width:100%;max-width:420px;font-family:var(--bbx-heading-font-family);font-weight:var(--bbx-heading-font-weight);font-size:var(--bbx-heading-font-size);line-height:1.15;letter-spacing:-.01em;color:var(--bbx-heading-color)}.bbx-subheading{margin:0 auto;width:100%;max-width:420px;font-family:var(--bbx-body-font-family);font-weight:var(--bbx-body-font-weight);font-size:var(--bbx-subheading-font-size);line-height:1.4;color:var(--bbx-subheading-color)}.bbx-content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;min-width:0}.bbx-image-wrap{order:2;width:100%;min-width:0;border-radius:10px;overflow:hidden}.bbx-image,.bbx-image--placeholder{display:block;width:100%;height:auto;aspect-ratio:390 / 368;object-fit:cover}.bbx-card{order:1;display:flex;flex-direction:column;width:100%;max-width:480px;min-width:0;box-sizing:border-box;background-color:var(--bbx-card-bg);border:1px solid var(--bbx-card-border);border-radius:10px;overflow:hidden}.bbx-card-top{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;box-sizing:border-box;padding:20px 16px}.bbx-card-title-row{display:flex;align-items:baseline;gap:12px;width:100%;min-width:0}.bbx-card-title{flex:1 1 auto;min-width:0;font-family:var(--bbx-heading-font-family);font-size:var(--bbx-card-title-font-size);line-height:1.1;color:var(--bbx-card-title-color);overflow-wrap:break-word}.bbx-card-price{flex:0 0 auto;font-family:var(--bbx-heading-font-family);font-size:var(--bbx-card-title-font-size);line-height:1.1;letter-spacing:-.02em;color:var(--bbx-card-price-color)}.bbx-card-description{width:100%;min-width:0;font-family:var(--bbx-body-font-family);font-weight:var(--bbx-body-font-weight);font-size:var(--bbx-card-description-font-size);line-height:1.4;color:var(--bbx-card-description-color)}.bbx-card-description p{margin:0}.bbx-card-perks{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;box-sizing:border-box;padding:16px;border-top:1px solid var(--bbx-perks-divider);border-bottom:1px solid var(--bbx-perks-divider)}.bbx-perks-heading{margin:0;width:100%;font-family:var(--bbx-body-font-family);font-weight:600;font-size:var(--bbx-perks-text-font-size);line-height:1.3;color:var(--bbx-perks-heading-color)}.bbx-perks-list{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;margin:0;padding:0;list-style:none}.bbx-perks-item{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0}.bbx-perks-emoji{flex:0 0 auto;font-size:var(--bbx-perks-text-font-size);line-height:1.4}.bbx-perks-text{flex:1 1 auto;min-width:0;font-family:var(--bbx-body-font-family);font-weight:var(--bbx-body-font-weight);font-size:var(--bbx-perks-text-font-size);line-height:1.4;color:var(--bbx-perks-text-color);overflow-wrap:break-word}.bbx-card-footer{display:flex;flex-direction:column;align-items:center;gap:11px;width:100%;min-width:0;box-sizing:border-box;padding:20px 16px 18px;text-align:center}.bbx-delivery-text{margin:0;width:100%;font-family:var(--bbx-body-font-family);font-weight:600;font-size:var(--bbx-small-text-font-size);line-height:1.2;color:var(--bbx-delivery-color)}.bbx-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 25px;border-radius:var(--bbx-button-radius);border-width:var(--bbx-button-border-width);border-style:solid;border-color:var(--bbx-button-border);background-color:var(--bbx-button-bg);color:var(--bbx-button-color);font-family:var(--bbx-body-font-family);font-weight:600;font-size:var(--bbx-button-text-font-size);text-decoration:none;text-align:center;cursor:pointer;box-sizing:border-box;transition:transform .15s ease,box-shadow .15s ease}.bbx-cta:hover{transform:translateY(-1px);box-shadow:0 4px 10px #1018281f}.bbx-cancel-text{margin:0;width:100%;font-family:var(--bbx-body-font-family);font-weight:var(--bbx-body-font-weight);font-size:var(--bbx-small-text-font-size);line-height:1.2;color:var(--bbx-cancel-color)}@media screen and (min-width:900px){.bbx{padding-top:var(--bbx-padding-top);padding-bottom:var(--bbx-padding-bottom);padding-left:20px;padding-right:20px}.bbx-inner{gap:56px}.bbx-heading{max-width:900px;font-size:var(--bbx-heading-font-size-desktop)}.bbx-subheading{max-width:900px;font-size:var(--bbx-subheading-font-size-desktop)}.bbx-content{flex-direction:row;align-items:flex-start;gap:36px}.bbx-image-wrap{order:1;flex:1 1 50%;min-width:0;align-self:stretch}.bbx-image,.bbx-image--placeholder{aspect-ratio:627 / 670;height:100%}.bbx-card{order:2;flex:1 1 45%;max-width:530px;margin-top:28px}.bbx-card-top,.bbx-card-perks,.bbx-card-footer{padding-left:24px;padding-right:24px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/buy-box.css.map */
