/* Static gift copy stays cacheable; only the URL campaign marker selects it. */
.dt-quantity-underwear-only {
   display: none !important;
}

html[data-dt-url-offer="2plusunderwear"] .dt-spend-gifts-only {
   display: none !important;
}

html[data-dt-url-offer="2plusunderwear"] .gift-offer-dual-wrapper.dt-quantity-underwear-only,
html[data-dt-url-offer="2plusunderwear"] .mystery-tiers-wrap.dt-quantity-underwear-only,
html[data-dt-url-offer="2plusunderwear"] .mystery-tier.dt-quantity-underwear-only {
   display: flex !important;
}

html[data-dt-url-offer="2plusunderwear"] .dt-quantity-underwear-only .gift-offer-dual-item {
   border: 0;
}

html[data-dt-url-offer="2plusunderwear"] .mystery-tier.dt-quantity-underwear-only {
   --tier-delay: 0s;
}
