.tp-byob-section{background:#f5f5f5;color:#111;padding:32px 0 72px}.tp-byob{display:block;font-family:var(--font-body-family, inherit)}.tp-byob__inner{width:min(1480px,calc(100% - 40px));margin:0 auto}.tp-byob__hero{position:relative;overflow:hidden;background:#f3f3f3;border-radius:8px}.tp-byob__hero--plain{display:flex;align-items:center;background:#f3f3f3;min-height:230px}.tp-byob__hero-image{width:100%;display:block;height:auto}.tp-byob__hero-copy{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:1;max-width:min(48%,620px);padding:48px 56px}.tp-byob__hero--plain .tp-byob__hero-copy{position:relative;top:auto;transform:none}.tp-byob__hero h1{margin:0 0 14px;color:var(--tp-byob-heading-color, #242326);font-size:clamp(34px,2.4vw,44px);line-height:1.05;letter-spacing:0;font-weight:500;white-space:nowrap}.tp-byob__hero p{margin:0;color:var(--tp-byob-subheading-color, #242326);font-size:18px;line-height:1.35}.tp-byob__tabs{display:flex;gap:8px;margin:0 0 20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.tp-byob__tabs::-webkit-scrollbar{display:none}.tp-byob__tab{flex:0 0 auto;border:1px solid rgba(0,0,0,.18);background:#ffffff8c;color:#111;min-height:40px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:700;letter-spacing:0;cursor:pointer;scroll-snap-align:start}.tp-byob__tab.is-active{background:#111;color:#fff;border-color:#111}.tp-byob__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:44px;align-items:start}.tp-byob__collection-title,.tp-byob__summary h2{margin:0 0 22px;color:#111;font-size:28px;line-height:1.15;font-weight:500;letter-spacing:0}.tp-byob__inner>.tp-byob__collection-title{margin-top:32px;margin-bottom:18px}.tp-byob__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px}.tp-byob-card{min-width:0}.tp-byob-card__image-link{color:inherit;text-decoration:none}.tp-byob-card__image-link:hover .tp-byob-card__image{transform:scale(1.015)}.tp-byob-card__image-wrap{background:#f5f5f5;border-radius:8px;aspect-ratio:1;overflow:hidden}.tp-byob-card__image{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .18s ease,transform .22s ease}.tp-byob-card__swatches{--tp-byob-swatch-size: 22px;--tp-byob-swatch-gap: 8px;display:flex;gap:var(--tp-byob-swatch-gap);overflow-x:auto;width:calc((var(--tp-byob-swatch-size) * 6.5) + (var(--tp-byob-swatch-gap) * 6));max-width:100%;margin:14px 0 9px;padding:4px 16px 4px 3px;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 22px),transparent 100%);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 22px),transparent 100%)}.tp-byob-card__swatches::-webkit-scrollbar{display:none}.tp-byob-card__swatch{-webkit-appearance:none;appearance:none;flex:0 0 var(--tp-byob-swatch-size);width:var(--tp-byob-swatch-size);min-width:var(--tp-byob-swatch-size);max-width:var(--tp-byob-swatch-size);height:var(--tp-byob-swatch-size);min-height:var(--tp-byob-swatch-size);padding:0;border-radius:50%;border:1px solid rgba(0,0,0,.28);background:var(--swatch, #fff);background-size:cover;background-position:center;box-shadow:inset 0 0 0 2px #ffffffd9;cursor:pointer}.tp-byob-card__swatch.is-active{border-color:transparent;box-shadow:inset 0 0 0 2px #ffffffd9,0 0 0 2px #f5f5f5,0 0 0 3px #111}.tp-byob-card__title{width:100%;min-height:2.4em;max-height:2.4em;padding:0;border:0;outline:0;resize:none;background:transparent;margin:0 0 7px;color:#111;cursor:text;font-family:inherit;font-size:18px;line-height:1.2;font-weight:500;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;display:block;overflow:hidden}.tp-byob-card__price{margin:0 0 18px;color:#111;font-size:16px;font-weight:700}.tp-byob-card__button{position:relative;overflow:hidden;min-width:122px;min-height:48px;padding:0 28px;border:1px solid #202024;border-radius:999px;background:#202024;color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:none;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease}.tp-byob-card__button:hover:not(:disabled){background:#202024;color:#fff;transform:translateY(-1px)}.tp-byob-card__button:disabled{opacity:.5;cursor:not-allowed}.tp-byob-card__button.is-added{background:#202024;color:#fff;border-color:#202024}.tp-byob-card__button.is-added:disabled{opacity:1}@media(min-width:768px){.tp-byob-card__button:not(:disabled):before{content:"";position:absolute;top:-55%;left:-70%;width:42%;height:210%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.22) 45%,transparent 70%);transform:translate(-120%) skew(-18deg);pointer-events:none}.tp-byob-card__button:hover:not(:disabled):not(.is-added):not(.is-restoring):before{animation:tp-byob-button-shine .9s ease}.tp-byob-card__button.is-added:before,.tp-byob-card__button.is-restoring:before{animation:none;opacity:0}.tp-byob-card__button.is-added{min-width:132px;padding-left:34px}.tp-byob-card__button.is-added:after{content:"\2713";position:absolute;top:50%;left:22px;font-size:14px;line-height:1;transform:translateY(-50%)}}@keyframes tp-byob-button-shine{0%{transform:translate(-120%) skew(-18deg)}to{transform:translate(420%) skew(-18deg)}}.tp-byob__summary{position:sticky;top:96px;z-index:2}.tp-byob__summary-inner{background:transparent}.tp-byob__summary-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.tp-byob__summary-head h2{flex-shrink:0;margin:0}.tp-byob__promo-note{flex:1;max-width:380px;padding:10px 16px;border:1px solid rgba(122,31,43,.24);border-radius:8px;background:#fff4f6;color:#7a1f2b;font-size:14px;line-height:1.3;font-weight:700;text-align:center}.tp-byob__summary-toggle{display:none;border:0;background:transparent;color:inherit;padding:6px 0;font-size:16px;font-weight:400;line-height:1;letter-spacing:0;text-transform:none;cursor:pointer}.tp-byob__summary-toggle-icon{display:inline-block;width:12px;height:12px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}.tp-byob__summary.is-expanded .tp-byob__summary-toggle-icon{margin-left:0;transform:rotate(225deg) translateY(-2px)}.tp-byob__progress{background:#ececec;border-radius:8px;padding:20px;margin-bottom:28px}.tp-byob__progress--mobile-sticky{display:none}.tp-byob-progress__message{margin:0 0 22px;font-size:18px;line-height:1.25}.tp-byob-progress__rail{position:relative;height:3px;background:#d6d7da;margin:0 0 18px;border-radius:999px}.tp-byob-progress__fill{position:absolute;inset:0 auto 0 0;width:var(--progress, 0%);background:#222;border-radius:inherit}.tp-byob-progress__steps{display:grid;grid-template-columns:repeat(var(--tier-count, 1),minmax(0,1fr));gap:12px;margin-top:-31px}.tp-byob-progress__step{position:relative;text-align:center;font-size:12px;line-height:1.2}.tp-byob-progress__dot{width:22px;height:22px;display:grid;place-items:center;margin:0 auto 10px;border-radius:999px;background:#dfe0e3;color:#fff;font-size:13px;line-height:1;font-weight:700;box-shadow:0 0 0 4px #ececec}.tp-byob-progress__step.is-reached .tp-byob-progress__dot{background:#222}.tp-byob-progress__threshold,.tp-byob-progress__label{display:block}.tp-byob__selected-wrap{display:none;position:relative;margin-bottom:28px}.tp-byob__selected-wrap.has-items{display:block}.tp-byob__selected{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tp-byob__selected.is-scrollable{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.tp-byob__selected.is-scrollable::-webkit-scrollbar{display:none}.tp-byob__selected.is-scrollable>*{flex:0 0 calc((100% - 24px) / 3)}.tp-byob__selected-arrow{-webkit-appearance:none;appearance:none;position:absolute;top:35%;z-index:3;width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;padding:0;border:0;border-radius:999px;background:#222;color:#fff;display:grid;place-items:center;font-size:0;line-height:1;cursor:pointer;box-shadow:0 8px 18px #00000024}.tp-byob__selected-arrow span{display:none}.tp-byob__selected-arrow:before,.tp-byob__selected-arrow:after{content:"";position:absolute;top:50%;left:50%}.tp-byob__selected-arrow:before{width:10px;height:2px;border-radius:999px;background:currentColor}.tp-byob__selected-arrow:after{width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor}.tp-byob__selected-arrow[hidden]{display:none}.tp-byob__selected-arrow--prev{left:-16px}.tp-byob__selected-arrow--prev:before{transform:translate(-42%,-50%)}.tp-byob__selected-arrow--prev:after{transform:translate(-62%,-50%) rotate(-135deg)}.tp-byob__selected-arrow--next{right:-16px}.tp-byob__selected-arrow--next:before{transform:translate(-58%,-50%)}.tp-byob__selected-arrow--next:after{transform:translate(-38%,-50%) rotate(45deg)}.tp-byob-selected{min-width:0;position:relative}.tp-byob-selected__image{aspect-ratio:1;border-radius:8px;background:#f5f5f5;overflow:hidden}.tp-byob-selected__image img{width:100%;height:100%;object-fit:contain;display:block}.tp-byob-selected__remove{-webkit-appearance:none;appearance:none;position:absolute;top:8px;right:8px;z-index:2;width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;padding:0;border:0;border-radius:999px;background:#222;color:#fff;font-size:0;line-height:1;display:grid;place-items:center;cursor:pointer}.tp-byob-selected__remove:before,.tp-byob-selected__remove:after{content:"";position:absolute;top:50%;left:50%;width:9px;height:2px;border-radius:999px;background:currentColor}.tp-byob-selected__remove:before{transform:translate(-50%,-50%) rotate(45deg)}.tp-byob-selected__remove:after{transform:translate(-50%,-50%) rotate(-45deg)}.tp-byob-selected__title,.tp-byob-selected__variant{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-byob-selected__title{margin-top:10px;font-size:18px;line-height:1.2}.tp-byob-selected__variant{margin-top:5px;font-size:14px;color:#333}.tp-byob__scroll-indicator{display:none;height:2px;margin-top:14px;background:#c7c7c7}.tp-byob__selected-wrap.is-scrollable .tp-byob__scroll-indicator{display:block}.tp-byob__scroll-indicator span{display:block;width:34%;height:100%;background:#111;transform:translate(var(--scroll-x, 0))}.tp-byob__empty-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:42px}.tp-byob-slot{aspect-ratio:1;border:1px dashed rgba(0,0,0,.35);border-radius:8px;display:grid;place-items:center;font-size:42px;line-height:1;color:#222}.tp-byob__limit-message{margin:0 0 14px;color:#a61e2a;font-weight:700}.tp-byob__subtotal{display:flex;justify-content:space-between;gap:16px;align-items:baseline;margin-bottom:18px;font-size:18px}.tp-byob__subtotal [data-subtotal]{display:inline-flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.tp-byob__subtotal-hint{color:#5f6672;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap}.tp-byob__subtotal-price{display:inline-flex;gap:8px;align-items:center;font-weight:700}.tp-byob__subtotal-compare{color:#333;text-decoration:line-through;font-weight:400}.tp-byob__subtotal-sale{color:#e60012}.tp-byob__subtotal-badge{background:#f8c9d0;color:#8b1020;border-radius:4px;padding:3px 6px;font-size:12px}.tp-byob__add-bundle{width:100%;min-height:64px;border:0;border-radius:999px;background:#222;color:#fff;font-size:20px;font-weight:700;text-transform:none;cursor:pointer}.tp-byob__add-bundle:disabled{background:#e1e3e7;color:#8f949d;cursor:not-allowed}@media(max-width:1180px){.tp-byob__products{grid-template-columns:repeat(3,minmax(0,1fr))}.tp-byob__layout{grid-template-columns:minmax(0,1fr) minmax(340px,410px);gap:30px}}@media(max-width:767px){.tp-byob-section{padding:14px 0 34px}.tp-byob{padding-bottom:var(--mobile-summary-height, 190px)}.tp-byob__inner{width:100%}.tp-byob__hero{border-radius:0}.tp-byob__hero-copy{padding:28px 20px}.tp-byob__hero h1{font-size:20px;font-weight:400;line-height:1.08}.tp-byob__hero p{display:none}.tp-byob__hero--plain{min-height:190px}.tp-byob__hero-copy{max-width:68%;padding:28px 20px}.tp-byob__tabs{gap:6px;padding:0 18px;margin:12px 0}.tp-byob__tab{min-height:34px;padding:0 16px;font-size:12px}.tp-byob__layout{display:block}.tp-byob__products-panel{padding:0 20px 16px}.tp-byob__collection-title{padding:0 18px;font-size:22px;margin-bottom:12px}.tp-byob__products{display:grid;grid-template-columns:1fr;gap:16px}.tp-byob-card{display:grid;grid-template-columns:84px minmax(0,1fr) 38px;gap:12px;align-items:center}.tp-byob-card__image-wrap{border-radius:8px}.tp-byob-card__swatches{--tp-byob-swatch-size: 24px;--tp-byob-swatch-gap: 7px;width:calc((var(--tp-byob-swatch-size) * 4.5) + (var(--tp-byob-swatch-gap) * 4));margin:5px 0}.tp-byob-card__swatch{flex-basis:var(--tp-byob-swatch-size);width:var(--tp-byob-swatch-size);min-width:var(--tp-byob-swatch-size);max-width:var(--tp-byob-swatch-size);height:var(--tp-byob-swatch-size);min-height:var(--tp-byob-swatch-size)}.tp-byob-card__title{min-height:0;margin-bottom:0;font-size:14px}.tp-byob-card__price{margin:0;font-size:14px}.tp-byob-card__button{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:999px;font-size:0;position:relative}.tp-byob-card__button:before,.tp-byob-card__button:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:currentColor;transform:translate(-50%,-50%)}.tp-byob-card__button:after{transform:translate(-50%,-50%) rotate(90deg)}.tp-byob-card__button.is-added:after{display:none}.tp-byob__summary{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:20;background:#fff;padding:18px 20px;box-shadow:0 -12px 28px #00000014}.tp-byob__summary.is-static-mobile{position:relative;left:auto;right:auto;bottom:auto;box-shadow:none;margin-top:10px}.tp-byob__summary h2{font-size:20px;font-weight:400;margin:0}.tp-byob__summary-head{position:relative;justify-content:space-between;flex-wrap:nowrap;gap:16px;padding-top:42px;margin-bottom:12px}.tp-byob__promo-note{position:absolute;top:0;left:0;right:0;width:auto;max-width:none;padding:7px 10px;font-size:13px;line-height:1.35;white-space:nowrap}.tp-byob__summary-toggle{display:inline-flex;align-items:center}.tp-byob__progress{border-radius:0;margin:0 -20px 20px;padding:20px}.tp-byob__inner>.tp-byob__progress--mobile-sticky{display:block;position:sticky;top:36px;z-index:15;margin:0 0 16px;padding:14px 20px 16px;background:#f5f5f5;box-shadow:0 8px 16px #0000000f}.tp-byob__progress--mobile-sticky .tp-byob-progress__message{font-size:15px;line-height:1.25}.tp-byob__summary .tp-byob__progress{display:none}.tp-byob__products-panel>.tp-byob__progress{display:block}.tp-byob__summary:not(.is-expanded) .tp-byob__selected-wrap{display:none}.tp-byob__selected{display:flex;gap:10px;align-items:flex-start;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.tp-byob__selected::-webkit-scrollbar{display:none}.tp-byob__selected-arrow{display:none}.tp-byob__selected.is-scrollable>*,.tp-byob-selected{flex:0 0 132px}.tp-byob-slot{flex:0 0 132px;width:132px;height:132px;min-height:0;align-self:flex-start;border-radius:10px;font-size:30px}.tp-byob-selected__image{border-radius:10px}.tp-byob-selected__remove{top:6px;right:6px;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px}.tp-byob-selected__title{margin-top:8px;font-size:13px}.tp-byob-selected__variant{margin-top:4px;font-size:12px}.tp-byob__selected-wrap.is-scrollable .tp-byob__scroll-indicator{display:block}.tp-byob__empty-slots{display:none}.tp-byob__subtotal{margin-top:18px;font-size:16px}.tp-byob__add-bundle{min-height:64px;font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/timephoria-build-your-bundle.css.map */
