/* Woodini Product Detail CSS - Group B */


.myo-color-variant-row{margin:16px 0 4px;}
.myo-color-variant-label{font-size:13px;font-weight:700;color:#312b36;margin-bottom:8px;}
.myo-color-variant-label strong{font-weight:800;}
.myo-color-variant-swatches{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;max-width:calc(5 * 64px + 4 * 8px);}
.myo-color-swatch{display:block;width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;box-shadow:0 0 0 1px #ddd4c9;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease;background:#f2efea;flex:0 0 auto;}
.myo-color-swatch img{width:100%;height:100%;object-fit:cover;display:block;}
.myo-color-swatch-fallback{display:block;width:100%;height:100%;background:var(--swatch-color);}
.myo-color-swatch:hover{transform:scale(1.03);}
.myo-color-swatch.is-active{border-color:#28221f;box-shadow:0 0 0 1px #28221f;}
@media(max-width:767px){
    .myo-color-swatch{width:54px;height:54px;}
}
.myo-pro-qty-row{margin-top:14px!important;}
.myo-pro-qty-row .product-details-quantity{max-width:150px!important;}
.myo-pro-qty-row .input-group{display:flex!important;align-items:stretch!important;border:1px solid #ddd4c9!important;border-radius:999px!important;overflow:hidden!important;background:#fff!important;}
.myo-pro-qty-row .bootstrap-touchspin-down,
.myo-pro-qty-row .bootstrap-touchspin-up{width:38px!important;flex:0 0 38px!important;border:0!important;background:#faf8f5!important;color:#28221f!important;font-size:16px!important;font-weight:700!important;cursor:pointer!important;transition:background .15s ease;}
.myo-pro-qty-row .bootstrap-touchspin-down:hover,
.myo-pro-qty-row .bootstrap-touchspin-up:hover{background:#efe8dd!important;}
.myo-pro-qty-row input[type=number]{height:42px!important;border:0!important;border-left:1px solid #ece4d8!important;border-right:1px solid #ece4d8!important;text-align:center!important;font-weight:700!important;color:#28221f!important;background:#fff!important;}
