.wvh-swatches{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;position:relative}.wvh-swatch{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);position:relative;background:none;border:none;padding:0;margin:0;font-family:inherit}.wvh-swatch:hover{transform:scale(1.08)}.wvh-swatch.is-selected{transform:scale(1.02)}.wvh-swatch:focus{outline:2px solid #FF7900;outline-offset:2px}.wvh-swatch--color{width:40px;height:40px;border-radius:50%;border:3px solid #ffffff;box-shadow:0 0 0 1px rgba(0,0,0,0.15),0 2px 8px rgba(0,0,0,0.12)}.wvh-swatch--color:hover{box-shadow:0 0 0 3px #FF7900,0 4px 12px rgba(255,121,0,0.3);transform:scale(1.1)}.wvh-swatch--color.is-selected{box-shadow:0 0 0 3px #FF7900,0 4px 16px rgba(255,121,0,0.35)}.wvh-swatch--color .wvh-swatch__check{display:none;width:14px;height:14px;position:relative}.wvh-swatch--color .wvh-swatch__check::before,.wvh-swatch--color .wvh-swatch__check::after{content:'';position:absolute;background:#ffffff;border-radius:2px}.wvh-swatch--color .wvh-swatch__check::before{width:3px;height:12px;top:0;left:9px;transform:rotate(40deg);box-shadow:0 1px 3px rgba(0,0,0,0.3)}.wvh-swatch--color .wvh-swatch__check::after{width:3px;height:6px;top:6px;left:3px;transform:rotate(-50deg);box-shadow:0 1px 3px rgba(0,0,0,0.3)}.wvh-swatch--color.is-selected .wvh-swatch__check{display:block}.wvh-swatch--color.wvh-swatch--light{border-color:#e5e5e5;box-shadow:0 0 0 1px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.08)}.wvh-swatch--color.wvh-swatch--light .wvh-swatch__check::before,.wvh-swatch--color.wvh-swatch--light .wvh-swatch__check::after{background:#333333;box-shadow:none}.wvh-swatch--size{min-width:48px;height:48px;padding:0 16px;background:#f5f5f5;border:2px solid transparent;border-radius:12px;font-size:14px;font-weight:700;color:#555}.wvh-swatch--size:hover{background:#ffffff;border-color:#FF7900;color:#FF7900;box-shadow:0 4px 12px rgba(255,121,0,0.15)}.wvh-swatch--size.is-selected{background:linear-gradient(135deg,#FF7900 0%,#ff9a44 100%);border-color:#FF7900;color:#ffffff;box-shadow:0 4px 16px rgba(255,121,0,0.3)}.wvh-swatch--text{min-width:auto;height:40px;padding:0 16px;background:#ffffff;border:2px solid #e0e0e0;border-radius:20px;font-size:13px;font-weight:600;color:#555}.wvh-swatch--text:hover{border-color:#FF7900;color:#FF7900;background:#fff8f3}.wvh-swatch--text.is-selected{background:linear-gradient(135deg,#FF7900 0%,#ff9a44 100%);border-color:#FF7900;color:#ffffff;box-shadow:0 4px 12px rgba(255,121,0,0.25)}.wvh-swatch--text .wvh-swatch__label{white-space:nowrap}.wvh-swatch--image{width:64px;height:64px;border-radius:10px;border:2px solid #e5e5e5;overflow:hidden;padding:0;background:var(--wvh-gray-100,#f5f5f5)}.wvh-swatch--image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.2s ease}.wvh-swatch--image:hover{border-color:#FF7900;transform:none}.wvh-swatch--image:hover img{transform:scale(1.08)}.wvh-swatch--image.is-selected{border-color:#FF7900;box-shadow:0 0 0 1px #FF7900,0 4px 12px rgba(255,121,0,0.2)}.single-product .wvh-swatch--image{width:72px;height:72px}.wvh-swatch.is-disabled,.wvh-swatch[disabled]{opacity:0.4;cursor:not-allowed;pointer-events:none;position:relative;filter:grayscale(100%)}.wvh-swatch.is-disabled .wvh-swatch__strike,.wvh-swatch[disabled] .wvh-swatch__strike{display:block;position:absolute;top:50%;left:-4px;right:-4px;height:3px;background:#e53935;transform:rotate(-45deg);border-radius:2px;box-shadow:0 1px 3px rgba(229,57,53,0.5);z-index:10}.wvh-swatch__strike{display:none}.wvh-swatch--color.is-disabled .wvh-swatch__strike,.wvh-swatch--color[disabled] .wvh-swatch__strike{left:-2px;right:-2px}.wvh-swatch--size.is-disabled,.wvh-swatch--size[disabled],.wvh-swatch--text.is-disabled,.wvh-swatch--text[disabled]{background:#f8f8f8!important;border-color:#e0e0e0!important;color:#bbb!important}.wvh-swatch--text.is-disabled .wvh-swatch__strike,.wvh-swatch--text[disabled] .wvh-swatch__strike{left:10%;right:10%;height:2px}.wvh-swatch-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(4px);padding:6px 12px;background:#111;color:#ffffff;font-size:12px;font-weight:600;white-space:nowrap;border-radius:8px;opacity:0;visibility:hidden;transition:all 0.2s ease;pointer-events:none;z-index:100}.wvh-swatch-tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#111}.wvh-swatch:hover .wvh-swatch-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.wvh-swatch.is-disabled .wvh-swatch-tooltip,.wvh-swatch[disabled] .wvh-swatch-tooltip{background:#e53935}.wvh-swatch.is-disabled .wvh-swatch-tooltip::after,.wvh-swatch[disabled] .wvh-swatch-tooltip::after{border-top-color:#e53935}.single-product .wvh-swatches{gap:12px}.single-product .wvh-swatch--color{width:44px;height:44px}.single-product .wvh-swatch--color .wvh-swatch__check{width:16px;height:16px}.single-product .wvh-swatch--color .wvh-swatch__check::before{height:14px;left:10px}.single-product .wvh-swatch--color .wvh-swatch__check::after{height:7px;top:7px}.single-product .wvh-swatch--size{min-width:56px;height:56px;font-size:15px}.single-product .wvh-swatch--text{height:44px;padding:0 18px;font-size:14px}.variations{margin-bottom:24px}.variations tr{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.variations tr:last-child{margin-bottom:0}.variations .label{display:block}.variations .label label{font-size:14px;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:0.5px}.variations .value{display:block}.variations td.value .wvh-swatches{margin-bottom:0}.variations .wvh-swatches + select{display:none}.reset_variations{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:13px;color:#999;transition:color 0.2s ease}.reset_variations:hover{color:#e53935}@media (max-width:768px){.wvh-swatch--color{width:36px;height:36px}.wvh-swatch--color .wvh-swatch__check{width:12px;height:12px}.wvh-swatch--color .wvh-swatch__check::before{height:10px;left:7px}.wvh-swatch--color .wvh-swatch__check::after{height:5px;top:5px;left:2px}.wvh-swatch--size{min-width:44px;height:44px;font-size:13px}.wvh-swatch--text{height:36px;padding:0 12px;font-size:12px}.single-product .wvh-swatch--color{width:40px;height:40px}.single-product .wvh-swatch--size{min-width:50px;height:50px}.wvh-swatch-tooltip{bottom:auto;top:calc(100% + 8px)}.wvh-swatch-tooltip::after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#111}}