:root{--bys-bg: #FAF9F6;--bys-white: #ffffff;--bys-black: #0A0A0A;--bys-gold: #C49A6C;--bys-gold-light: #c9a96e;--bys-badge-gold-bg: #c9a46a;--bys-badge-gold-text: #ffffff;--bys-text-dark: #1a1a1a;--bys-text-mid: #555555;--bys-text-light: #888888;--bys-border: #e2ddd7;--bys-selected-border: #1a1a1a;--bys-transition: .2s ease;--bys-radius: 4px}.bys-wrapper{background:var(--bys-bg);min-height:80vh;padding:20px 0 60px;margin:0 10%}.bys-product-variant{display:none}.bys-breadcrumb{display:flex;align-items:center;gap:6px;padding:0 40px 0 calc(50% + 20px);margin-bottom:28px;font-size:12px;letter-spacing:.04em;flex-wrap:wrap}.actual-crumb{background:#f1efe7;border-radius:30px;padding:5px;display:none}.bys-crumb{color:var(--bys-text-light);cursor:default;padding:4px 10px;border-radius:20px;transition:color var(--bys-transition);font-family:Urbanist-Regular;font-size:18px;cursor:pointer}.bys-crumb[data-crumb].bys-crumb-active{color:var(--bys-text-dark);font-weight:600}.bys-crumb-arrow{color:var(--bys-text-light);font-size:14px}.bys-layout{display:grid;grid-template-columns:1fr 1fr;min-height:70vh;max-width:1400px;margin:0 auto;gap:0}.bys-image-panel{position:relative}.bys-image-wrap{position:sticky;top:100px;border-radius:6px;overflow:hidden;background:#e8e4df;max-height:700px}.bys-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease}.bys-image-caption{position:absolute;bottom:0;left:0;right:0;padding:12px 20px;display:flex;justify-content:space-between;align-items:center}.bys-image-caption #bys-caption-name{font-weight:500;color:var(--bys-text-dark);font-family:Urbanist-Medium;font-size:17px;background:#ffffff70;padding:5px 10px;border-radius:5px}.bys-image-caption #bys-caption-price{font-family:Urbanist-Medium;font-size:15px;background:#ffffff70;padding:5px 10px;border-radius:5px}.bys-image-nav{position:absolute;bottom:63px;right:20px;display:flex;gap:8px;display:none!important}.bys-nav-btn{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;font-size:18px;line-height:1;color:var(--bys-text-dark);display:flex;align-items:center;justify-content:center;transition:background var(--bys-transition)}.bys-nav-btn:hover{background:var(--bys-white)}.bys-panel-wrap{padding:0 40px}.bys-step-panel{animation:bys-fade-in .35s ease}@keyframes bys-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bys-step-header{display:flex;align-items:center;gap:18px;margin-bottom:25px}.bys-step-num{width:43px;height:43px;border-radius:5px;background:#c49a6c20;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:100;font-family:Forum-Regular;color:var(--bys-text-dark);flex-shrink:0}.bys-step-title{font-family:Forum-Regular;font-size:30px;font-weight:400;text-transform:uppercase;color:var(--bys-text-dark);margin-top:0}.bys-highlight{color:var(--bys-gold)}.bys-product-list{display:flex;flex-direction:column;gap:13px;border-radius:var(--bys-radius);overflow:scroll;margin-bottom:24px;max-height:420px;scrollbar-width:none}.bys-product-item{display:flex;align-items:center;gap:24px;padding-right:20px;cursor:pointer;transition:background var(--bys-transition);background:#f3f1ea;position:relative;border-radius:10px}.bys-product-item:last-child{border-bottom:none}.bys-product-item.bys-selected{background:#f3f1ea;outline:2px solid #0A0A0A80;outline-offset:-2px;z-index:1}.bys-product-thumb{width:125px;height:153px;flex-shrink:0;border-radius:var(--bys-radius);overflow:hidden;background:var(--bys-bg);border-top-left-radius:10px;border-bottom-left-radius:10px}.bys-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bys-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e4df,#d5cfc8)}.bys-product-info{flex:1;min-width:0}.bys-product-name{font-family:Urbanist-Medium;font-size:16px;font-weight:500;color:var(--bys-text-dark);letter-spacing:.03em;margin-bottom:10px;margin-top:10px!important}.bys-diffuser-swatches{margin-bottom:10px}.bys-product-desc{font-size:13px;font-family:Urbanist-Regular;color:#424240;line-height:1.5;margin-bottom:8px}.bys-product-price{display:flex;align-items:center;gap:10px;font-size:13px;font-family:Urbanist-Medium}.bys-price-sale{font-weight:600;color:var(--bys-text-dark)}.bys-price-original{color:var(--bys-text-light);text-decoration:line-through}.bys-details-link{color:#1c1c1c;font-size:11px;font-family:Urbanist-Medium;text-decoration:underline;margin-left:auto;white-space:nowrap;transition:color var(--bys-transition)}.bys-details-link:hover{color:var(--bys-text-dark)}.bys-collection-grid{display:grid;grid-template-columns:287px 287px;grid-auto-rows:225px;gap:20px;margin-bottom:24px}.bys-collection-card{border-radius:var(--bys-radius);overflow:hidden;background:var(--bys-white);border:2px solid transparent;cursor:pointer;transition:border-color var(--bys-transition),transform var(--bys-transition)}.bys-collection-card:hover{border-color:var(--bys-border);transform:translateY(-2px)}.bys-collection-card.bys-selected{border-color:var(--bys-selected-border)}.bys-coll-img-wrap{width:100%;aspect-ratio:4.8/3;overflow:hidden;background:#edeae0}.bys-coll-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;padding:10px}.bys-collection-card:hover .bys-coll-img-wrap img{transform:scale(1.04)}.bys-coll-name{padding:12px 14px;font-size:16px;font-family:Urbanist-Medium;font-weight:500;letter-spacing:.04em;color:var(--bys-text-dark);background:#e4dfd1}.bys-schedule-sub{font-size:15px;font-family:Urbanist-Regular;color:var(--bys-text-mid);margin-bottom:20px;line-height:1.6}.bys-schedule-list{display:flex;flex-direction:column;gap:20PX;border-radius:var(--bys-radius);overflow:hidden;margin-bottom:28px}.bys-schedule-item{display:flex;align-items:center;justify-content:space-between;padding:28px 24px;border-bottom:1px solid var(--bys-border);cursor:pointer;transition:background var(--bys-transition);background:#f3f1ea;position:relative;border-radius:10px}.bys-schedule-item:last-child{border-bottom:none}.bys-schedule-item:hover{background:#faf8f5}.bys-schedule-item.bys-schedule-active{outline:2px solid var(--bys-selected-border);outline-offset:-2px;z-index:1}.bys-schedule-label{font-family:Urbanist-SemiBold;font-size:18px;color:var(--bys-text-dark);letter-spacing:.02em}.bys-schedule-label strong{font-weight:700}.bys-schedule-badges{display:flex;align-items:center;gap:8px}.bys-badge-popular{background:var(--bys-black);color:var(--bys-white);font-size:13px;font-family:Urbanist-SemiBold;letter-spacing:.05em;font-weight:600;padding:4px 10px;border-radius:5px;text-transform:uppercase}.bys-badge-save{background:#c49a6c;color:var(--bys-badge-gold-text);font-size:13px;font-family:Urbanist-SemiBold;letter-spacing:.05em;font-weight:600;padding:4px 10px;border-radius:5px}.bys-total-row{display:flex;align-items:baseline;gap:12px;margin-bottom:20px;font-size:15px}.bys-total-label{color:var(--bys-text-dark);font-weight:500}.bys-total-sale{font-weight:700;font-size:18px;color:var(--bys-text-dark)}.bys-total-original{color:var(--bys-text-light);text-decoration:line-through;font-size:14px}.bys-next-btn,.bys-add-cart-btn{width:100%;padding:18px 24px;font-family:Urbanist-SemiBold;background:var(--bys-black);color:var(--bys-white);border:none;border-radius:20px;font-size:16px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:background var(--bys-transition),opacity var(--bys-transition)}.bys-next-btn:disabled{opacity:.35;cursor:not-allowed}.bys-next-btn:not(:disabled):hover,.bys-add-cart-btn:hover{background:#2a2a2a}.bys-add-cart-btn:disabled{opacity:.5;cursor:not-allowed}.bys-loading{padding:32px 24px;text-align:center;color:var(--bys-text-light);font-size:13px;letter-spacing:.05em}.bys-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(20px);background:var(--bys-black);color:var(--bys-white);padding:14px 28px;border-radius:4px;font-size:13px;letter-spacing:.04em;opacity:0;transition:opacity .3s ease,transform .3s ease;z-index:9999;pointer-events:none;white-space:nowrap}.bys-toast.bys-toast-show{opacity:1;transform:translate(-50%) translateY(0)}.bys-diffuser-swatches{display:flex;gap:10px;margin-top:20px}.bys-color-swatch{width:23px;height:23px;border-radius:50%;border:1px solid #000000;cursor:pointer}.bys-color-swatch.active{border-color:#000;transform:scale(1.1)}.bys-diffuser-swatches{display:none;margin-top:12px;gap:10px;align-items:center;flex-wrap:wrap}.bys-product-item.bys-selected .bys-diffuser-swatches{display:flex}@media(max-width:1024px){.bys-breadcrumb{padding:0 24px}.bys-layout{grid-template-columns:1fr}.bys-image-panel{padding:0 24px;margin-bottom:0}.bys-image-wrap{position:static;aspect-ratio:16/9;max-height:360px}.bys-panel-wrap{padding:24px 24px 0}}@media(max-width:640px){.bys-wrapper{padding:12px 0 40px;margin:0}.bys-breadcrumb{padding:0 16px;font-size:11px;gap:4px;margin-bottom:16px}.bys-image-wrap{aspect-ratio:4/3;max-height:280px;border-radius:0}.bys-image-panel{padding:0;display:flex;justify-content:center}.bys-panel-wrap{padding:20px 16px 0}.bys-step-title{font-size:18px}.bys-collection-grid{gap:8px}.bys-product-thumb{width:64px;height:64px}.bys-product-item{padding:12px 14px}.bys-schedule-item{padding:14px 16px;flex-direction:column;align-items:flex-start;gap:8px}.bys-next-btn,.bys-add-cart-btn{padding:16px;font-size:12px}}@media(max-width:475px){.bys-crumb{font-size:11px}.bys-image-wrap{aspect-ratio:18 / 15;min-height:300px;position:relative;top:0}.bys-image-caption #bys-caption-name,.bys-image-caption #bys-caption-price{font-size:10px}.bys-collection-grid{gap:8px;grid-template-columns:1fr;grid-auto-rows:296px}.bys-schedule-sub{font-size:12px}.bys-schedule-label{font-size:16px}.bys-schedule-item{flex-direction:row}.bys-badge-popular,.bys-badge-save{font-size:10px}.bys-schedule-list{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/build-your-set.css.map */
