.sbf-page *,.sbf-page *:before,.sbf-page *:after{box-sizing:border-box;margin:0;padding:0}.sbf-page a{text-decoration:none;color:inherit}.sbf-page{background:#faf8f5;font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}.sbf-banner{position:relative;background-color:#faf8f5;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:0 20px;text-align:center;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.sbf-banner__overlay{display:none}.sbf-banner__content{position:relative;z-index:1;max-width:540px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:52%}.sbf-banner__tag{display:inline-flex;align-items:center;gap:5px;background:#c4a882;border:none;border-radius:5px;padding:6px 14px;font-size:9px;font-weight:600;color:#2c2420;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.sbf-banner__bogo{display:inline-block;background:#c4a882;color:#2c2420;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:6px 16px;border-radius:4px;margin-bottom:10px}.sbf-banner__headline{font-size:clamp(20px,5.5vw,32px);font-weight:500;color:#fff;line-height:1.2;margin-bottom:8px;margin-top:0;font-family:var(--font-heading-family, Georgia, "Times New Roman", serif);text-shadow:0 2px 10px rgba(0,0,0,.75)}.sbf-banner__sub{font-size:clamp(11px,2.5vw,13px);color:#fff;line-height:1.6;margin-bottom:6px;text-shadow:0 1px 6px rgba(0,0,0,.8);font-weight:500}.sbf-banner__sub2{font-size:11px;font-weight:500;color:#fff;line-height:1.5;margin-bottom:8px;margin-top:0;text-shadow:0 1px 6px rgba(0,0,0,.9);letter-spacing:.02em}.sbf-banner__cta{display:inline-block;background:#c4a882;color:#2c2420;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:12px 32px;border-radius:5px;transition:background .2s;margin-top:4px}.sbf-banner__cta:hover{background:#d4b892}.sbf-banner__trust{display:inline-flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0;margin-top:14px;background:#140c0873;border:1px solid rgba(196,168,130,.6);border-radius:6px;padding:7px 14px;white-space:nowrap;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sbf-trust-item{display:flex;align-items:center;gap:4px;font-size:9.5px;color:#fff;letter-spacing:.04em;padding:0 8px;white-space:nowrap;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.6)}.sbf-trust-sep{width:1px;height:12px;background:#c4a88280;flex-shrink:0}.sbf-collections{padding:0 0 24px}.sbf-section-label{padding:10px 12px 6px;text-align:center;display:flex;align-items:center;justify-content:center}.sbf-section-label__text{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#7a6a5a;font-weight:500}.sbf-section-label__text:before,.sbf-section-label__text:after{content:"";display:inline-block;width:28px;height:.5px;background:#c4a882}.sbf-grid--2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:4px 10px 2px}.sbf-card{background:#fff;border:.5px solid #e8ddd4;border-radius:10px;overflow:hidden;display:block;transition:border-color .2s,transform .15s;-webkit-tap-highlight-color:transparent}.sbf-card:hover{border-color:#c4a882;transform:translateY(-1px)}.sbf-card:active{transform:translateY(0)}.sbf-card__img{position:relative;height:90px;overflow:hidden;background:#f5f0ea}.sbf-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.sbf-card:hover .sbf-card__img img{transform:scale(1.03)}.sbf-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0ebe4}.sbf-card__img-label{position:absolute;bottom:5px;left:6px;font-size:8px;color:#fff;background:#2c242094;padding:2px 6px;border-radius:3px;letter-spacing:.04em;pointer-events:none}.sbf-card__body{padding:9px 9px 11px;text-align:center}.sbf-card__tag{font-size:8px;letter-spacing:.07em;text-transform:uppercase;color:#9e8c7a;margin-bottom:3px}.sbf-card__title{font-size:11px;font-weight:500;color:#2c2420;line-height:1.3;margin-bottom:6px}.sbf-card__sub{font-size:9px;color:#7a6a5a;line-height:1.5;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sbf-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:3px;font-size:9px;color:#9e8c7a;letter-spacing:.03em;width:100%}.sbf-card--full{display:flex;flex-direction:row;margin:4px 10px;border-radius:10px}.sbf-card__img--full{width:88px;min-width:88px;height:auto;min-height:90px}.sbf-card--full .sbf-card__body{padding:10px 10px 10px 8px;flex:1;min-width:0;text-align:left}.sbf-card--full .sbf-card__title{font-size:12px;white-space:normal}@media(min-width:768px){.sbf-banner{padding:64px 40px 52px}.sbf-section-label{padding:28px 24px 10px}.sbf-section-label__text:before,.sbf-section-label__text:after{width:56px}.sbf-grid--2{gap:14px;padding:6px 24px 4px}.sbf-card__img{height:140px}.sbf-card__body{padding:12px 12px 14px}.sbf-card__tag{font-size:9px;margin-bottom:4px}.sbf-card__title{font-size:14px;margin-bottom:8px}.sbf-card__cta{font-size:11px}.sbf-card--full{margin:4px 24px}.sbf-card__img--full{width:140px;min-width:140px}.sbf-card--full .sbf-card__body{padding:14px 16px}.sbf-card--full .sbf-card__title{font-size:15px}.sbf-card__sub,.sbf-trust-item{font-size:11px}}.sbf-card:focus-visible{outline:2px solid #c4a882;outline-offset:2px}@media(prefers-reduced-motion:reduce){.sbf-card,.sbf-card__img img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/sbf.css.map */
