/*!
 *  build: kasushou v2 
 *  copyright: kasushou.com xinmengnet 
 *  time: 2025-11-29 12:02:35
 */.product-container{padding:20rpx}.product-info{display:flex;margin-bottom:30rpx}.product-image{width:200rpx;height:200rpx;border-radius:10rpx;margin-right:20rpx}.product-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-name{font-size:32rpx;font-weight:700}.product-price{font-size:36rpx;color:#ff6b6b;font-weight:700}.product-stock{font-size:24rpx;color:#999}.spec-selector{margin-bottom:30rpx}.spec-group{margin-bottom:20rpx}.spec-title{font-size:28rpx;font-weight:700;margin-bottom:15rpx;display:block}.spec-options{display:flex;flex-wrap:wrap;gap:15rpx}.spec-item{padding:15rpx 30rpx;border:2rpx solid #e0e0e0;border-radius:25rpx;font-size:26rpx;background-color:#fff;transition:all .3s}.spec-item.active{border-color:#ff6b6b;color:#ff6b6b;background-color:#fff5f5}.spec-item.disabled{border-color:#f0f0f0;color:#ccc;background-color:#f9f9f9;cursor:not-allowed}.action-buttons{margin-top:50rpx}.buy-btn{width:100%;height:80rpx;line-height:80rpx;background-color:#ff6b6b;color:#fff;border:none;border-radius:40rpx;font-size:30rpx}.buy-btn[disabled]{background-color:#ccc;color:#999}