.fcp-wrap{max-width:var(--page-width, 1280px);margin:0 auto;padding:1.75rem clamp(1rem,4vw,2.5rem) 5rem;box-sizing:border-box;overflow-x:hidden}.fcp-tabs{display:flex!important;flex-wrap:wrap!important;gap:.4rem;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(128,0,128,.15);width:100%;max-width:100%;box-sizing:border-box}.fcp-tab{background:#000;color:#fff;border:none;padding:6px 16px;font-size:.875rem;font-family:inherit;font-weight:500;cursor:pointer;white-space:nowrap;letter-spacing:.02em;line-height:1.5;transition:background .15s;flex:0 1 auto;box-sizing:border-box}.fcp-tab:hover,.fcp-tab.is-active{background:#522060}.fcp-panel{display:none}.fcp-panel.is-active{display:block}.fcp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.fcp-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.fcp-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.fcp-card{background:transparent;border:none;padding:0;cursor:pointer;text-align:left;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s ease}.fcp-card:hover{transform:translateY(-3px)}.fcp-card__img{aspect-ratio:1 / 1;overflow:hidden;background:#f3f0f5}.fcp-card__img img,.fcp-card__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.fcp-card:hover .fcp-card__img img{transform:scale(1.05)}.fcp-card__body{padding:.5rem .25rem .25rem;display:flex;flex-direction:column;gap:.2rem;flex:1}.fcp-card__title{margin:0;font-size:.875rem;font-weight:500;line-height:1.3}.fcp-card__price{margin:0;font-size:.85rem;font-weight:700;color:#522060}.fcp-panel__footer{margin-top:2.5rem;text-align:center}.fcp-view-all{display:inline-block;background:#000;color:#fff;padding:9px 22px;font-size:.875rem;font-weight:600;text-decoration:none;letter-spacing:.04em;transition:background .15s}.fcp-view-all:hover{background:#522060}.fcp-empty{grid-column:1 / -1;text-align:center;color:#888;padding:2rem;font-size:.9rem}.fcp-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:99999!important;display:none;align-items:center;justify-content:center;opacity:0;pointer-events:none!important;transition:opacity .2s ease}.fcp-modal.is-open{display:flex!important;opacity:1!important;pointer-events:auto!important}.fcp-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.fcp-modal__box{position:relative;background:#fff;color:#111;width:92%;max-width:860px;max-height:92vh;overflow-y:auto;padding:2rem 2rem 2.5rem;box-sizing:border-box;z-index:1;outline:none;display:flex;align-items:flex-start;transition:max-width .35s ease}.fcp-modal__box.has-upsell-open{max-width:1180px}.fcp-modal__close{position:absolute;top:.75rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;line-height:1;color:#555;padding:0;transition:color .15s;z-index:2}.fcp-modal__close:hover{color:#522060}.fcp-modal__loading{text-align:center;padding:3rem;color:#888;font-size:.95rem}.fcp-modal__content{flex:1 1 auto;min-width:0}.fcp-qv{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:580px){.fcp-qv{grid-template-columns:1fr}.fcp-modal__box{padding:1.5rem 1rem 2rem}}.fcp-qv__main-img{width:100%;aspect-ratio:1 / 1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.5rem}.fcp-qv__main-img img{width:100%;height:100%;object-fit:contain;display:block}.fcp-qv__no-img{color:#bbb;font-size:.875rem}.fcp-qv__thumbs{display:flex;flex-wrap:wrap;gap:.4rem}.fcp-qv__thumb{width:60px;height:60px;overflow:hidden;background:#f5f5f5;cursor:pointer;border:2px solid transparent;flex-shrink:0;transition:border-color .15s;display:flex;align-items:center;justify-content:center}.fcp-qv__thumb.is-active{border-color:#522060}.fcp-qv__thumb img{width:100%;height:100%;object-fit:contain;display:block}.fcp-qv__details{display:flex;flex-direction:column;gap:1rem}.fcp-qv__title{margin:0;font-size:1.2rem;font-weight:700;line-height:1.35;color:#111;padding-right:2rem}.fcp-qv__price{font-size:1.15rem;font-weight:700;color:#522060;margin:0}.fcp-qv__option{display:flex;flex-direction:column;gap:.3rem}.fcp-qv__label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#666}.fcp-qv__select{width:100%;padding:8px 10px;font-family:inherit;font-size:.9rem;border:1.5px solid #ddd;background:#fff;color:#111;cursor:pointer}.fcp-qv__select:focus{outline:2px solid #522060}.fcp-qv__qty-wrap{display:flex;flex-direction:column;gap:.3rem}.fcp-qv__qty-row{display:flex;align-items:center;gap:.4rem}.fcp-qv__qty-btn{width:36px;height:36px;background:#111;color:#fff;border:none;font-size:1.3rem;font-family:inherit;cursor:pointer;line-height:1;flex-shrink:0;transition:background .15s}.fcp-qv__qty-btn:hover{background:#522060}.fcp-qv__qty-input{width:56px;text-align:center;padding:7px 4px;border:1.5px solid #ddd;font-size:1rem;font-family:inherit;color:#111}.fcp-qv__atc{background:#111;color:#fff;border:none;padding:14px 24px;font-size:.95rem;font-family:inherit;font-weight:700;cursor:pointer;letter-spacing:.06em;text-transform:uppercase;transition:background .15s;width:100%}.fcp-qv__atc:hover:not(:disabled){background:#522060}.fcp-qv__atc:disabled{opacity:.5;cursor:not-allowed}.fcp-qv__msg{font-size:.875rem;padding:8px 12px;font-weight:500;display:none}.fcp-qv__msg.success{background:#e7f5eb;color:#1a6e2e;display:block}.fcp-qv__msg.error{background:#fdecea;color:#b00020;display:block}.fcp-qv__full-link{display:inline-block;color:#522060;font-size:.875rem;text-decoration:underline;font-weight:500}.fcp-qv__full-link:hover{color:#3a1544}.fcp-qv__discovery-wrap{display:block;width:100%;text-decoration:none}.product-form__discovery-links{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;margin-top:6px}.product-form__discovery-links--also-found{margin-top:10px}.product-form__discovery-links--other{margin-top:8px}.product-form__discovery-label{font-size:.8rem;color:#666;font-weight:700}.product-form__discovery-link{font-size:.8rem;color:#522060;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.product-form__discovery-link:hover{color:#3a1544}.product-form__discovery-close{display:inline-block;margin-top:10px;font-size:.8rem;font-weight:700;color:#666;text-decoration:none;transition:color .15s ease}.product-form__discovery-close:hover{color:#522060}.fcp-chrome{overflow:hidden;max-height:240px;opacity:1;transition:max-height .35s ease,opacity .35s ease,margin .35s ease}.fcp-chrome--collapsed{max-height:0;opacity:0;margin-block:0!important;margin-top:0!important;margin-bottom:0!important;pointer-events:none}.fcp-qv__mini-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#111;cursor:pointer;padding:.5rem .75rem;background:#f8f3fb;border:1.5px solid #e3d3ec;border-radius:6px;-webkit-user-select:none;user-select:none}.fcp-qv__mini-toggle input[type=checkbox]{width:18px;height:18px;accent-color:#522060;cursor:pointer;flex-shrink:0}.fcp-upsell-panel{flex:0 0 auto;width:0;overflow:hidden;transition:width .35s ease,margin-left .35s ease;margin-left:0;scroll-margin-bottom:16px}.fcp-upsell-panel.is-open{width:320px;margin-left:2rem}.fcp-upsell-panel__inner{min-width:280px;display:flex;flex-direction:column;gap:.6rem;position:relative;padding-top:.5rem}.fcp-upsell-panel__close{position:absolute;top:-.5rem;right:-.25rem;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#555;padding:0}.fcp-upsell-panel__close:hover{color:#522060}.fcp-upsell-panel__eyebrow{font-weight:700;font-size:.95rem;margin:0;text-transform:uppercase;letter-spacing:.03em;color:#111}.fcp-upsell-panel__subhead{margin:0 0 .25rem;color:#666;font-size:.8rem}.fcp-upsell-panel__copy{margin:0 0 .5rem;font-size:.8rem;color:#666}.fcp-upsell-panel__image{width:140px;height:140px;object-fit:contain;border-radius:8px;background:#f5f5f5;margin-bottom:.25rem}.fcp-upsell-panel__label{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#666;margin-bottom:-.2rem}.fcp-upsell-panel__select{width:100%;padding:8px 10px;font-family:inherit;font-size:.9rem;border:1.5px solid #ddd;background:#fff;color:#111;cursor:pointer}.fcp-upsell-panel__add{background:#111;color:#fff;border:none;padding:12px 20px;font-size:.9rem;font-family:inherit;font-weight:700;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:background .15s;width:100%}.fcp-upsell-panel__add:hover:not(:disabled){background:#522060}.fcp-upsell-panel__add:disabled{opacity:.5;cursor:not-allowed}.fcp-upsell-panel__confirm{margin:.25rem 0 0;font-size:.85rem;font-weight:700;color:#1a6e2e;text-align:center}@media(max-width:580px){.fcp-modal__box{flex-direction:column}.fcp-modal__box.has-upsell-open{max-width:860px}.fcp-upsell-panel{width:auto;max-height:0;margin-left:0;transition:max-height .35s ease,margin-top .35s ease}.fcp-upsell-panel.is-open{width:auto;max-height:480px;margin-left:0;margin-top:1.5rem;overflow-y:auto}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/full-catalog-page.css.map */
