.custom-split{width:100%;background-color:var(--cs-bg, #f4ede0);color:var(--cs-text, #1a1a1a);overflow:hidden}.custom-split__grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:100vh}.custom-split__media{position:relative;width:100%;height:100%;overflow:hidden;background-color:#e5dccc}.custom-split__image{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:0}.custom-split__image--placeholder{object-fit:contain;padding:4rem;opacity:.6}.custom-split__media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72%;background:linear-gradient(to top,rgba(0,0,0,var(--cs-shadow-opacity, .7)),#0000);z-index:1;pointer-events:none}.custom-split__overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:clamp(1.5rem,3vw,3rem);color:#fff;max-width:560px;text-align:left}.custom-split__overlay-subheading{font-size:.8rem;font-weight:600;letter-spacing:.02em;margin:0 0 .6rem;color:#fff}.custom-split__overlay-heading{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;letter-spacing:-.01em;margin:0 0 .9rem;color:#fff}.custom-split__overlay-text{font-size:.95rem;line-height:1.6;color:#fff;opacity:.95;margin:0 0 1.5rem;max-width:46ch}.custom-split__overlay-text p{margin:0 0 .5rem}.custom-split__overlay-text p:last-child{margin-bottom:0}.custom-split__overlay-button{display:inline-flex;align-items:center;gap:.7rem;padding:.85rem 1.7rem;border:1px solid rgba(255,255,255,.7);color:#fff;background:transparent;text-decoration:none;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:background .3s ease,color .3s ease,gap .3s ease}.custom-split__overlay-button:hover{background:#fff;color:#1a1a1a;gap:1.1rem}.custom-split__overlay-button svg{width:16px;height:12px;flex-shrink:0}.custom-split__content{display:flex;align-items:center;justify-content:center;padding:var(--cs-padding-top, 80px) 2.5rem var(--cs-padding-bottom, 80px);background-color:var(--cs-bg, #f4ede0)}.custom-split__inner{width:100%;max-width:560px;text-align:center}.custom-split__tagline{font-size:.875rem;color:var(--cs-text, #1a1a1a);margin:0 0 1.25rem;letter-spacing:.01em}.custom-split__heading{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(1.75rem,2.4vw,2.35rem);line-height:1.2;color:var(--cs-text, #1a1a1a);margin:0 0 1.5rem;letter-spacing:-.01em}.custom-split__description{font-size:.95rem;line-height:1.65;color:var(--cs-text, #1a1a1a);opacity:.92;margin:0 0 2.5rem}.custom-split__description p{margin:0 0 .75rem}.custom-split__description p:last-child{margin-bottom:0}.custom-split__product{margin-top:1rem;position:relative}.custom-split__badge-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:0 .25rem}.custom-split__badge{color:var(--cs-accent, #a8542a);font-size:.875rem;letter-spacing:.01em}.custom-split__bookmark{background:none;border:none;cursor:pointer;padding:4px;color:var(--cs-text, #1a1a1a);display:inline-flex;transition:opacity .2s ease}.custom-split__bookmark:hover{opacity:.6}.custom-split__product-link{display:block;position:relative;margin:0 auto 1.25rem;max-width:480px;width:100%;text-decoration:none;color:inherit;overflow:hidden}.custom-split__product-image{width:100%;height:auto;display:block;transition:transform .4s ease,opacity .3s ease}.custom-split__product-link:hover .custom-split__product-image,.custom-split__product-link:focus-visible .custom-split__product-image{opacity:.92}.custom-split__tooltip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#1a1a1a;color:#fff;padding:.55rem 1rem;font-size:.8rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s ease;letter-spacing:.01em}.custom-split__product-link:hover .custom-split__tooltip,.custom-split__product-link:focus-visible .custom-split__tooltip{opacity:1}.custom-split__product-title{font-size:1rem;font-weight:400;color:var(--cs-text, #1a1a1a);margin:1.25rem 0 .4rem;font-family:Georgia,Times New Roman,serif}.custom-split__price{font-size:.95rem;color:var(--cs-text, #1a1a1a);margin:0 0 1.5rem;display:flex;justify-content:center;gap:.5rem}.custom-split__price-sale{color:var(--cs-accent, #a8542a)}.custom-split__price-compare{opacity:.5}.custom-split__form{display:none!important}.custom-split__buy-buttons{display:block!important;width:100%!important}.custom-split__button{display:block!important;width:100%!important;padding:1.1rem 2rem!important;background-color:var(--cs-btn-bg, #000000)!important;background:var(--cs-btn-bg, #000000)!important;color:var(--cs-btn-text, #ffffff)!important;border:1px solid var(--cs-btn-bg, #000000)!important;border-radius:0!important;font-size:.8rem!important;font-weight:500!important;letter-spacing:.15em!important;text-transform:uppercase!important;cursor:pointer!important;transition:opacity .25s ease!important;font-family:inherit!important;text-align:center!important;text-decoration:none!important;line-height:1.4!important;box-shadow:none!important}.custom-split__button:hover:not(:disabled){opacity:.85!important;background-color:var(--cs-btn-bg, #000000)!important;color:var(--cs-btn-text, #ffffff)!important}.custom-split__button:disabled{opacity:.4!important;cursor:not-allowed!important}.custom-split__no-product{font-size:.9rem;opacity:.6}@media screen and (max-width:749px){.custom-split__grid{grid-template-columns:1fr;min-height:auto}.custom-split__media{aspect-ratio:4 / 5;height:auto}.custom-split__overlay{padding:1.5rem 1.25rem}.custom-split__overlay-heading{font-size:1.45rem}.custom-split__overlay-text{font-size:.85rem;margin-bottom:1.1rem}.custom-split__content{padding:2.5rem 1.5rem 3rem}.custom-split__heading{font-size:1.625rem}.custom-split__description{font-size:.9rem;margin-bottom:2rem}.custom-split__product-link{max-width:320px}.custom-split__tooltip{display:none}}@media screen and (min-width:750px)and (max-width:989px){.custom-split__grid{min-height:80vh}.custom-split__content{padding:3rem 2rem}}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
