.c-toggleSwitch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.c-toggleSwitch__label{color:#060725;font-family:Yu Gothic,游ゴシック,YuGothic,游ゴシック体,sans-serif;font-size:1.2rem}.c-toggleSwitch__track{cursor:pointer;background-color:#f5f2ef;border:1px solid #060725;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background-color .2s;position:relative}.c-toggleSwitch__track--checked{background-color:#060725;border-color:#060725}.c-toggleSwitch__thumb{background-color:#060725;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.c-toggleSwitch__thumb--checked{background-color:#fff;transform:translate(18px)}
.c-giftPouchProductForm{flex-direction:column;gap:20px;display:flex}.c-giftPouchProductForm__item{border:1px solid #060725;border-radius:4px;align-items:center;gap:18px;padding:10px 20px;display:flex}.c-giftPouchProductForm__item-image{flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.c-giftPouchProductForm__item-info{flex-direction:column;flex:1;gap:2px;display:flex}.c-giftPouchProductForm__item-name,.c-giftPouchProductForm__item-price{color:#060725;margin:0;font-family:Yu Gothic,游ゴシック,YuGothic,游ゴシック体,sans-serif;font-size:.93rem;font-weight:500;line-height:.93rem}.c-giftPouchProductForm__item-price-label{margin-left:2px;font-size:.93rem}.c-giftPouchProductForm__item-quantity-wrapper{opacity:.8}@media screen and (max-width:900px){.c-giftPouchProductForm{gap:20px}.c-giftPouchProductForm__item{gap:12px;padding:10px 16px}.c-giftPouchProductForm__item-image{width:60px;height:60px}.c-giftPouchProductForm__item-name,.c-giftPouchProductForm__item-price{font-size:.93rem}}
