.ds-wo-wrap {
	max-width: 920px;
	margin: 32px auto;
	padding: clamp(24px, 5vw, 48px);
	border-radius: 28px;
	background: linear-gradient(145deg, #29263f, #1f1d31);
	box-shadow: 0 24px 65px rgba(31, 29, 49, 0.2);
	color: #fff;
}
.ds-wo-heading { text-align: center; }
.ds-wo-heading > span { color: #ffc857; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ds-wo-heading h2 { margin: 8px 0 28px; color: #fff; }
.ds-wo-form { display: grid; gap: 20px; padding: clamp(20px, 4vw, 38px); border-radius: 22px; background: #fff; color: #29263f; }
.ds-wo-form p { display: grid; gap: 7px; margin: 0; }
.ds-wo-form label { font-weight: 900; }
.ds-wo-form input, .ds-wo-form textarea, .ds-wo-form select { width: 100%; padding: 13px 15px; border: 1.5px solid #dedbe8; border-radius: 12px; background: #faf9fc; color: #29263f; font: inherit; }
.ds-wo-form input:focus, .ds-wo-form textarea:focus, .ds-wo-form select:focus { border-color: #ff5d8f; outline: 0; box-shadow: 0 0 0 4px rgba(255, 93, 143, .13); }
.ds-wo-customer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ds-wo-delivery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; border: 0; }
.ds-wo-delivery legend { grid-column: 1 / -1; margin-bottom: 2px; color: #29263f; font-weight: 900; }
.ds-wo-delivery > label { display: flex; min-width: 0; padding: 15px; align-items: center; gap: 11px; border: 1.5px solid #dedbe8; border-radius: 14px; background: #faf9fc; cursor: pointer; }
.ds-wo-delivery > label:has(input:checked) { border-color: #ff5d8f; background: #fff6f9; box-shadow: 0 0 0 3px rgba(255, 93, 143, .1); }
.ds-wo-delivery input { width: 18px; height: 18px; flex: 0 0 18px; accent-color: #ff5d8f; }
.ds-wo-delivery span { display: grid; min-width: 0; gap: 2px; }
.ds-wo-delivery small { color: #6f6f80; font-weight: 800; }
.ds-wo-delivery .ds-wo-pickup-location { margin-top: 3px; color: #29263f; font-weight: 700; line-height: 1.35; }
.ds-wo-address[hidden] { display: none; }
.ds-wo-products { display: grid; gap: 12px; }
.ds-wo-product-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 14px; padding: 16px; border: 1.5px solid #e5e1eb; border-radius: 16px; background: #faf9fc; }
.ds-wo-product-card:not(:has(.ds-wo-variation)) { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.ds-wo-variation { display: block; max-width: 430px; margin-top: 9px; }
.ds-wo-variation select { min-height: 48px; background: #fff; font-size: .9rem; font-weight: 700; }
.ds-wo-add { min-height: 48px; padding: 10px 18px; border: 0; border-radius: 999px; background: #29263f; color: #fff; font: inherit; font-weight: 900; cursor: pointer; }
.ds-wo-add:hover, .ds-wo-add:focus-visible { background: #ff5d8f; outline: 0; }
.ds-wo-basket { display: grid; gap: 10px; padding: 18px; border: 2px solid #29263f; border-radius: 18px; background: #fff; }
.ds-wo-basket-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ds-wo-basket-heading h3 { margin: 0; color: #29263f; font-size: 1.15rem; }
.ds-wo-basket-heading span { padding: 5px 10px; border-radius: 999px; background: #fff0f5; color: #d73569; font-size: .78rem; font-weight: 900; }
.ds-wo-basket-empty { color: #6f6f80; font-weight: 700; }
.ds-wo-basket-empty[hidden] { display: none; }
.ds-wo-basket-items { display: grid; gap: 8px; }
.ds-wo-basket-item { display: grid; grid-template-columns: minmax(0, 1fr) 136px 105px 34px; align-items: center; gap: 10px; padding-top: 10px; border-top: 1px solid #e5e1eb; }
.ds-wo-basket-product { display: grid; gap: 2px; }
.ds-wo-basket-product strong { color: #29263f; line-height: 1.35; }
.ds-wo-basket-product small { color: #6f6f80; font-weight: 700; }
.ds-wo-remove { display: grid; width: 32px; height: 32px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #fff0f2; color: #a2253c; font: 900 1.25rem/1 sans-serif; cursor: pointer; }
.ds-wo-product { display: grid; grid-template-columns: minmax(0, 1fr) 136px 110px; align-items: center; gap: 14px; padding: 16px; border: 1.5px solid #e5e1eb; border-radius: 16px; background: #faf9fc; transition: border-color .18s, background .18s; }
.ds-wo-product.is-selected { border-color: #ff5d8f; background: #fff6f9; }
.ds-wo-product-info h3 { margin: 0 0 3px; color: #29263f; font-size: 1rem; }
.ds-wo-price { color: #6f6f80; font-weight: 800; }
.ds-wo-quantity { display: grid; gap: 4px; font-size: .75rem; }
.ds-wo-stepper { display: grid; width: 136px; max-width: none; grid-template-columns: 42px 46px 42px; padding: 3px; overflow: hidden; border: 1px solid #dedbe8; border-radius: 999px; background: #fff; box-shadow: 0 5px 15px rgba(41, 38, 63, .08); }
.ds-wo-stepper button { display: grid; width: 42px; min-width: 42px; max-width: 42px; height: 42px; min-height: 42px; margin: 0; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #f1eef6; color: #29263f; box-shadow: none; font: 900 1.25rem/1 var(--cc-font-body, sans-serif); cursor: pointer; transform: none; transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.ds-wo-stepper button:last-child { background: #ff5d8f; color: #fff; box-shadow: 0 5px 12px rgba(255, 93, 143, .25); }
.ds-wo-stepper button:hover, .ds-wo-stepper button:focus-visible { background: #29263f; color: #fff; outline: 0; transform: scale(1.05); }
.ds-wo-stepper button:active { transform: scale(.94); }
.ds-wo-form .ds-wo-stepper input { display: block; width: 46px; min-width: 46px; max-width: 46px; height: 42px; min-height: 42px; margin: 0; padding: 0; border: 0; border-radius: 0; background: #fff; color: #29263f; box-shadow: none; font-size: 1rem; font-weight: 1000; line-height: 42px; text-align: center; -moz-appearance: textfield; }
.ds-wo-stepper input::-webkit-inner-spin-button, .ds-wo-stepper input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.ds-wo-line-total { text-align: right; font-weight: 900; }
.ds-wo-summary-details { display: grid; gap: 8px; padding: 14px 20px; border-radius: 14px; background: #faf9fc; }
.ds-wo-summary-details > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #6f6f80; }
.ds-wo-summary-details strong { color: #29263f; }
.ds-wo-summary { display: flex; padding: 18px 20px; align-items: center; justify-content: space-between; border-radius: 14px; background: #f1eef6; font-size: 1.1rem; font-weight: 900; }
.ds-wo-summary strong { color: #ff5d8f; font-size: 1.35rem; }
.ds-wo-error { padding: 12px 14px; border-radius: 10px; background: #fff0f2; color: #a2253c; font-weight: 800; }
.ds-wo-hp { position: absolute !important; left: -9999px !important; }
.ds-wo-submit { min-height: 56px; border: 0; border-radius: 999px; background: #25d366; color: #fff; font: inherit; font-weight: 900; cursor: pointer; box-shadow: 0 10px 24px rgba(37, 211, 102, .24); }
.ds-wo-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.ds-wo-submit:hover { background: #1fb659; transform: translateY(-1px); }

/* Match the Daily Shot feedback page layout. */
body.ds-whatsapp-order-page .cc-content-wrap { padding-top: 40px !important; }
body.ds-whatsapp-order-page .cc-entry-card { position: relative; max-width: 920px; margin-inline: auto; padding: clamp(28px, 5vw, 54px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 30px; background: linear-gradient(145deg, #29263f 0%, #1f1d31 100%); box-shadow: 0 24px 65px rgba(31, 29, 49, .2); }
body.ds-whatsapp-order-page .cc-entry-card::before { position: absolute; top: -90px; right: -70px; width: 230px; height: 230px; border-radius: 50%; background: rgba(255, 93, 143, .14); content: ""; pointer-events: none; }
body.ds-whatsapp-order-page .ds-wo-page-title { position: relative; max-width: 720px; margin: 0 auto; color: #fff !important; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.08; text-align: center; }
body.ds-whatsapp-order-page .ds-wo-page-title::after { display: block; width: 68px; height: 5px; margin: 18px auto 0; border-radius: 99px; background: linear-gradient(90deg, #ff5d8f, #ffc857); content: ""; }
body.ds-whatsapp-order-page .cc-entry-card > .ds-wo-wrap { position: relative; margin: 28px auto 0; padding: 0; border-radius: 22px; background: transparent; box-shadow: none; }
body.ds-whatsapp-order-page .ds-wo-heading { display: none; }
body.ds-whatsapp-order-page .ds-wo-form { box-shadow: 0 16px 42px rgba(10, 9, 23, .22); }
@media (min-width: 681px) {
	.ds-wo-product { grid-template-columns: minmax(0, 1fr) 140px 110px; }
	.ds-wo-stepper { width: 140px; }
}
@media (max-width: 680px) {
	body.ds-whatsapp-order-page .cc-content-wrap { padding-top: 24px !important; }
	body.ds-whatsapp-order-page .cc-entry-card { padding: 24px 16px; border-radius: 22px; }
	body.ds-whatsapp-order-page .cc-entry-card > .ds-wo-wrap { margin-top: 22px; }
	.ds-wo-stepper { width: 140px; }
	.ds-wo-wrap { margin: 16px auto; padding: 18px 12px; border-radius: 20px; }
	.ds-wo-heading h2 { margin-bottom: 20px; font-size: clamp(1.7rem, 8vw, 2.3rem); }
	.ds-wo-form { gap: 17px; padding: 20px 14px; border-radius: 17px; }
	.ds-wo-customer-grid { grid-template-columns: 1fr; }
	.ds-wo-delivery { grid-template-columns: 1fr; }
	.ds-wo-delivery > label { padding: 13px; }
	.ds-wo-product-card, .ds-wo-product-card:not(:has(.ds-wo-variation)) { grid-template-columns: 1fr; align-items: stretch; }
	.ds-wo-add { width: 100%; }
	.ds-wo-basket-item { grid-template-columns: minmax(0, 1fr) auto; }
	.ds-wo-basket-product { grid-column: 1 / -1; }
	.ds-wo-basket-item .ds-wo-stepper { grid-column: 1; }
	.ds-wo-basket-item .ds-wo-line-total { grid-column: 2; grid-row: 2; align-self: center; padding: 0; }
	.ds-wo-remove { grid-column: 2; grid-row: 1; justify-self: end; }
	.ds-wo-product { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding: 14px 12px; }
	.ds-wo-product-info { grid-column: 1 / -1; }
	.ds-wo-product-info h3 { font-size: .95rem; line-height: 1.3; }
	.ds-wo-quantity { grid-column: 1; justify-items: start; }
	.ds-wo-line-total { grid-column: 2; align-self: end; padding-bottom: 10px; }
	.ds-wo-summary-details, .ds-wo-summary { padding: 14px; }
	.ds-wo-summary strong { font-size: 1.15rem; }
	.ds-wo-submit { width: 100%; min-height: 54px; }
}
