<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pcs-card-wrapper{margin:1.5rem auto;position:relative;display:block;max-width:400px;padding:1.8rem;border:thin solid;border-color:rgba(var(--color-foreground), 0.2)}.pcs-card-header{display:flex;align-items:center;margin-bottom:.5rem}.pcs-card-wrapper .product-form{margin:0}.pcs-card-badge{position:absolute;display:flex;flex-wrap:wrap;top:0;left:0;z-index:1}.pcs-card-badge:empty{display:none}.pcs-card-badge .badge{border:none;border-radius:0;max-width:100%}.pcs-select-info{display:flex;justify-content:space-between;align-items:flex-end}.pcs-card-wrapper .button--tertiary{display:block;box-shadow:none;padding:0}.pcs-card-wrapper .button--tertiary:focus-visible{box-shadow:none;outline:none}.pcs-card-wrapper .button--tertiary:hover,.pcs-card-wrapper .button--tertiary:focus{box-shadow:none}.button-inner{display:flex;align-items:center}.pcs-card-wrapper .button--tertiary::after{content:"";display:block;height:.01rem;background-color:rgba(var(--color-foreground), 1);width:100%;margin:.5rem 0}.pcs-card-wrapper .product-form__input .select{max-width:100%}.pcs-card-inner{display:grid;row-gap:.5rem}.pcs-card-product-image{position:relative;max-width:75px}.pcs-card-information{-moz-column-gap:1rem;column-gap:1rem;display:inline-grid;grid-template-columns:100px auto}.pcs-card-information .card__text{font-size:1.6rem;flex-direction:column;font-weight:500}.pcs-card-information .price{font-size:1.4rem;font-weight:700}.pcs-card-information .price--sold-out .price__badge-sold-out{padding:0}.pcs-card-variants .product-form__input--dropdown{margin-bottom:.5rem;max-width:100%}.pcs-card-inner legend{line-height:1;margin-bottom:0}.pcs-card-variants .select__select{height:3.5rem}.pcs-card-add-button button{margin-top:1rem;margin-bottom:0;min-height:3.5rem;padding:.5rem 2.6rem}.product-form__buttons{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.pcs-swatch-circles .swatch-circle{width:30px;height:30px;box-sizing:border-box;position:relative;display:inline-block;border-radius:50%;padding:2px;border:.1rem solid rgba(var(--color-foreground), 0.2);transition:.1s ease;overflow:hidden}.pcs-swatch-circles .swatch-circle:not(:last-child){margin-right:.5rem}.pcs-swatch-circles .swatch-circle img,.pcs-swatch-circles .swatch-circle svg{position:absolute;top:0;left:0}button.swatch-circle{cursor:pointer}button.swatch-circle.active{border:2px solid rgba(var(--color-foreground), 0.8)}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;background-color:rgb(var(--color-background));display:flex;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:1}.loading-overlay.hidden{-webkit-animation-name:fadeOut;animation-name:fadeOut}.loading-overlay:not(.hidden){-webkit-animation-name:fadeIn;animation-name:fadeIn}.loading-overlay__spinner{width:4rem;display:inline-block}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}@keyframes rotator{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:rgba(var(--color-foreground), 0.6);-webkit-animation:dash 1.4s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite}@-webkit-keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}100%{stroke-dashoffset:280;transform:rotate(450deg)}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}</pre></body></html>