.product-colour-swatches{display:block;width:100%;max-width:var(--pcs-container-width, 520px);padding:var(--pcs-padding, 8px);background:var(--pcs-bg, #EDEAE5);border-top-left-radius:var(--pcs-radius-top, 6px);border-top-right-radius:var(--pcs-radius-top, 6px);border-bottom-left-radius:var(--pcs-radius-bottom, 6px);border-bottom-right-radius:var(--pcs-radius-bottom, 6px);box-sizing:border-box}.product-colour-swatches__title{font-size:13px;color:#003e4f;font-family:Instrument Sans,sans-serif;font-weight:700;line-height:18px;letter-spacing:.545px;margin:0;padding-bottom:4px;text-align:center}.product-colour-swatches__scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding-top:4px;padding-bottom:8px;scroll-behavior:smooth}.product-colour-swatches__grid{display:grid;grid-auto-flow:column;grid-auto-columns:var(--pcs-image-size, 90px);grid-template-rows:1fr;width:max-content;min-width:100%;gap:var(--pcs-gap, 12px);align-items:start;justify-content:center;justify-items:center}.product-colour-swatches__item{display:flex;flex-direction:column;align-items:center;gap:6px;width:var(--pcs-image-size, 90px);text-align:center;opacity:0;transform:translateY(6px);animation:oakdeneSwatchFadeUp .35s ease forwards}.product-colour-swatches__item.is-selected .product-colour-swatches__image{border:1px solid rgba(0,0,0,.6);box-shadow:0 0 0 2px #f1593133,0 4px 10px #0000001f;background:#fff7f4;opacity:1;filter:none}@keyframes oakdeneSwatchFadeUp{to{opacity:1;transform:translateY(0)}}.product-colour-swatches__label{width:100%;height:var(--pcs-image-size, 90px);position:relative;display:inline-block;cursor:pointer}.product-colour-swatches__radio{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;z-index:2;cursor:pointer}.product-colour-swatches__image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:8px;border:2px solid #e0e0e0;box-sizing:border-box;background:#fff;box-shadow:0 2px 6px #00000014;opacity:.8;filter:grayscale(10%);transition:all .2s ease}.product-colour-swatches__label:hover .product-colour-swatches__image{transform:translateY(-2px);box-shadow:0 6px 14px #00000026;border:2px solid #f15931;opacity:.85;filter:none}.product-colour-swatches__label:active .product-colour-swatches__image{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.product-colour-swatches__radio:checked+.product-colour-swatches__image{border:1px solid rgba(0,0,0,.6);box-shadow:0 0 0 2px #f1593133,0 4px 10px #0000001f;background:#fff7f4;opacity:1;filter:none}.product-colour-swatches__filename{font-size:13px;color:#003e4f;font-family:Instrument Sans,sans-serif;font-weight:400;line-height:18px;letter-spacing:.5px;overflow-wrap:anywhere;text-align:center;width:100%}.product-colour-swatches-stock{width:100%;max-width:var(--pcs-container-width, 530px);max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .35s ease,margin-top .35s ease;margin-top:0;box-sizing:border-box}.product-colour-swatches-stock.is-visible{max-height:180px;opacity:1;transform:translateY(0);margin-top:12px}.product-colour-swatches-stock__inner{display:flex;flex-direction:column;gap:12px;padding:12px 16px;background:var(--pcs-bg, #EDEAE5);border-top-left-radius:var(--pcs-radius-top, 6px);border-top-right-radius:var(--pcs-radius-top, 6px);border-bottom-left-radius:var(--pcs-radius-bottom, 6px);border-bottom-right-radius:var(--pcs-radius-bottom, 6px);box-sizing:border-box}.product-colour-swatches-stock__title{font-size:13px;color:#003e4f;font-family:Instrument Sans,sans-serif;font-weight:700;line-height:18px;letter-spacing:.545px;text-align:center}.product-colour-swatches-stock__items{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 18px}.product-colour-swatches-stock__item{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#003e4f;font-family:Instrument Sans,sans-serif;font-weight:400;line-height:18px;letter-spacing:.4px;white-space:nowrap}.product-colour-swatches-stock__dot{width:10px;height:10px;border-radius:50%;flex:0 0 10px}.product-colour-swatches-stock__dot.is-good{background:#18b53f}.product-colour-swatches-stock__dot.is-low{background:#d9a300}.product-colour-swatches-stock__dot.is-out{background:#d92b1e}.product-colour-swatches-stock__size,.product-colour-swatches-stock__value{font-weight:700}.product-colour-swatches-stock__message{width:100%;text-align:center;font-size:13px;color:#003e4f;font-family:Instrument Sans,sans-serif;line-height:18px}.product-calculator-shell{width:100%;max-width:var(--pcs-container-width, 530px);min-height:320px;margin-top:12px;padding:8px 18px 34px;border-top-left-radius:var(--pcs-radius-top, 6px);border-top-right-radius:var(--pcs-radius-top, 6px);border-bottom-left-radius:var(--pcs-radius-bottom, 6px);border-bottom-right-radius:var(--pcs-radius-bottom, 6px);background:var(--pcs-bg, #EDEAE5);overflow:visible;opacity:1;transition:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.product-calculator-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#ffffff52,#fff0);transform:translate(-100%);animation:oakdeneCalculatorShellShimmer 1.4s ease-in-out infinite;pointer-events:none;z-index:1}@keyframes oakdeneCalculatorShellShimmer{to{transform:translate(100%)}}.product-calculator-shell__inner{position:relative;z-index:2;text-align:center;font-size:13px;color:#003e4f;font-family:Instrument Sans,sans-serif;font-weight:700;line-height:18px;letter-spacing:.545px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:0 0 8px}.priceforge-spark{width:76px;height:76px;overflow:visible!important;display:block;margin-top:0}.priceforge-spark .spark-core{transform-origin:center}.priceforge-spark .spark-orbit{--spark-x: 0px;--spark-y: 0px;transform-box:fill-box;transform-origin:center;animation-name:oakdeneSparkOrbitDrift;animation-duration:1.8s;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform,opacity}.priceforge-spark .spark-1{--spark-x: -72px;--spark-y: -34px;animation-delay:0s}.priceforge-spark .spark-2{--spark-x: -52px;--spark-y: -68px;animation-delay:.24s}.priceforge-spark .spark-3{--spark-x: 52px;--spark-y: -68px;animation-delay:.48s}.priceforge-spark .spark-4{--spark-x: 0px;--spark-y: -80px;animation-delay:.72s}.priceforge-spark .spark-5{--spark-x: 72px;--spark-y: 34px;animation-delay:.96s}.priceforge-spark .spark-6{--spark-x: -52px;--spark-y: 68px;animation-delay:1.2s}.priceforge-spark .spark-7{--spark-x: 52px;--spark-y: 68px;animation-delay:1.44s}.priceforge-spark .spark-8{--spark-x: 0px;--spark-y: 80px;animation-delay:1.68s}.priceforge-spark .spark-9{--spark-x: 86px;--spark-y: -8px;animation-delay:1.92s}.priceforge-spark .spark-10{--spark-x: -86px;--spark-y: 8px;animation-delay:2.16s}@keyframes oakdeneSparkOrbitDrift{0%{opacity:0;transform:translate(0) scale(1) rotate(0)}8%{opacity:.95;transform:translate(calc(var(--spark-x) * .08),calc(var(--spark-y) * .08)) scale(1) rotate(3deg)}22%{opacity:1;transform:translate(calc(var(--spark-x) * .24),calc(var(--spark-y) * .24)) scale(1) rotate(7deg)}40%{opacity:.98;transform:translate(calc(var(--spark-x) * .46),calc(var(--spark-y) * .46)) scale(1) rotate(11deg)}62%{opacity:.82;transform:translate(calc(var(--spark-x) * .68),calc(var(--spark-y) * .68)) scale(1) rotate(15deg)}82%{opacity:.42;transform:translate(calc(var(--spark-x) * .88),calc(var(--spark-y) * .88)) scale(1) rotate(19deg)}to{opacity:0;transform:translate(var(--spark-x),var(--spark-y)) scale(1) rotate(22deg)}}.priceforge-copy{display:flex;flex-direction:column;align-items:center;gap:2px}.priceforge-title{display:inline-block}.priceforge-subtitle{font-weight:400;font-size:12px;letter-spacing:.4px}#calculator{opacity:1;transform:none;transition:none}#calculator.calculator-is-visible{opacity:1;transform:none}@media screen and (max-width:749px){.product-colour-swatches{max-width:100%}.product-colour-swatches__grid{grid-auto-flow:column;grid-auto-columns:var(--pcs-image-size-mobile, 70px);grid-template-rows:1fr;width:max-content;min-width:100%;gap:var(--pcs-gap-mobile, 6px);justify-content:center;justify-items:center}.product-colour-swatches__item{width:var(--pcs-image-size-mobile, 70px)}.product-colour-swatches__label{width:100%;height:var(--pcs-image-size-mobile, 70px)}.product-colour-swatches-stock__inner{padding:10px 12px}.product-colour-swatches-stock__items{gap:8px 12px}.product-colour-swatches-stock__item{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/oakdene-colour-swatches.css.map */
